disable Google Fonts

  • sempai0815

    #51852

    Hey,
    I need a way to disable google fonts because of the dsgvo.

    Does anybody has an idea how?

    BR

    Jhule

    #51853

    Hi,
    I have the same problem. How can I disable google fonts? Any help?
    Is there a way to host the font on my server?

    Here is my site: mprbretten.de

    Plugins doesn’t work to disable it…

    I found this in my code:

    WebFontConfig = {
    google: {
    families: [“Lato:400,400i,700,700i&display=swap”] }
    };

    (function(d) {
    var wf = d.createElement(‘script’), s = d.scripts[0];
    wf.src = ‘https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js’;
    wf.async = true;
    s.parentNode.insertBefore(wf, s);
    })(document);

    Jhule

    #51856

    Found the Solution. Host the fonts locally:

    Go to Customizer > Graphene: Advanced > Scripts Options, and tick the option that says “Host theme fonts and scripts locally”.

    sempai0815

    #51858

    awesome !!! You made my day!

    And Graphene Support, thank you for nothing !

    Jhule

    #51859

    I had the same problem with the privacy policy. I searched many hours for a solution.

    By the way: If your are using recaptcha v3 from google, you will also have a connection to google fonts…
    Now I try Honeypot for Contact 7.

    Best regards…

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.