@font-face
Likes 1
CSS standard to define the fonts to use.
Name | @font-face |
|---|---|
| Sito web | www.w3.org/... |
| Difficulty to setup | easy |
| Dependencies | |
| Vantaggi | + accessibility is maintained + full unicode support + font style support |
| Svantaggi | - no common font file format to use across all browsers - some formats are heavy to download |
| Font licensing issue | need font rights |
| Additional link | fontsquirrel.com/... |
| Caratteristiche | |
| Text selectable | Sì |
| Accessible | Sì |
| Text scalable | Sì |
| Loads quickly (no FOUT) | Sì |
| Compatibility | |
| Internet Explorer | Sì 4+ (EOT, WOFF (IE9) fonts) |
| Firefox | Sì 3.5+ (TTF, OTF, WOFF (FF3.6) fonts) |
| Safari | Sì 3.1+ (TTF, OTF fonts) |
| Google Chrome | Sì 4+ (TTF, OTF fonts) |
| Opera | Sì 10+ (TTF, OTF, SVG fonts) |
| iPhone/iPad | Sì (SVG font) |
User reviews and comments
For now it's still complex to make it compatible with most browsers, but it's a promising solution.