• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Swapping theme fonts

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Swapping theme fonts

This topic is: not resolved
  • This topic has 3 replies, 3 voices, and was last updated 11 years, 7 months ago by Marco.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • November 28, 2013 at 11:40 pm #76119
    Callum
    Member

    Hi,

    I really like the agency pro theme at the moment, but I don't like the fonts so much. Conversely, I really like the Magazine Pro fonts. I own both themes, and was wondering if it is possible to basically import the Magazine Pro fonts into AgencyPro as a straight swap usage for usage?

    November 29, 2013 at 12:48 am #76121
    nutsandbolts
    Member

    Yes, you can do that. Look in your Agency Pro functions.php and you'll see this:

    //* Enqueue EB Garamond and Spinnaker Google fonts
    add_action( 'wp_enqueue_scripts', 'agency_google_fonts' );
    function agency_google_fonts() {
    
    	wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=EB+Garamond|Spinnaker', array(), CHILD_THEME_VERSION );
    	
    }

    You can swap that for the function from Magazine Pro (adapted because you don't need the additional scripts called in Magazine Pro):

    //* Enqueue Google Fonts
    add_action( 'wp_enqueue_scripts', 'magazine_enqueue_fonts' );
    function magazine_enqueue_fonts() {
    
    	wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Roboto:300,400|Raleway:400,500,900', array(), CHILD_THEME_VERSION );
    
    }

    Then you'll need to go into your Agency Pro stylesheet and switch every instance of EB Garamond and Spinnaker to Roboto and Raleway. Hope that helps!


    Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
    I provide development and training services for designers • Find me on Twitter and Google+

    November 29, 2013 at 2:06 am #76124
    Callum
    Member

    Hi Andrea,

    Thanks for the reply. That worked well. Only issue is the font now on the Agency theme looks like a "bold" version of what it was on Magazine Pro. Any thoughts?

    Thanks again.

    My test site http://www.callummahoney.com/blog

    November 29, 2013 at 5:12 am #76131
    Marco
    Member

    Hello, if you mean the font weight on paragraphs you better change in body the weight to 300 ( now is 400).


    Neat & Plain – Genesis and WordPress specialist

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble