• 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

PROSE – How to get Google Font to appear in font-selection dropdown

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 › PROSE – How to get Google Font to appear in font-selection dropdown

This topic is: not resolved

Tagged: #prose #googlefont #dropdown #designsettings

  • This topic has 2 replies, 2 voices, and was last updated 11 years, 7 months ago by Eva Lim.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • July 18, 2014 at 9:37 pm #114878
    Eva Lim
    Member

    Hi, does anyone know of a way to get an installed Google Font to appear in the font-selection dropdown under Design Settings? I'm hoping to consolidate as much of my CSS edits under Design Settings as possible. Maybe this could be done with the "Inherit" option too, I'm not sure. Any feedback is appreciated, thanks!

    August 9, 2014 at 9:16 am #117908
    JanHoek
    Participant

    Look at Gary's code http://code.garyjones.co.uk/add-prose-fonts


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 20, 2014 at 12:02 am #119949
    Eva Lim
    Member

    Thanks Jan. I tried the exact code in the article as well as my modified code below, but the font/s don't show up in the font-selection dropdown. FYI I'm using Prose v1.5.2

    /** Enqueue Google fonts */
    add_action( 'wp_enqueue_scripts', 'lms_load_google_fonts' );
    function lms_load_google_fonts() {
    wp_enqueue_style( 'google-font', '//fonts.googleapis.com/css?family=Open+Sans:300,300italic|Montserrat:400|Quicksand:300', array(), CHILD_THEME_VERSION );
    }

    add_filter( 'prose_font_family_options', 'custom_prose_font_family_options' );
    function custom_prose_font_family_options($options) {
    $options[] = array( 'Montserrat', "Montserrat, 'Andale Mono WT', 'Andale Mono',
    'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono',
    'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco,
    'Courier New', Courier, monospace" );
    return $options;
    }

    As well as

    add_filter( 'prose_font_family_options', 'custom_prose_font_family_options' );
    function custom_prose_font_family_options($options) {
    $options[] = array( 'Montserrat', "Montserrat, monospace" );
    return $options;
    }

    Any ideas, anyone? Thanks.

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