• 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

Adding Google Fonts to Prose

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 › Adding Google Fonts to Prose

This topic is: not resolved

Tagged: google fonts, Prose

  • This topic has 5 replies, 2 voices, and was last updated 11 years, 4 months ago by marci.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • February 7, 2015 at 2:55 pm #140047
    marci
    Participant

    I've looked thru the forum but am not finding an exact answer to my question. Are additional fonts added via a CSS change or via a Plug in? Once they are added, do they show up in the dropdown menus in the Design Settings? If they are added via CSS, how would I do that? I'm wanting my Title, tag line, and headers changed. Also wanting to change the font in the Breadcrumbs, too. Much appreciate your help.

    http://driftlessprairies.org
    February 7, 2015 at 3:35 pm #140048
    Porter
    Participant

    I don't know how that specific theme works, but fonts are added through the functions.php file - you should see a section with Google fonts being imported, something like this:

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

    As you can see, you can add multiple fonts by separating them with |
    I have no idea if they'll show in in your drop downs, as that's theme specific, but I have a hunch they might.


    Buy me a beer? | Try DigitalOcean VPS Hosting

    February 7, 2015 at 3:37 pm #140049
    marci
    Participant

    Thanks. I'll try this out.

    February 7, 2015 at 3:48 pm #140050
    marci
    Participant

    I realize I don't know where to put the font name. Is this correct?

    //* Enqueue Google Fonts
    add_action( 'wp_enqueue_scripts', 'genesis_sample_google_fonts' );
    function genesis_sample_google_fonts() {
    wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Share Tech(), CHILD_THEME_VERSION );
    }

    February 7, 2015 at 4:16 pm #140053
    Porter
    Participant

    What are the exact names of your fonts, as it tells you to use them on Google fonts? Is it "Share" and "Tech" (I believe case matters). If so, it would be:

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

    The 300,400,700,900 are the font weights to include for each font.


    Buy me a beer? | Try DigitalOcean VPS Hosting

    February 7, 2015 at 4:20 pm #140054
    marci
    Participant

    The font is named "Share Tech". OK -- I'll add those weights...I wasn't sure what those were. Thanks again!

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