I am trying to set Raleway as heading font and body font. There are loads of Google Fonts to choose as the heading font, so why can I only choose from nine for the body?
I have started using Easy Google Fonts plugin but now I am struggling to get the rollover colours working in the main nav. I think the plugin is overriding the default settings.
Is there a way to list all the Google Fonts for body?
Hi jimjiber!
Because it is so easy to add your own fonts!
https://kriesi.at/support/topic/how-do-i-add-custom-fonts-to-the-enfold-theme/
so we keep the theme extensible and not overhelming.
Regards,
Basilis
Thanks Basilis but there is a problem.
I have made the change and Raleway now shows up in my Header and Body lists. I have selected it and it works in Chrome on my PC. However, my client is on a Mac and she has tried two browsers and the font is definitely not Raleway. I then tried on my iPad and it is also not Raleway.
Can you take a look please?
The code I added to functions.php is this:
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Raleway’] = ‘Raleway:400,100,200,300,500’;
return $fonts;
}
Hi!
I checked your website on Chrome and on Safari on OS X 10.11 and it does work fine. Please ask your client to flush browser cache and refresh the page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
Yigit
Yes, I fixed it and forgot to close the thread.
Sorry to waste your time dude but thanks for confirming at your end!