How to detect all fonts that a browser natively supports?
I'm trying to make a font selector component with font names dropdown. I want to be able to automatically show all the fonts that are natively supported by the browser the user would be using and show them in the dropdown. I googled, I couldn't find ...