Hi @littlepackage,
Thank you for writing in,
I suspect one of the plugins you’re using might be causing the problem, so please try deactivating all the plugins one by one and check if the problem resolves.
Let me know if this helps you or not and I will get back to you.
With Regards,
Zakra Support Team
Hi @barsha04
I’ve tried that (deactivating all plugins), and cleared the caches afterwards, reloaded — no luck. I’m running this theme on two domains and both stopped showing fonts.
Thank you for your help!
-
This reply was modified 4 years, 9 months ago by
Little Package. Reason: forgot to say thanks!
It’d be neat if I could turn off custom typography for this theme and load my own, in case of situations like this. Even though I’ve removed all typography settings for the theme (scrubbing the db as well), it’s still trying to load fonts from Google. If I could avoid the problematic Zakra call to Google, that’d be great.
Zakra is still calling Google for Georgia and Apple-system (system fonts) now — even though I have no fonts set!
(Suggestion for a feature as part of my temporary/permanent fix.)
Hi @littlepackage,
Thank you for writing in,
To remove the Google Fonts you can set every typography option of the theme from Appearance > Customizer to default and the theme will not generate the google fonts.
And if you are using Elementor and remove the google fonts that the plugin generates google font you can add this code to remove them:
add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );
For adding the code please create a child theme as suggested in the guideline here and add the code in the function.php file
The google fonts still will be listed in the customizer but as long as you set to default. The google fonts will not be generated on your front end.
With Regards,
Zakra Support Team
To remove the Google Fonts you can set every typography option of the theme from Appearance > Customizer to default and the theme will not generate the google fonts.
Unfortunately that doesn’t seem to be the case. I have done this and cleared caches and the theme is still causing the same error, all plugins deactivated.
I don’t understand why a call to Google for system fonts (Georgia, -apple-system) would happen.
Hi @littlepackage,
Thank you for writing in,
Can you please contact via live chat support here: https://zakratheme.com/. We will discuss this in the live chat support further.
With Regards,
Zakra Support Team