Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter naotto

    (@naotto)

    Hello,

    I had the same problem (GDPR) with google fonts. I used the plugin “local google fonts” for all my WP websites. This plugin loads the used fonts locally on the server. It worked fine except for the WP website with Spicepress PRO theme.
    Spicepress PRO loads all Google Fonts and not just the fonts used.

    I tried everything I could find in terms of information.
    The following combination helped me:

    1) “Local Google Fonts” plugin to load the used fonts locally on the server.

    2) (…)/themes/spicepress-pro/functions.php
    line 11 hidden
    /*require( ST_THEME_FUNCTIONS_PATH .’/font/font.php’);*/

    3) (..)/themes/spicepress-pro/functions/scripts/script.php
    line 219 hidden
    /*echo “@import url(‘https://fonts.googleapis.com/css?family=$fontff’);”;*/

    This works now.

    But Spicepress PRO Team pls fix it because there are a lot of users in Europe! We have to embed the Google Fonts locally, otherwise we as website operators will receive warnings and sometimes severe penalties from the courts!

    Thank you and Greetings.

    Hello,

    I had the same problem (GDPR) with google fonts. I used the plugin “local google fonts” for all my WP websites. This plugin loads the used fonts locally on the server. It worked fine except for the WP website with Spicepress PRO theme.
    Spicepress PRO loads all Google Fonts and not just the fonts used.

    I tried everything I could find in terms of information.
    The following combination helped me:

    1) “Local Google Fonts” plugin to load the used fonts locally on the server.

    2) (…)/themes/spicepress-pro/functions.php
    line 11 hidden
    /*require( ST_THEME_FUNCTIONS_PATH .’/font/font.php’);*/

    3) (..)/themes/spicepress-pro/functions/scripts/script.php
    line 219 hidden
    /*echo “@import url(‘https://fonts.googleapis.com/css?family=$fontff’);”;*/

    This works now.

    But Spicepress PRO Team pls fix it because there are a lot of users in Europe! We have to embed the Google Fonts locally, otherwise we as website operators will receive warnings and sometimes severe penalties from the courts!

    Thank you and Greetings.

Viewing 2 replies - 1 through 2 (of 2 total)