In Austria there is currently a wave of warnings if Google web fonts are not hosted locally.
What is the current simplest way in Enfold to load Google fonts GDPR compliant locally?
Thanks for your help!
https://kriesi.at/support/topic/font-weights-all-400-when-importing-font-file/#post-1362386
I had to mention that you additionally need to stop the Google Webfont script from loading.
there is a newer filter method :
function my_output_google_webfonts_script( $activate ){
return false;
}
add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 );
Hi,
Thanks for contacting us!
Please refer to @guenni007’s post above.
@guenni007, thanks for your help as always :)
Best regards,
Yigit