Archived topic
Google Font Add Not Working
2 replies · Started by Jay on November 29, 2016
Hi Tom,
I followed your advice in this forum regarding adding a google font that is not in the theme font list but it isn't working. Wondering what I am doing wrong?
I pasted - <link href="https://fonts.googleapis.com/css?family=Kurale" rel="stylesheet"> into the wp_head hook...
Then added your Simple CSS plugin and added the font css - font-family: 'Kurale', serif;
And set all of my fonts to inherit under typography.
Can you help?
Cheers,
Jay
Hi Jay
Please take a look here https://generatepress.com/forums/topic/how-to-add-google-font/ and check Tom's reply in second post. I think you need to put this css
body {
font-family: ‘Kurale’, serif;
}
THANK YOU! Jamal. I guess CSS needs a bit of code attached to it. That worked perfectly.