How do I know the type of font?

Is there a way to detect the type of a given font (TrueType, OpenType, Type 1, Bitmap) using javascript?

+2


a source to share


1 answer


I'm not sure if this helps, but it's worth trying:



Determining which font was used on a web page

-1


a source







All Articles