Page 1 of 1
How do I find where a font is used
Posted: Mon Feb 02, 2026 8:52 pm
by alan_sh
On one of my web sites, when I open it, it tells me:
The following Google Fonts are used in this project bit not installed:
Nunito Sans ExtraBold
Do you want to install the missung fonts authomatically
I always answer "Yes".
What I want to do is find where they are used and get rid of them. I've tried to do a global replace, but the message keeps appearing. So, how do I find where these fonts are being used?
Thanks
Alan
Re: How do I find where a font is used
Posted: Tue Feb 03, 2026 12:34 am
by BaconFries
You can find the web fonts options in Tools -> Options -> Fonts ->Check for missing Google fonts when loading a project.
Similar thread
Global Replace Font
Re: How do I find where a font is used
Posted: Tue Feb 03, 2026 1:07 am
by crispy68
@Alan, I'm not sure there is an easy way inside WB to locate the object that may be using a particular font. Do you have extensions on the page? I would check those just in case the global replace doesn't change those.
I've had this happen to me and I will preview a page and then use the browser inspector to look and see if the code has been added to the page for the font. If it has, I then look thru the CSS to determine what object it is. Not necessarily the quickest way but it works.
Re: How do I find where a font is used
Posted: Tue Feb 03, 2026 7:04 am
by Pablo
Maybe you can use 'Global Replace' to replace the font?
Or else share a DEMO project so I can figure it out for you.
Re: How do I find where a font is used
Posted: Tue Feb 03, 2026 10:11 am
by alan_sh
Pablo - it already does check for missing fonts when I load the project. That's how I know there's some missing. I can't create a 'demo' project because the whole point is that it's somewhere inside an existing project.
Crispy - thanks for the suggestion. What I might do before delving into CSS code is copy it to a dummy project and then remove pages until the problem goes away. Then I will know which page has it.
Alan
Re: How do I find where a font is used
Posted: Tue Feb 03, 2026 12:49 pm
by Pablo
I meant, maybe you can use Global Replace tool to replace the fonts, so it no longer asks for it.
Re: How do I find where a font is used
Posted: Tue Feb 03, 2026 10:54 pm
by alan_sh
I have tried that and it makes no difference. So the fonts are somewhere that Global replace doesn't find, but the test to see what is missing does find.
Alan
Re: How do I find where a font is used
Posted: Wed Feb 04, 2026 7:18 am
by Pablo
Unfortunately, I can only help with this if I have a copy of the project.
Re: How do I find where a font is used
Posted: Wed Feb 04, 2026 10:26 am
by BaconFries
@Alan if you can't provide a "Demo" then is is possible to just provide a url? so that the source could at least be viewed and checked for the elusive font.
Re: How do I find where a font is used
Posted: Wed Feb 04, 2026 3:23 pm
by alan_sh
Re: How do I find where a font is used
Posted: Wed Feb 04, 2026 3:58 pm
by BaconFries
Thanks Alan. Just a quick view of the site and it's source. I found one instance of where it is used at the following url on the themeableButton1 See the screenshot taken from the network.css It may be used in other pages but this is a start. It also looks like it was used in join.html again on themeableButton4
I will try to check again when I get back home.
https://www.penninescouts.org.uk/network.html

Re: How do I find where a font is used
Posted: Wed Feb 04, 2026 6:56 pm
by alan_sh
Thanks BF - now I know where to look I can sort it.
Pablo - your Global replace doesn't go into themable buttons. Could this be a suggestion for a future upgrade?
Cheers
Alan
Re: How do I find where a font is used
Posted: Wed Feb 04, 2026 7:51 pm
by BaconFries
You're welcome Alan only to glad to have helped in someway...
Re: How do I find where a font is used
Posted: Wed Feb 04, 2026 8:11 pm
by alan_sh
I can't nail it down. I remove pages until I don't get the message, but I cannot see where I am using "Nunito Sans Extra Bold" anywhere. It's somewhere in one of the 'Groups' pages. but a lot of them are not actually use (which I hadn't noticed!!!)
Re: How do I find where a font is used
Posted: Thu Feb 05, 2026 7:25 am
by Pablo
Pablo - your Global replace doesn't go into themable buttons. Could this be a suggestion for a future upgrade?
I have tried this myself and it seem to work correct for me.
The font is also replaced for the themable button.
It really would be helpful if you shared a demo project then this could have been solved days ago.
Re: How do I find where a font is used
Posted: Thu Feb 05, 2026 10:17 am
by brynj
I regularly browse the forum and often find hints and tips I have not previous thought about, so I also know Alan has kindly tried to assist on many issues for other users.
Having said that I find myself wondering why, after Pablo has asked more than once, have you not provided a demo project and gained a resolution to your problem.
I presume there is a reason but for the life of me cannot figure it out - I am intrigued .....

Re: How do I find where a font is used
Posted: Thu Feb 05, 2026 10:43 am
by alan_sh
It's because I can't get it down to one simple page. If I could do that, I could probably find the answer myself. I've got it down to a group of pages - but as soon as I reduce them, the problem goes away. So, you'd think it was in the pages I've removed. But no - put those back and take others away and the problem goes away again.
I've also looked at the source code and I cannot see "NunitoSans Extra Bold" being used anywhere. I think I've got rid of any themed button which uses "Nunito Sans" but the problem is still there.
I'm still working on it. When I can get it down to something manageable, I will post a link.
Alan
Re: How do I find where a font is used
Posted: Sun Feb 08, 2026 2:05 pm
by alan_sh
Pablo,
What do you check when the option of "Check for missing Google fonts when loading a project" is set? That may give me a clue as to where to look.
I have done a global replace of all Nunito Sans fonts with Open Sans plus the bold and extra bold - and I still get that message.
It doesn't matter whether I answer Yes or No - nothing changes
Alan
Re: How do I find where a font is used
Posted: Sun Feb 08, 2026 4:58 pm
by Pablo
When this option is enabled then it scans all pages for the used fonts and then compares it with the installed fonts.
Re: How do I find where a font is used
Posted: Sun Feb 08, 2026 5:10 pm
by BaconFries
Alan have you by chance recently changed from using legacy fonts to variable? if so then maybe read from using
Variable Fonts at the following url it may offer an explanation such as having to reinstall the font or having to clear the font download cache where the fonts are stored
C:\Users\USERNAME\Documents\WYSIWYG Web Builder\system\downloads
https://www.wysiwygwebbuilder.com/webfonts.html
Re: How do I find where a font is used
Posted: Sun Feb 08, 2026 6:00 pm
by alan_sh
Pablo wrote: Sun Feb 08, 2026 4:58 pm
When this option is enabled then it scans all pages for the used fonts and then compares it with the installed fonts.
Any chance of a debug version which also tells me which page it found the discrepancy? Or maybe add that capability into WWB 21 (as an option).
It does it very quickly - my web site has about 75 pages.
Cheers
Alan
Re: How do I find where a font is used
Posted: Sun Feb 08, 2026 6:04 pm
by alan_sh
BaconFries wrote: Sun Feb 08, 2026 5:10 pm
Alan have you by chance recently changed from using legacy fonts to variable? if so then maybe read from using
Variable Fonts at the following url it may offer an explanation such as having to reinstall the font or having to clear the font download cache where the fonts are stored
C:\Users\USERNAME\Documents\WYSIWYG Web Builder\system\downloads
https://www.wysiwygwebbuilder.com/webfonts.html
BF, as far as I know I haven't changed to variable fonts. My option is set to "Do not use @fontface".
I'll read through the suggest help topic again, but nothing pops out that I need to do.
Alan