tags:

views:

56

answers:

1

Can you please tell me how to get all fonts using jquery?

+3  A: 

All Fonts installed on the users PC? Not possible reliably (JavaScript doesn't have that level of access), even though there is a hackish way to check for the presence of a specific font: http://www.lalit.org/lab/javascript-css-font-detect

Michael Stum