Google Fonts

generate_typography_customize_list

I’m attempting to use the generate_typography_customize_list function to add the three parts of the Barlow family from Google Fonts to the Customizer’s font list. I’m following the instructions here. I’ve added the relevant code to my child theme’s functions.php file. The typefaces do not show up in the Customizer, however. I’m developing this site under … Read more

Full library Google Fonts is not loaded

I am trying to insert a specific font (IBM Plex Serif), but for some reason it is not loaded correctly. I inserted this action into the child theme’s functions.php, but the variants were not loaded on the front end. add_filter( 'generate_typography_customize_list', 'tu_add_google_fonts' ); function tu_add_google_fonts( $fonts ) { $fonts[ 'plex_serif' ] = array( 'name' => … Read more

Outdated Google Fonts Code?

Hi guys, I have an issue with one of my websites running on GP Premium + Elementor pro. When watching the site in the backend of Elementor, I can see all the fonts as they should appear. But on the frontend, it’s all a different font. I made a ticket to Elementor, and they say … Read more

Google fonts ?

OK, I feel a bit of a goose for asking this! I’ve started a new site and used the Pivot site, but no fonts (not even default ones let alone Google fonts) are appearing… I know in 2.0 the default font was changed to the system stack, but I can’t see any where to turn … Read more

GDPR (and Google Fonts)

Hi Tom, from what I just heard/read yesterday using Google Fonts won’t be so easy in the future because of GDPR. At least for us in europe. So we would have to download the Google Fonts and install/upload them ourselves on our site and enqueue them. What (update-safe) routine is there to enqueue fonts on … Read more

Need for Google Tamil Fonts

Dear Tom, In your Google fonts list, there is only one Tamil Google font is listed with is “Catamaran” There are 8 other Tamil Google fonts are listed and available, https://fonts.google.com/?subset=tamil It would be helpful if all these be included in Generatepress. Thanks

Using google fonts

Hi Leo. Image 2: This is you PG Typography, but it doesn’t have all the Google fonts installed, therefore I installed the Google font pluggin. Image 3 Has the Typograpy.what does Paraghs or Heading 1 – Heading 6 menus? I’ve tried to play around with a couple of Heading 1 and 2, with no affect. … Read more

Local google font

Hi! Any guide to place the Google Fonts locally? I read some post about it but I can’t get know yet how I can it. It Will be nice if someone can give me clear information about it. Thank!

console error because of google fonts

Hi! I had a problem with adding the Open Sans Hebrew font from google fonts because that it is still on the early access font list and it didnt show up in the control panel. so I have added that code that was suggested on your website: add_filter( ‘generate_typography_customize_list’,’tu_add_google_fonts’ ); function tu_add_google_fonts( $fonts ) { … Read more