Hello,
Maybe someone can point me in the right direction.
In the website Flatsome template I disabled the use of Google Fonts via checkbox –
and activated the plugin “Self-Hosted Google Fonts”.
But when I look at the source code, it still loads “Open Sans” (which is not the website font) from Google respectivley gstatic.
I have no idea where Open Sans is used or which plugin calls it.
And to inspect all CSS files etc. would be a life task.
Does anyone have an idea how I can determine
– where the font is used?
or
– which plugin calls it?
or
– how I can disable the font?
Unfortunately, there are currently some warnings here in the country because the use of external Google Fonts are not GDPR-compliant…
Thank you in advance
[ad_2]
a) Are you using caching plugin? If so you could try to flush the cache.
b) Inspect body element there should be font-family, so you could see what css file is loading font.
c) dirty hack, add font you want to your css with !important
Press F12, click the Network tab, reload the site, press ctrl+f and type the name of the thing you’re looking for. That will search everything delivered to the client i.e. html, css, js, etc.
Most probably its your fall back font