Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #235126

    Hi,

    I use Quicksand for headers and Open Sans for content however since 2.6 update I am not seeing these fonts on the front end, in fact no matter what font I change to it is still showing a font I haven’t selected. I don’t actually know which font it is using.

    I have cleared caches but still no fix. Any ideas on this please?

    Thanks

    #235145

    Same here.

    #235441

    same here, i added Open Sans Enhanced and its showing up at the front page, but not on blog articles and other sites.

    // Google Fonts – Open Sans Enhanced hinzufügen
    function kriesi_add_fonts($fonts)
    {
    $fonts[‘Open Sans Enhanced’] = ‘Open Sans:300,400,600’;
    return $fonts;
    }
    add_filter(‘avf_google_heading_font’,’kriesi_add_fonts’);
    add_filter(‘avf_google_content_font’,’kriesi_add_fonts’);

    #235497

    think its only the “special headline” which is affected!?

    #235618

    hi again… i checked out a little bit more. only chrome, IE and safari is affected so far…

    • This reply was modified 10 years, 8 months ago by isee.
    #235627

    I’m having the same problem. Since I updated to 2.6, the custom Google Fonts aren’t loading. Especially noticible in my H1, H2, H3 tags. Happens in Firefox and Chrome.

    #235835

    Any Enfold Team info available here at all guys? Still looking wrong :(

    #235839

    I still have yet to find a solution that has worked!

    #235873

    Same issue for me too. Raised a separate ticket yesterday but no news from Enfold :(

    #235939

    2.6.1 update installed and all fixed. Thank you!

    #236011

    thanx for a quick 2.6.1 which solved all problems :-)

    #236321

    Hey!

    Glad version 2.6.1 fixed the issue for you all! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Website font issues since 2.6’ is closed to new replies.