Home Forums Support Font Family Samples

  • This topic has 5 replies, 2 voices, and was last updated 3 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #47869
    MICHAEL HOLLAND

    Hi

    There are so many fonts that I’ve never heard of in Typography. How about having the font names in the drop down box spelled out in the way they would actually look on a page?

    Thanks
    Great Theme

    #47918
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I’ve thought of doing that, but I think it would take up a lot of resources in the Customizer and might slow down performance considerably.

    All of those fonts are pulled from http://google.com/fonts – so it’s best to browse there until you find the font you want, and then find it in the list.

    Let me know if you have any questions 🙂

    Thanks!

    #714054
    Florian

    I’d really like to use the font Palanquin which is one of the Google fonts, but missing in GeneratePress.

    Maybe that could be fixed…

    #714519
    Tom
    Lead Developer
    Lead Developer

    You can add it to GP like this:

    add_filter( 'generate_typography_customize_list', function( $fonts ) {
    	$fonts[ 'palanquin' ] = array( 
    		'name' => 'Palanquin',
    		'variants' => array( '100', '200', '300', '400', '500', '600', '700' ),
    		'category' => 'sans-serif'
    	);
    	
    	return $fonts;
    } );

    Adding PHP: https://docs.generatepress.com/article/adding-php/

    #1437728
    Stephen

    Would be good to have a list of all the fonts in Generatepress and a sample of what it looks like in the documentation.

    #1437889
    David
    Staff
    Customer Support

    Hi there,

    all of the default Fonts in the Customizer are Google Fonts:

    https://fonts.google.com

    We try to maintain the most popular 200 fonts from the 1,000+ fonts available.

    When selecting fonts it is better to use Google.
    If its not in our list, this article explains on how to add them:

    https://docs.generatepress.com/article/customizing-the-google-font-list/#adding-your-google-font-to-the-list

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.