@font-face
Likes 1
CSS standard to define the fonts to use.
Name | @font-face |
|---|---|
| Webseite | www.w3.org/... |
| Difficulty to setup | easy |
| Dependencies | |
| Vorteile | + accessibility is maintained + full unicode support + font style support |
| Nachteile | - 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/... |
| Eigenschaften | |
| Text selectable | Ja |
| Accessible | Ja |
| Text scalable | Ja |
| Loads quickly (no FOUT) | Ja |
| Compatibility | |
| Internet Explorer | Ja 4+ (EOT, WOFF (IE9) fonts) |
| Firefox | Ja 3.5+ (TTF, OTF, WOFF (FF3.6) fonts) |
| Safari | Ja 3.1+ (TTF, OTF fonts) |
| Google Chrome | Ja 4+ (TTF, OTF fonts) |
| Opera | Ja 10+ (TTF, OTF, SVG fonts) |
| iPhone/iPad | Ja (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.