• 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

For Minimum Theme: How do I get the font to look like the demo site?

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 › General Discussion › For Minimum Theme: How do I get the font to look like the demo site?

This topic is: not resolved

Tagged: fonts, Minimum theme

  • This topic has 3 replies, 2 voices, and was last updated 13 years ago by samster.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • December 8, 2012 at 6:07 pm #3908
    samster
    Member

    Hi,

    For some reason the fonts on my site dont look like the minimum demo site's font. The fonts on the demo site are bold / heavier and just look better. I checked the CSS and it seems to be the same as the demo? Not sure how to fix this. Halp!

    http://samrexford.com

    December 12, 2012 at 2:43 pm #4771
    samster
    Member

    Any help from the Mod's on this?

    December 12, 2012 at 3:36 pm #4779
    Aaron Hartland
    Participant

    The original CSS is correct, but I just downloaded a fresh version of the theme and it appears that the "bold" font weight isn't being pulled in from Google fonts by the function in the functions.php file.

    To fix, I would suggest....

    Look for this in your functions.php file:

    /** Load Google fonts */
    add_action( 'wp_enqueue_scripts', 'minimum_load_google_fonts' );
    function minimum_load_google_fonts() {
        wp_enqueue_style( 
        	'google-fonts', 
        	'http://fonts.googleapis.com/css?family=Open+Sans', 
        	array(), 
        	PARENT_THEME_VERSION 
        );
    }

    And replace it with this (we're adding in the normal (400) and bold (700) weights:

    /** Load Google fonts */
    add_action( 'wp_enqueue_scripts', 'minimum_load_google_fonts' );
    function minimum_load_google_fonts() {
        wp_enqueue_style( 
        	'google-fonts', 
        	'http://fonts.googleapis.com/css?family=Open+Sans:400,700', 
        	array(), 
        	PARENT_THEME_VERSION 
        );
    }

    Aaron Hartland | http://www.aaronhartland.com
    Twitter  |  Facebook  |  LinkedIn  |  Google+

    December 12, 2012 at 3:49 pm #4780
    samster
    Member

    Bang!!! That did the trick 🙂 Thanks so much Aaron! Done and done.

     

    -Sam

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘General Discussion’ 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