Home › Forums › Support › Remove Google Fonts from Customizer > Typography This topic has 5 replies, 2 voices, and was last updated 5 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 26, 2022 at 6:38 am #2387632 Bettina I would like to erase the Google fonts from Font Manager in Customizer > Typography so that I can’t select any Google Font which isn’t local installed. Is there any way to do this? October 26, 2022 at 7:17 am #2387711 DavidStaff Customer Support Hi there, try adding this PHP Snippet: add_filter( 'generate_font_manager_show_google_fonts', '__return_false' ); Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 26, 2022 at 9:08 am #2388285 Bettina Perfect – Thank you David! But now I have a new Problem: In the DropDown Menu my local Font Roboto is missing. Do I have to change the following PHP-Snippet? add_filter( ‘generate_typography_default_fonts’, function( $fonts ) { $fonts[] = ‘Roboto’; return $fonts; } ); October 26, 2022 at 9:11 am #2388289 DavidStaff Customer Support Simply type Roboto into that field. And thats it – You can now Add New Typograpgy and select Roboto 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 26, 2022 at 9:16 am #2388303 Bettina Thank you, David. Best Support ever 🙂 October 26, 2022 at 9:17 am #2388309 DavidStaff Customer Support Glad to be of help Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In