Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #967697

    I still struggle a bit with deactivating google fonts.

    I installed the fonts as local fonts – as described in this article:

    So far, so fine.

    What still worrys me, is that there is this in the sorce code:

    <!– google webfont font replacement –>

    <script type=’text/javascript’>
    if(!document.cookie.match(/aviaPrivacyGoogleWebfontsDisabled/)){
    (function() {

    var f = document.createElement(‘link’);
    f.type = ‘text/css’;

    f.rel = ‘stylesheet’;
    f.href = ‘//fonts.googleapis.com/css?family=Oswald%7CMerriweather:300,400,700’;
    f.id = ‘avia-google-webfont’;
    document.getElementsByTagName(‘head’)[0].appendChild(f);
    })();
    }
    </script>

    Is Google fonts now deactivated?
    Or is this a cookie, which would be set, if a user decides to denie google fonts via a opt-out-click given in the data policy?

    Thank you very much.

    Regards, Christina

    #969845

    Hey christina-grab,

    We are adding that on a next version so it can work out like that yes. :)

    Best regards,
    Basilis

    #976193

    I have installed the fonts local. But there is still a connection to the google-fonts server.
    Not good at all, and by the way totally unnecessary!

    1.Please describe a way, to disconnect the connection to to the google-fonts server! (I tried to install a plugin (Remove Google Fonts References) but it didn’t work.)
    2. Please tell me, when you add that on the next version. and when it will be available.

    Thank you.

    #976255

    Hi Christina,

    Please upload your fonts in custom font uploader in Enfold theme options > Import & Export and then choose to use those fonts in Enfold theme options (they should appear at the bottom of the list) and fonts should be loaded locally.

    Best regards,
    Yigit

    #976259

    Maybe he has google maps on his site and is facing the Rototo font issue.
    Still loading Google fonts from Google.

    #976261

    Hi Yigit,

    thank you for you quick response.

    I did import them locally! But there is still a connection to fonts.googleapsis.com to load them – which of course I don’t want!!
    Did I do something wrong?

    Thank you in advance and best regards,
    Christina

    #976263

    I don’t have google maps implemented…

    #976271

    Ah.. it works now.

    I checked the advanced options for stylings… some fonts were assigned to the local fonts. Now that I switched them to local fonts, everything is fine. No connection to google fonts-server! :-)

    Thank you very much, guys!!!

    #976276

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘GOOGLE FONTS DEACTIVATED?’ is closed to new replies.