blob: 77b031831a7bce0356e6cf25b1414c1643c5a715 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
@font-face {
font-family: 'Computer Modern Serif Slanted';
src: url('cmunsl.eot');
src: url('cmunsl.eot?#iefix') format('embedded-opentype'),
url('cmunsl.woff') format('woff'),
url('cmunsl.ttf') format('truetype'),
url('cmunsl.svg#cmunsl') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Serif Slanted';
src: url('cmunbl.eot');
src: url('cmunbl.eot?#iefix') format('embedded-opentype'),
url('cmunbl.woff') format('woff'),
url('cmunbl.ttf') format('truetype'),
url('cmunbl.svg#cmunbl') format('svg');
font-weight: bold;
font-style: normal;
}
|