public
Description: Detect if @font-face support is present in the browser.
Homepage: http://paulirish.com/2009/font-face-feature-detection/
Clone URL: git://github.com/paulirish/font-face-detect.git
name age message
file README Wed Sep 23 22:32:47 -0700 2009 test is async. :( [paulirish]
file isFontFaceSupported.js Thu Sep 24 10:27:32 -0700 2009 minified version. [paulirish]
file isFontFaceSupported.min.js Thu Sep 24 10:27:32 -0700 2009 minified version. [paulirish]
file periodJuraLight.ttf Wed Sep 23 22:39:06 -0700 2009 font file added, though it's not neccessary. [paulirish]
file test.html Wed Sep 23 21:59:34 -0700 2009 2008.08.19 code. with working test page. [paulirish]
README
This script is a feature detection for the CSS3 feature of @font-face. This enables you to use a hosted font file as a 
font-family in your CSS.

View the full details of this project at:
    http://paulirish.com/2009/font-face-feature-detection/

My requirements for this detection were:

    * No browser userAgent sniffing
    * No extra HTTP request required
    * Must be performant with a small footprint, natch
    * Results should match the latest research on compatibility

This script is meant to replace all fontAvailable scripts. It can be asynchronous, but it has much greater accuracy.