Continuing the discussion from How to find everywhere a font is being used?:
Bubble is loading 2 fonts I’m not using - at least, not on purpose.
Assuming it’s not a bug, I guess it means there’s an element somewhere in my app that’s calling that font (I use styles almost exclusively but the 2 fonts aren’t used in my styles, so my guess is it’s an element somewhere).
Is there a clever way to find the issue without looking at every element one at a time?
I basically have the same problem that @philnauta described here (not sure if he was able to solve it)
I see that my website loads several fonts not being used in styles, I assume because they are being used in any element around my app (with element-specific formatting instead of style-based).
Do you know how can I find those elements and avoid the issue?
Regards