Css
De whats Wiki
Afegir fonts no estandards en una web (firefox 3.6)
/* Gentium (SIL International) */
@font-face {
font-family: GentiumTest;
src: url(fonts/GenR102.woff) format("woff"),
url(fonts/GenR102.ttf) format("truetype");
}
body {
font-family: GentiumTest, Times, Times New Roman, serif;
}
Exemples
http://opentype.info/demo/webfontdemo.html
Fonts disponibles
http://www.webfonts.info/wiki/index.php?title=Fonts_available_for_%40font-face_embedding
