blob: a956352392eefdcd9d7dd2173769994275f4564e (
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
46
47
48
49
50
51
52
|
@font-face {
font-family: 'crimson';
src: url('../fonts/crimson-bold-webfont.eot');
src: url('../fonts/crimson-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/crimson-bold-webfont.woff') format('woff'),
url('../fonts/crimson-bold-webfont.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'crimson';
src: url('../fonts/crimson-bolditalic-webfont.eot');
src: url('../fonts/crimson-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/crimson-bolditalic-webfont.woff') format('woff'),
url('../fonts/crimson-bolditalic-webfont.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'crimson';
src: url('../fonts/crimson-italic-webfont.eot');
src: url('../fonts/crimson-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/crimson-italic-webfont.woff') format('woff'),
url('../fonts/crimson-italic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'crimson';
src: url('../fonts/crimson-roman-webfont.eot');
src: url('../fonts/crimson-roman-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/crimson-roman-webfont.woff') format('woff'),
url('../fonts/crimson-roman-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
|