silfonts.css 594 B

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