Site logo

arabic subset fonts

Problems with Arabic Google subset fonts

Hi Tom, I try to add google arabic subset fonts in the child theme function.php nothing show in the typography google list with with following code: add_filter(‘generate_fonts_subset’,’generate_change_fonts_subset’); function generate_change_fonts_subset() { return ‘arabic’; } The google subset fonts it’s from here: https://fonts.google.com/?subset=arabic I use and follow: https://generatepress.com/forums/topic/problems-with-polish-fonts/ https://docs.generatepress.com/article/customizing-the-google-font-list/ So how I can display and use the … Read more