/ css / sans-serif.css
sans-serif.css
 1  @font-face {
 2      font-family: 'Computer Modern Serif';
 3      src: url('../fonts/Serif/cmunrm.eot');
 4      src: url('../fonts/Serif/cmunrm.eot?#iefix') format('embedded-opentype'),
 5      url('../fonts/Serif/cmunrm.woff') format('woff'),
 6      url('../fonts/Serif/cmunrm.ttf') format('truetype'),
 7      url('../fonts/Serif/cmunrm.svg#cmunrm') format('svg');
 8      font-weight: normal;
 9      font-style: normal;
10  }
11  
12  
13  @font-face {
14      font-family: 'Computer Modern Serif';
15      src: url('../fonts/Serif/cmunbx.eot');
16      src: url('../fonts/Serif/cmunbx.eot?#iefix') format('embedded-opentype'),
17      url('../fonts/Serif/cmunbx.woff') format('woff'),
18      url('../fonts/Serif/cmunbx.ttf') format('truetype'),
19      url('../fonts/Serif/cmunbx.svg#cmunbx') format('svg');
20      font-weight: bold;
21      font-style: normal;
22  }
23  
24  
25  @font-face {
26      font-family: 'Computer Modern Serif';
27      src: url('../fonts/Serif/cmunti.eot');
28      src: url('../fonts/Serif/cmunti.eot?#iefix') format('embedded-opentype'),
29      url('../fonts/Serif/cmunti.woff') format('woff'),
30      url('../fonts/Serif/cmunti.ttf') format('truetype'),
31      url('../fonts/Serif/cmunti.svg#cmunti') format('svg');
32      font-weight: normal;
33      font-style: italic;
34  }
35  
36  
37  @font-face {
38      font-family: 'Computer Modern Serif';
39      src: url('../fonts/Serif/cmunbi.eot');
40      src: url('../fonts/Serif/cmunbi.eot?#iefix') format('embedded-opentype'),
41      url('../fonts/Serif/cmunbi.woff') format('woff'),
42      url('../fonts/Serif/cmunbi.ttf') format('truetype'),
43      url('../fonts/Serif/cmunbi.svg#cmunbi') format('svg');
44      font-weight: bold;
45      font-style: italic;
46  }