Google Fonts and the GDPR (new european data protection law)

Hello,

I'm building a new website (https://www.fabian-bruskowski.de/) using beTheme and I found that beTheme uses Google Fonts. According to the GDPR Fonts shouldn't be loaded from a Google Server, but rather be stored and loaded from my own local server that's because Google stores the IP Adresses and thoose data protection guys seem to have a problem with that. Now in order to be compliant to the GDPR I went to theme options > fonts and put the fonts I needed in the field where it says: "Google Fonts Subset. Specify which subsets should be downloaded. Multiple subsets should be separated with coma (,)". My first question is: Is this the correct way, if I want to get the fonts loaded not from Google servers, but from local?
If yes, then why are there still fonts loaded from fonts.googleapis.com even after I did thoose adaptions? I went to Google Chrome, opened my new website, opened the context menue, selected explore and then under sources there is still "fonts.googleapis.com" listed...

Hope you can help me with this one...

Best regards,
Jan

Comments

  • Hello,
    you would have to download those fonts and add them in your child theme or use the option to upload 2 custom fonts in fonts>custom.
    Then use the fonts normally as you would.

    The css would look like this:
    @font-face {
    font-family: 'Your Font Name';
    src: url('URL-TO-YOUR-CHILD-THEME-FOLDER/font-file-name.eot'); /* IE9 Compat Modes */
    src: url('URL-TO-YOUR-CHILD-THEME-FOLDER/font-file-name.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('URL-TO-YOUR-CHILD-THEME-FOLDER/font-file-name.woff2') format('woff2'), /* Super Modern Browsers */
    url('URL-TO-YOUR-CHILD-THEME-FOLDER/font-file-name.woff') format('woff'), /* Pretty Modern Browsers */
    url('URL-TO-YOUR-CHILD-THEME-FOLDER/font-file-name.ttf') format('truetype'), /* Safari, Android, iOS */
    url('URL-TO-YOUR-CHILD-THEME-FOLDER/font-file-name.svg#svgFontName') format('svg'); /* Legacy iOS */
    }
    thanks
Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.