Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #468997

    Hi guys,

    I am trying to add Roboto Condensed (as a heading font to my site and I have followed the Ismael’s instructions stated here with the following code but with no luck…

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Roboto Condensed’] = ‘Roboto Condensed’;
    return $fonts;
    }

    Would you guys be able to let me know what I am doing wrong?

    Many thanks – really appreciate your help

    #469053

    Hey edney23!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #470363

    Thanks Rikard login details are as follows…

    #470846

    Hey!

    Check it now, i moved the code to Plugins > Edit Functions.

    Cheers!
    Josue

    #470850

    Fantastic! Thanks so much Josue!

    #470851

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Google Fonts Issue’ is closed to new replies.