paulirish / font-face-detect
- Source
- Commits
- Network (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
PI.otf | Sat Dec 19 12:52:55 -0800 2009 | |
| |
README | Wed Sep 23 22:32:47 -0700 2009 | |
| |
isFontFaceSupported.js | Sat Dec 19 13:06:56 -0800 2009 | |
| |
isFontFaceSupported.min.js | Sat Dec 19 13:08:57 -0800 2009 | |
| |
isFontFaceSupportedSniff.js | Sat Dec 19 12:58:00 -0800 2009 | |
| |
snifftest.html | Fri Dec 18 22:16:34 -0800 2009 | |
| |
test.html | Sat Dec 19 12:52:55 -0800 2009 |
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.
