• 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

Change font weight in Altitude Pro

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 › Change font weight in Altitude Pro

This topic is: not resolved

Tagged: Altitude Pro, Ek Mukta, font-weight

  • This topic has 4 replies, 2 voices, and was last updated 10 years ago by aholub.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • July 9, 2016 at 8:13 pm #189199
    aholub
    Member

    I like the Ek Mukta font used in Altitude Pro, but the only font weights that seem to work are light (200) and bold (600). The google page shows several other weights (https://www.google.com/fonts/specimen/Ek+Mukta), but specifying a "font-weight:300;" (or 400 or anything other than 600) has no effect at all. Is there any way to get the "normal' weights, or are light and bold the only options?

    July 10, 2016 at 6:08 am #189203
    Brad Dalton
    Participant

    You can change the value for the front-weight in the CSS in your style.css file.

    Line 146, you'll find this CSS:

    body {
    	background-color: #fff;
    	color: #000;
    	font-family: "Ek Mukta", sans-serif;
    	font-size: 20px;
    	font-weight: 200;
    	line-height: 1.5;
    	-webkit-font-smoothing: antialiased;
    }
    

    Tutorials for StudioPress Themes.

    July 10, 2016 at 10:22 am #189212
    aholub
    Member

    Yes, that much is obvious. The problem, as I stated in my original message, is that changing the weight has no effect until it gets up to 600. Weights between 200 and 600 are all treated as 200. I'm thinking that this is a font-loading issue, but I could be wrong.

    July 10, 2016 at 10:29 am #189213
    Brad Dalton
    Participant

    Try modifying the PHP like this

    wp_enqueue_style( 'altitude-google-fonts', '//fonts.googleapis.com/css?family=Ek+Mukta', array(), CHILD_THEME_VERSION );
    

    And then set the weight in CSS.

    font-weight: 400;

    Tutorials for StudioPress Themes.

    July 10, 2016 at 10:50 am #189214
    aholub
    Member

    Thanks! That's definitely the right place. I solved the problem by adding a specific font weight:

    wp_enqueue_style( 'altitude-google-fonts', '//fonts.googleapis.com/css?family=Ek+Mukta:200,300,800', array(), CHILD_THEME_VERSION );

    (The original PHP specified ":200,800")

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 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

© 2026 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