-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathfonts.css
169 lines (140 loc) · 3.19 KB
/
fonts.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
/* Linux Libertine O */
@font-face {
font-family: 'Linux Libertine O';
src: url('linlib-r-subset.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Linux Libertine O';
src: url('linlib-ri-subset.woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Linux Libertine O';
src: url('linlib-rb-subset.woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Linux Libertine Capitals O';
src: url('linlib-as-subset.woff');
font-weight: normal;
font-style: normal;
}
/* Linux Biolinum O */
@font-face {
font-family: 'Linux Biolinum O';
src: url('linbio-r-subset.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Linux Biolinum O';
src: url('linbio-ri-subset.woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Linux Biolinum O';
src: url('linbio-rb-subset.woff');
font-weight: bold;
font-style: normal;
}
/* Inconsolata LGC */
@font-face {
font-family: 'Inconsolata LGC';
src: url('incons-r-subset.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Inconsolata LGC';
src: url('incons-ri-subset.woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Inconsolata LGC';
src: url('incons-rb-subset.woff');
font-weight: bold;
font-style: normal;
}
/* To display subscripts and angle brackets that are missing in Inconsolata */
@font-face {
font-family: 'DejaVu Sans Mono';
src: url('dejamono-r-subset.woff');
font-weight: normal;
font-style: normal;
}
/* Computer Modern math font for extended symbols */
/* (Figure 3.33 uses this for integral sign) */
@font-face {
font-family: 'jsMath-cmex10';
src: url('jsMath-cmex10-subset.woff');
font-weight: normal;
font-style: normal;
}
/* STIX fonts */
@font-face {
font-family: 'STIXSizeOneSym';
src:url('STIXSizeOneSym-Regular.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'STIXSizeTwoSym';
src:url('STIXSizeTwoSym-Regular.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'STIXSizeThreeSym';
src:url('STIXSizeThreeSym-Regular.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'STIXSizeFourSym';
src:url('STIXSizeFourSym-Regular.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'STIXSizeFiveSym';
src:url('STIXSizeFiveSym-Regular.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'STIXIntegralsD';
src:url('STIXIntegralsD-Regular.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: STIXGeneral;
src:url('STIXGeneral-Regular-subset.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: STIXGeneral;
src:url('STIXGeneral-Italic-subset.woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: STIXGeneral;
src:url('STIXGeneral-Bold-subset.woff');
font-weight: bold;
font-style: normal;
}
/* A few arrows for navigation */
@font-face {
font-family: 'DejaVu-Arrows';
src:url('dejasans-b-arrows.woff');
font-weight: bold;
font-style: normal;
}