Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to get list of font-family supported by browser [duplicate]

Possible Duplicate:
list every font a user's browser can display

I am developing a application where user can select font-family using select box. but I do not know how to get supported font family from a browser.

Is it possible to get list of font-family supported by browser?

If yes how?

like image 222
Anoop Avatar asked Dec 02 '11 21:12

Anoop


1 Answers

I suggest using the fonts that you want, rather than limiting yourself to the crossection of fonts supported by all browsers:

http://code.google.com/apis/webfonts/docs/getting_started.html#Quick_Start

like image 173
Mikhail Avatar answered Oct 26 '22 17:10

Mikhail