Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Habe den Fehler schon gefunden, sorry.

    in reply to: Another @fontface problem #445575

    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

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