Finding a rogue font

I have this rogue font that keeps turning up in CSS. I have literally clicked on every link and text box to find it and it’s not there.

How do I search for and remove a font?

UPDATE: The font only shows up in the desktop version not the mobile.

I find this when I inspect element in my web browser and choose css:

@font-face {
font-family: “Lustria”;
src: url(‘Lustria-Regular.woff2’) format(‘woff2’), url(‘Lustria-Regular.woff’) format(‘woff’);
font-weight:400
}

@Radjin, As a good start i would select everything on your Sparkle canvas and seek out any element that should not be there which I would say would be your rogue text box element with the font in question…

I switched to every page, selected everything on that page, deselected the items that I wanted and hit delete. it did not remove the extra font. Is there another way to see what is there or find that font?

This shows up on every page of the site.

@Radjin, If you could send me your site’s URL I can hunt it down in the code to see where it is hiding…

1 Like

@Radjin
You say it’s only showing up in the desktop version of the website. Not on the mobile.
Which elements do you use that are only shown in the desktop version and not on mobile?
Is this element hidden from view on the Sparkle canvas?
Could it be a different menu for desktop and mobile?

34