I want in some themes not loading all the google fonts vom enfold theme.
i found this in the forum
add_action( ‘init’, ‘enfold_customization_switch_fonts’ );
function enfold_customization_switch_fonts() {
global $avia;
$avia->style->print_extra_output = false;
}
add_filter( ‘avf_output_google_webfonts_script’, ‘my_output_google_webfonts_script’, 10, 1 );
function my_output_google_webfonts_script( $activate )
{
return false;
}
but nothing works.
sometime is use only standard fonts. and without loading the fonts the pahespeed is better (google page speed)
Hey Christian,
Thank you for the inquiry.
Have you tried selecting a websafe font in the Enfold > General Styling > Fonts panel? Look for the Heading Font and Body Text dropdown and select one of the websafe or a non-google fonts.
Best regards,
Ismael
Yes. I have select a websafe webfont : Arial for Heading and Body.
i found it. my mistale. I have activated the layer slider…. No i have deactivate and it works.