This repository has been archived by the owner on Sep 10, 2021. It is now read-only.
forked from sciencehistory/aspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uh-webfonts.css
117 lines (117 loc) · 4.88 KB
/
uh-webfonts.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
@font-face {
font-family: 'Milo';
src: url('../fonts/milo-regular-webfont.eot');
src: url('../fonts/milo-regular-webfont-.eot#iefix') format('embedded-opentype'),
url('../fonts/milo-regular-webfont.woff') format('woff'),
url('../fonts/milo-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Milo';
src: url('../fonts/milo-italic-webfont.eot');
src: url('../fonts/milo-italic-webfont-.eot#iefix') format('embedded-opentype'),
url('../fonts/milo-italic-webfont.woff') format('woff'),
url('../fonts/milo-italic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Milo';
src: url('../fonts/milo-bold-webfont.eot');
src: url('../fonts/milo-bold-webfont-.eot#iefix') format('embedded-opentype'),
url('../fonts/milo-bold-webfont.woff') format('woff'),
url('../fonts/milo-bold-webfont.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Milo';
src: url('../fonts/milo-bolditalic-webfont.eot');
src: url('../fonts/milo-bolditalic-webfont-.eot#iefix') format('embedded-opentype'),
url('../fonts/milo-bolditalic-webfont.woff') format('woff'),
url('../fonts/milo-bolditalic-webfont.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Milo';
src: url('../fonts/milo-exlig-webfont.eot');
src: url('../fonts/milo-exlig-webfont-.eot#iefix') format('embedded-opentype'),
url('../fonts/milo-exlig-webfont.woff') format('woff'),
url('../fonts/milo-exlig-webfont.ttf') format('truetype');
font-weight: 200;
font-style: normal;
}
@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;
}
@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-semibold-webfont.eot');
src: url('../fonts/crimson-semibold-webfont-.eot#iefix') format('embedded-opentype'),
url('../fonts/crimson-semibold-webfont.woff') format('woff'),
url('../fonts/crimson-semibold-webfont.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Crimson';
src: url('../fonts/crimson-semibolditalic-webfont.eot');
src: url('../fonts/crimson-semibolditalic-webfont-.eot#iefix') format('embedded-opentype'),
url('../fonts/crimson-semibolditalic-webfont.woff') format('woff'),
url('../fonts/crimson-semibolditalic-webfont.ttf') format('truetype');
font-weight: 600;
font-style: italic;
}
@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: 'League Gothic';
src: url('../fonts/leaguegothic-regular-webfont.eot');
src: url('../fonts/leaguegothic-regular-webfont-.eot#iefix') format('embedded-opentype'),
url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'League Gothic';
src: url('../fonts/leaguegothic-regular-webfont.eot');
src: url('../fonts/leaguegothic-regular-webfont-.eot#iefix') format('embedded-opentype'),
url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}