@font-face {
font-family:'<name>';
src: url('<path/to/font>'); format('<format>');
font-weight: normal; // mettre weight avant style, sinon risque de bug
font-style: normal;
}
→ note : les noms de fontes sont sensibles à la casse.
→ http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax
→ fontsquirrel.com