Replace default font when using a child theme
-
Hi,
I’d like to replace the default Google font by another one.
Is there any way to do this properly when using a child theme ?
The jgtstork_font_url() function that gets the font url doesn’t seem pluggable, and I don’t know how to replace it.
function jgtstork_font_url() { $font_url = add_query_arg( 'family', urlencode( 'Karla:400,400i,700,700i' ), "https://fonts.googleapis.com/css" ); return $font_url; }
(from functions.php, line 104)
Thanks for making Stork,
Cheers
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Replace default font when using a child theme’ is closed to new replies.