Archived topic
Typography / local fonts / debug
3 replies · Started by Jan on September 8, 2022
Hi Leo,
I followed your video tutorial on how to load Google fonts from your own web server. Many thanks for making this available.
As a result, I'm now able to disable the relevant toggle switches in the Customizer/Typography/Fonts.
When I use a font-checker like this, however, there are still fonts loaded from other places.
In order to locate those fonts on the site, I opened each page, used the Inspect feature in Chrome (Network tab/ Fonts) and found this file being loaded.
What is the best way to locate the related element on the page in order to check its Typography settings?
Thanks,
Jan
Hi there,
if i look at the Source code and search for that Google Font ( which is Montserrat ) i find 3 <link> tags related to it
eg.
<link rel='stylesheet' id='mailpoet_custom_fonts_0-css'
So its coming from the Mailpoet form. you will need to check with mailpoet how to stop that.
Hi David,
many thanks for pointing me into the right direction.
I removed the remaining 3 link tags successfully ;-)
Best,
Jan
Glad to hear that!