Disable Google Fonts

Support Area Forums Pneuma Disable Google Fonts

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #33591
    Alden Sison
    Participant

    Hi Bill,

    Working now with Pneuma. Previously, I asked your help with Typekit in Epic. How might I disable google fonts in Pneuma?

    Thanks and have a great day.

    Alden.

    #33594
    Bill Robbins
    Moderator

    Hi Alden,

    Good question. In Pneuma you’ll need to work with a child theme to do that. In the child theme’s functions.php file, somewhere after the opening function pneuma_fonts() {}

    That will create a function to replace the one in the theme that loads up the Google fonts.

    Let me know if you have any questions or trouble.

    Bill

    #33595
    Alden Sison
    Participant

    It work! Thanks, Bill.

    Now to change the fonts I just have to follow the instructions you gave me in Epic, https://support.organizedthemes.com/forums/topic/typekit/?

    Alden.

    #33599
    Bill Robbins
    Moderator

    Glad that did the trick. For Pneuma, the styles will be similar. The navigation will be like this:

    
    .sf-menu li { font-family: ""; }
    

    The tagline isn’t used in Pneuma and the widgets are like this:

    
    .widget-title { font-family: ""; }	
    .widget { font-family: ""; }
    

    Hope that helps out,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable Google Fonts’ is closed to new replies.