Implementing fonts with @font-face
3
This is probably one of the coolest CSS3 features, along with box-shadow and border-radius. @font-face was introduced in CSS2 by IE and it has been around since IE 5. Most browsers have the ability to use .ttf or .otf fonts, however IE has to be difficult – it only supports .eot fonts. Luckily it is very easy to implement all of these file types.


