Search code examples
javascriptfonts

Detect whether a particular font is installed


How to detect whether or not a particular font is installed using javascript only. (Disregard to whether it is enabled or not).

Thanks


Solution

  • @Matchu suggested you rightly but here is what you are looking for:

    http://remysharp.com/2008/07/08/how-to-detect-if-a-font-is-installed-only-using-javascript/