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

    I have insert this code to functions.php of child theme:

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Lustria'] = 'Lustria:400';
    return $fonts;
    }

    But it does not work. Where am I wrong?
    Thank you

    #836810

    Hey etical,

    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

    #837019
    This reply has been marked as private.
    #837020

    Hi,

    I adjusted the code in functions.php file and flushed cache. Please review your website :)

    Best regards,
    Yigit

    #837022

    Thank you ;)

    #837025

    Hi,

    You are welcome! :)

    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 :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add Google Font to Child Theme’ is closed to new replies.