@font-face tutorial and user guide by Milton Bayer
@font-face tutorial and user guide by Milton Bayer.
@font-face file types
We need the following file types in order to have the full 92+% support. (as per: http://www.evotech.net/blog/2010/01/font-face-browser-support-tutorial/ )
- Internet Explorer (all versions): EOT
- Safari (3.2+): TTF / OTF
- iPhone (3.1) SVG
- Chrome (all versions): SVG (TTF/OTF added 25th Jan 2010)
- Firefox (3.5+): TTF/OTF (.WOFF added 3.6)
- Opera (10+) TTF/OTF
So, .eot + .ttf /.otf + svg + woff = best support possible.

