Voir aussi: css/fonts-and-formatting
Polices standards pour le Web (Web-safe fonts)
font-family: Arial, Helvetica, Verdana, sans-serif;
Un peu d'hitoire: http://onfaitduweb.com/accessibilite/polices-standards-pour-le-web-web-safe-fonts/
CSS2 specification, which introduced the @font-face rule.
http://en.wikipedia.org/wiki/Web_typography
The Web Open Font Format (WOFF) is a font format for use in web pages. It was developed during 2009[2] and is now a World Wide Web Consortium (W3C) Recommendation.[3]
@font-face { font-family: 'afta-serif-regular'; src: url('AftaSerifThin-Regular-webfont?') format('eot'), url('AftaSerifThin-Regular-webfont.otf') format('truetype'), url('AftaSerifThin-Regular-webfont.woff') format('woff'), url('AftaSerifThin-Regular-webfont.svg') format('svg'); font-weight: normal; font-style: normal; } p { font-family: afta-serif-regular, serif; }
Des fonts libres ou/et gratuites
Icons as Font
Google fonts helper: https://gwfh.mranftl.com/fonts
Font identification : http://www.myfonts.com/WhatTheFont/
Comment convertir une font en .TTF .EOT .WOFF .SVG http://www.bugz.fr/2011/06/comment-convertir-une-font-en-ttf-eot-woff-svg/