Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1362504

    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!

    #1362517

    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 );
    • This reply was modified 2 years, 3 months ago by Guenni007.
    • This reply was modified 1 year, 11 months ago by Yigit.
    #1362522

    Hi,

    Thanks for contacting us!

    Please refer to @guenni007’s post above.


    @guenni007
    , thanks for your help as always :)

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.