Hey guys,
I live in Germany and there has been a ruling that I need to store Google Fonts locally because otherwise the users’ IP address is sent to the U.S..
I downloaded a plugin called OMGF – so far, so good. The fonts are stored locally now. When I check the developer tools on Chrome, the fonts are loaded locally.
However, when I check the fonts via [this tool]), It still shows the same violations. I frankly don’t know why. Deleting the fonts altogether didn’t even work, so I guess my Hello Theme (I use Elementor Pro) could contain some links to Google Fonts maybe?
[ad_2]
You have to also disable google fonts…
Elementor > Settings > General > Disable Default Fonts
Then regenerate CSS
And add to functions php
add_filter( ‘elementor/frontend/print_google_fonts’, ‘__return_false’ );