-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcmserif.css
44 lines (44 loc) · 2.57 KB
/
cmserif.css
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
35
36
37
38
39
40
41
42
43
44
@font-face {
font-family: "Computer Modern Serif";
src: url('http://spratt.github.io/Computer-Modern/cmunrm-webfont.eot');
src: url('http://spratt.github.io/Computer-Modern/cmunrm-webfont.eot?#iefix') format('embedded-opentype'),
url('http://spratt.github.io/Computer-Modern/cmunrm.otf') format('opentype'),
url('http://spratt.github.io/Computer-Modern/cmunrm-webfont.woff') format('woff'),
url('http://spratt.github.io/Computer-Modern/cmunrm-webfont.ttf') format('truetype'),
url('http://spratt.github.io/Computer-Modern/cmunrm-webfont.svg#cmu_serifroman') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Computer Modern Serif";
src: url('http://spratt.github.io/Computer-Modern/cmunsl-webfont.eot');
src: url('http://spratt.github.io/Computer-Modern/cmunsl-webfont.eot?#iefix') format('embedded-opentype'),
url('http://spratt.github.io/Computer-Modern/cmunsl.otf') format('opentype'),
url('http://spratt.github.io/Computer-Modern/cmunsl-webfont.woff') format('woff'),
url('http://spratt.github.io/Computer-Modern/cmunsl-webfont.ttf') format('truetype'),
url('http://spratt.github.io/Computer-Modern/cmunsl-webfont.svg#cmu_serif_extraromanslanted') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Computer Modern Serif";
src: url('http://spratt.github.io/Computer-Modern/cmunbl-webfont.eot');
src: url('http://spratt.github.io/Computer-Modern/cmunbl-webfont.eot?#iefix') format('embedded-opentype'),
url('http://spratt.github.io/Computer-Modern/cmunbl.otf') format('opentype'),
url('http://spratt.github.io/Computer-Modern/cmunbl-webfont.woff') format('woff'),
url('http://spratt.github.io/Computer-Modern/cmunbl-webfont.ttf') format('truetype'),
url('http://spratt.github.io/Computer-Modern/cmunbl-webfont.svg#cmu_serif_extraboldslanted') format('svg');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Computer Modern Serif";
src: url('http://spratt.github.io/Computer-Modern/cmunbx-webfont.eot');
src: url('http://spratt.github.io/Computer-Modern/cmunbx-webfont.eot?#iefix') format('embedded-opentype'),
url('http://spratt.github.io/Computer-Modern/cmunbx.otf') format('opentype'),
url('http://spratt.github.io/Computer-Modern/cmunbx-webfont.woff') format('woff'),
url('http://spratt.github.io/Computer-Modern/cmunbx-webfont.ttf') format('truetype'),
url('http://spratt.github.io/Computer-Modern/cmunbx-webfont.svg#cmu_serifbold') format('svg');
font-weight: bold;
font-style: normal;
}