silfonts.css (594B)
1 /* SIL fonts */ 2 3 /* Gentium - http://scripts.sil.org/gentium */ 4 /* Note: only regular and italic faces, no bold faces */ 5 6 @font-face { 7 font-family: Gentium; 8 src: url(GenR102.ttf); 9 } 10 11 @font-face { 12 font-family: Gentium; 13 src: url(GenI102.ttf); 14 font-style: italic; 15 } 16 17 @font-face { 18 font-family: GentiumAlt; 19 src: url(GenAR102.ttf); 20 } 21 22 @font-face { 23 font-family: GentiumAlt; 24 src: url(GenAI102.ttf); 25 font-style: italic; 26 } 27 28 /* Scheherazade - http://scripts.sil.org/ArabicFonts */ 29 30 @font-face { 31 font-family: Scheherazade; 32 src: url(ScheherazadeRegOT.ttf) format("opentype"); 33 }