Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to check what fonts are installed on machines via the web?

Is there a way to test what fonts are installed or maybe a way I can read out all of them? I want to do a survey in our product to see what fonts I can use on our projects.

like image 660
Thomaschaaf Avatar asked Jun 03 '09 16:06

Thomaschaaf


2 Answers

There is a script that renders a bunch of DIVs in different fonts, then checks to see if the resulting DIV has the right dimensions for the given font.

http://www.lalit.org/lab/javascript-css-font-detect

like image 200
Diodeus - James MacFarlane Avatar answered Oct 08 '22 16:10

Diodeus - James MacFarlane


It is possible, so long as Flash is available. See http://www.maratz.com/blog/archives/2006/08/18/detect-visitors-fonts-with-flash/

like image 39
Quentin Avatar answered Oct 08 '22 17:10

Quentin