Hey Ismael,
you are the best! Now it works. :-)
Thank you very much.
Christian
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