'Custom React @Font Face Still Works Even When The Fonts Are Deleted

I have some very custom fonts that are not standard. I deleted them completely from my project, deleted the node_modules cache, cleared the browser cache and the fonts still work….logically I need to understand this in order to add fonts properly.

Can someone explain how this could be possible? It seems like evidence of a phantom cache, but that's just the first thing that comes to mind.

How can I be sure all caches are cleared in a react project?

How can I know where a resource such as a font is loading from if I delete all the font faces and the very custom fonts still work?

Can I log any font face related errors to the console?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source