summaryrefslogtreecommitdiffstats
path: root/layout/reftests/fonts/sil/silfonts.css
blob: 94ebd823d80fb49a7a97586f09f034e8fc6adfc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* SIL fonts */

/* Gentium - http://scripts.sil.org/gentium */
/* Note: only regular and italic faces, no bold faces */

@font-face {
  font-family: Gentium;
  src: url(GenR102.ttf);
}

@font-face {
  font-family: Gentium;
  src: url(GenI102.ttf);
  font-style: italic;
}  

@font-face {
  font-family: GentiumAlt;
  src: url(GenAR102.ttf);
}

@font-face {
  font-family: GentiumAlt;
  src: url(GenAI102.ttf);
  font-style: italic;
}

/* Scheherazade - http://scripts.sil.org/ArabicFonts */

@font-face {
  font-family: Scheherazade;
  src: url(ScheherazadeRegOT.ttf) format("opentype");
}