2

Let's say I have a element defined with the following style:

font-family: Arial, Verdana, Sans-serif;

Is it possible to detect which of these fonts the browser used to render a text element? (Arial, Verdana or Sans-serif)

user1695700
  • 71
  • 2
  • 12

1 Answers1

0

Fontface Ninja is the chrome extension, by which you can identify the fonts that web-browser is using. Also you can download the fonts.

  • 1
    cool, but, is it possible to check the font programmatically? I am looking for a way of doings this by javascript. Thanks – user1695700 Dec 09 '14 at 11:59