Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #437343

    Hi

    Best theme ever !

    Is there a way to add the light version of the Google Font Lato – ? (Light 300)

    Thanks, Thomas

    #437398

    Hi Thomas!

    Thank you for choosing Enfold! :)
    Yes, please see – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Regards,
    Yigit

    #437420

    I have tried that – but can’t get it to work. I dont use child theme, but have pasted this code to bottom of Enfolds functions.php

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Lato Light’] = ‘Lato Light:300’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {

    $fonts[‘Lato Light’] = ‘Lato Light:300’;
    return $fonts;
    }

    #437423

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Regards,
    Yigit

    #437427
    This reply has been marked as private.
    #437436

    Hey!

    Font weight is already 300 on my end – http://imgur.com/a/qsb8J
    Can you please flush browser cache and refresh your page a few times?

    Cheers!
    Yigit

    #437503

    Great thank you. I see it – Chrome has cached this extremely good – not even cmd+shift+r can flush it.

    But i see it working great in other browsers.

    Thanks a lot for you help

    Thomas

    #437518

    Hi!

    You are welcome, #TeamKriesi is always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Google font variations (LATO)’ is closed to new replies.