Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1377559

    Hallo Kriesi-Team,

    ich habe auf den ca. 70 Websites meiner Kunden jeweils die Google Font als zip-Datei heruntergeladen und dann lokal über die Import-Funktion von Enfold hochgeladen und eingebunden. Trotzdem wird in den Online-Font-Checkern noch folgende Google Schriftart gefunden: https://fonts.googleapis.com/css?family=Montserrat:100

    Können Sie mir bitte mitteilen, wie ich dieses Problem beheben und es künftig DSGVO-konform einbinden kann? Vielen Dank.

    Beste Grüße
    Christian

    #1377619

    Hey Christian,

    Thanks for contacting us!

    After uploading the fonts to your server, did you go to Enfold theme options and choose that newly uploaded font from the fonts list? I checked the source code on your website however there does not seem to be any connection to Google at the moment.

    Future readers; please see – https://kriesi.at/support/topic/loading-google-fonts-locally-for-gdpr-compliance/

    Best regards,
    Yigit

    #1377688

    First you should place this to your child-theme functions.php:

    function my_output_google_webfonts_script( $activate ){
      return false;
    }
    add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 );

    then: did you choose the uploaded font on enfold child – general styling – fonts ?
    The uploaded fonts are at the end of that dropdown list:

    Link: https://kriesi.at/support/topic/host-web-font-yourself-some-info/

    #1377711

    Hi zusammen,
    entschuldigung, ich habe das gleich Problem auch und dafür einen separaten Post aufgemacht.

    Gibt es eine finale erfolgreich Lösung, die dann bei den Fontcheckern, auch anzeigt, dass keine Google Font mehr geladen wird.
    z.B.
    https://google-fonts-checker.54gradsoftware.de/de-DE

    Ich hab beide Anleitungen durchgemacht, aber ohne Erfolg.
    Einmal direkt das Google Font Zip hochgeladen
    Einmal die Umsetzung von den beschriebenen Diensten (https://transfonter.org/) und dann import und natürlich die Auswahl unter allgemeines Styling.
    Ich glaub es liegt einfach daran, dass die Verbindung asynchron aufgebaut wird. Diesen hinweis gab mir das OMGF | Optimize My Google Fonts Plugin.
    Danke schon mal jede Hilfe bzw. möglichst funktionsfähige Lösung :-)
    VG Michael

    #1377731

    solltest Du jedoch irgendwelche Google Dienste auf deiner Seite nutzen ( Google Maps, Youtube etc. ) dann werden auch Fonts ( meist Roboto oder Google Sans Text) geladen. Hierfür gibt es aber auch lösungen ( nicht immer )

    PS:
    nutze bitte nur das erwähnte neuere Snippet – das andere kannst du löschen:

    function my_output_google_webfonts_script( $activate ){
      return false;
    }
    add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 );

    ab der nächsten Version Enfold 5.4 wird es ein Filter geben, welches das Laden von Google Fonts extern verhindert bei Nutzung von Google Maps:
    avf_gmaps_no_google_fonts

    PPS:
    1) Du nutzt dort auf der Seite immer noch : Enfold Version: 4.8.9 – wir sind da schon ein wenig weiter !
    habe ich erkannt, weil deine local eingebunden Schriften zuerst die woff laden – und dann die woff2 – umgekehrt ist besser da woff2 wengier Speicher benötigt ( das wird dann nach der Enfold Aktualisierung so sein ) – und moderner ist. Meine Empfehlung daher für Schriften: woff2 anbieten ( und woff weglassen ) und ttf als Fallback für ganz alte Browser. ( moderne Browser können alle woff2) – nur der IE11 unterstützt woff2 nicht: Can I Use woff
    2) Entferne die Einbindung welche du anderweitig gesetzt hast – Es reicht vollständig der Enfold Font Manager aus.
    3) Entferne ( das in die Jahre gekommene) disable Google font plugin ( das Snippet oben reicht aus )

    #1377833

    Hi Yigit,

    I uploaded the fonts (Chewy and Hammersmith One) correctly via Enfold’s import function as a zip file and then selected them from the list under “General Styling – Fonts”.

    Nevertheless, the integration of Google fonts is still displayed in the online font checkers (e.g.: https://sicher3.de/google-fonts-checker/) as follows:

    Style sheet – https://fonts.googleapis.com/css?family=montserrat:100

    Greetings
    Christian

    #1377893

    Hi,
    Thanks for your patience and the link to your site the google font is being loaded by this css file: /wp-content/uploads/pum/pum-site-styles.css
    I believe that it belongs to the Popup Maker plugin, please disable the plugin and test again. Then ask the plugin author how to disable the font.

    Best regards,
    Mike

    #1377935

    Oh – is it now about a different page than specified above after all?

    #1377936

    Hi,
    It was for a page that Edewoolf posted in private, he didn’t link to it publicly so I don’t think I should post to it.
    When you test it on sicher3.de/google-fonts-checker/ you have to wait a few seconds until the popup occurs for it to fail the test.
    I have seen this issue with the Popup Maker plugin on other sites so when I saw the popup I knew to look closer at the plugin. This will need to be addressed by the plugin author.

    Best regards,
    Mike

    #1378011

    Hello *,
    it was actually the popup-plugin. I uninstalled it and everything is fine now.thank you very much for the quick help.

    Greetings
    Christian

    #1378015

    Hi Christian,

    Great, I’m glad that you found the problem. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1378030

    You can close, thanks.

    #1378037

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Google Font "montserat" lädt trotz lokaler Einbindung’ is closed to new replies.