This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Wed Sep 23 22:32:47 -0700 2009 | |
| |
isFontFaceSupported.js | Thu Sep 24 10:27:32 -0700 2009 | |
| |
isFontFaceSupported.min.js | Thu Sep 24 10:27:32 -0700 2009 | |
| |
periodJuraLight.ttf | Wed Sep 23 22:39:06 -0700 2009 | |
| |
test.html | Wed Sep 23 21:59:34 -0700 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.







