can’t add the “Baloo 2” google font
-
Hi,
I want to use “baloo 2” google font. The normal Baloo has only 1 wieight and I want to use the lighter versions that Baloo 2 offers.I added this code to my child themes function.
function my_new_fonts( $array ) { $array[] = 'Baloo 2'; return $array; } add_filter( 'ocean_google_fonts_array', 'my_new_fonts' );
Baloo 2 then appears in my font list, but if I select it for H1, the font does not change to Baloo 2 but reverts to the standard header font I chose.
I hope someone van help!
I have done this adding of another font before, but not with the Baloo 2.Thanks in advance
Joke
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘can’t add the “Baloo 2” google font’ is closed to new replies.