Habe den Fehler schon gefunden, sorry.
Thanks,
no, the problem is not solved.
I added Museo-sans to the drop-down menuin the theme child function.php by
add_filter( ‘avf_google_content_font’, ‘add_custom_font’);
add_filter( ‘avf_google_heading_font’, ‘add_custom_font’);
function add_custom_font($fonts) {
$fonts[‘Museo-300’] = ‘Museo-300’;
$fonts[‘Museo-500’] = ‘Museo-500’;
return $fonts;
}
additional to the @fondface in the style.css, the body text is fine with this but the headline are still displayed in Helvetica and I need them in
Museo-sans
I