Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #598527

    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?

    #598609

    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

    #598871

    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;
    }

    #599193

    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

    #599213

    Yes, I fixed it and forgot to close the thread.

    Sorry to waste your time dude but thanks for confirming at your end!

    #599215

    Hi!

    No worries at all. Glad you figured it out :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Why so few Google Fonts for body text?’ is closed to new replies.