Tagged: font
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
Same here.
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’);
think its only the “special headline” which is affected!?
hi again… i checked out a little bit more. only chrome, IE and safari is affected so far…
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.
Any Enfold Team info available here at all guys? Still looking wrong :(
I still have yet to find a solution that has worked!
Same issue for me too. Raised a separate ticket yesterday but no news from Enfold :(
2.6.1 update installed and all fixed. Thank you!
thanx for a quick 2.6.1 which solved all problems :-)