Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Google Fonts Problem #294221

    Hey Ismael,

    you are the best! Now it works. :-)
    Thank you very much.

    Christian

    in reply to: Google Fonts Problem #293772

    Hello,

    i edit the functions.php and the filter works. But the font is not displayed. I have added the google font “Shadows Into Light” in this way:

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Shadows+Into+Light’] = ‘Shadows+Into+Light’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Shadows+Into+Light’] = ‘Shadows+Into+Light’;
    return $fonts;
    }

    Do I have to do something in addition?

    Please help me!

    Best regards,
    Christian

Viewing 2 posts - 1 through 2 (of 2 total)