[Resolved] Google Font Add Not Working

Home Forums Support [Resolved] Google Font Add Not Working

Home Forums Support Google Font Add Not Working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #249281
    Jay

    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&#8221; 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

    #249488
    Jamal

    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;
    }
    #249494
    Jay

    THANK YOU! Jamal. I guess CSS needs a bit of code attached to it. That worked perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.