blob: 6e974e89b2c20d313bf3d80cbc34274e86b77f09 (
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
35
36
37
38
39
40
41
42
43
44
45
|
@font-face {
font-family: 'Computer Modern Bright';
src: url('cmunbmr.eot');
src: url('cmunbmr.eot?#iefix') format('embedded-opentype'),
url('cmunbmr.woff') format('woff'),
url('cmunbmr.ttf') format('truetype'),
url('cmunbmr.svg#cmunbmr') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Bright';
src: url('cmunbbx.eot');
src: url('cmunbbx.eot?#iefix') format('embedded-opentype'),
url('cmunbbx.woff') format('woff'),
url('cmunbbx.ttf') format('truetype'),
url('cmunbbx.svg#cmunbbx') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Bright';
src: url('cmunbmo.eot');
src: url('cmunbmo.eot?#iefix') format('embedded-opentype'),
url('cmunbmo.woff') format('woff'),
url('cmunbmo.ttf') format('truetype'),
url('cmunbmo.svg#cmunbmo') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Computer Modern Bright';
src: url('cmunbxo.eot');
src: url('cmunbxo.eot?#iefix') format('embedded-opentype'),
url('cmunbxo.woff') format('woff'),
url('cmunbxo.ttf') format('truetype'),
url('cmunbxo.svg#cmunbxo') format('svg');
font-weight: bold;
font-style: italic;
}
|