@@ -17,7 +17,6 @@ time, mark, audio, video {
17
17
padding : 0 ;
18
18
border : 0 ;
19
19
font-size : 100% ;
20
- font : inherit;
21
20
vertical-align : baseline;
22
21
}
23
22
/* HTML5 display-role reset for older browsers */
@@ -83,7 +82,8 @@ em h3, h3 em,
83
82
em h4 , h4 em ,
84
83
em h5 , h5 em ,
85
84
em h6 , h6 em {
86
- font-family : 'Open Sans Bold Italic' , sans-serif;
85
+ font-weight : bold;
86
+ font-style : italic;
87
87
}
88
88
89
89
h1 {
@@ -129,79 +129,6 @@ small { display:block; }
129
129
letter-spacing : 0 ;
130
130
}
131
131
132
- .strong ,
133
- strong {
134
- font-family : 'Open Sans Bold' , sans-serif;
135
- font-weight : normal;
136
- }
137
- strong em ,
138
- em strong { font-family : 'Open Sans Bold Italic' , sans-serif; }
139
-
140
- address ,
141
- em {
142
- font-family : 'Open Sans Italic' , sans-serif;
143
- }
144
-
145
- /* Fancy font style */
146
-
147
- h1 .fancy ,
148
- h2 .fancy ,
149
- h3 .fancy {
150
- font-family : 'Brandon' , sans-serif;
151
- }
152
-
153
- h1 .fancy {
154
- font-size : 60px ;
155
- line-height : 80px ;
156
- letter-spacing : 3px ;
157
- text-transform : uppercase;
158
- }
159
- h2 .fancy {
160
- padding-top : 0 ;
161
- padding-bottom : 0 ;
162
- font-size : 40px ;
163
- letter-spacing : 2px ;
164
- line-height : 50px ;
165
- text-transform : uppercase;
166
- }
167
-
168
- .prose-big h3 .fancy ,
169
- h3 .fancy {
170
- font-size : 28px ;
171
- letter-spacing : 2px ;
172
- line-height : 40px ;
173
- text-transform : uppercase;
174
- }
175
-
176
- /* deprecated */
177
- h1 .futura ,
178
- h2 .futura ,
179
- h3 .futura {
180
- font-family : 'Brandon' , sans-serif;
181
- }
182
-
183
- h1 .futura {
184
- font-size : 60px ;
185
- line-height : 80px ;
186
- letter-spacing : 3px ;
187
- text-transform : uppercase;
188
- }
189
- h2 .futura {
190
- padding-top : 0 ;
191
- padding-bottom : 0 ;
192
- font-size : 40px ;
193
- letter-spacing : 2px ;
194
- line-height : 50px ;
195
- text-transform : uppercase;
196
- }
197
-
198
- .prose-big h3 .futura ,
199
- h3 .futura {
200
- font-size : 28px ;
201
- letter-spacing : 2px ;
202
- line-height : 40px ;
203
- text-transform : uppercase;
204
- }
205
132
206
133
/* Links */
207
134
a ,
@@ -255,7 +182,7 @@ a.quiet.dark.active, a.quiet.dark:hover { color:rgba(255,255,255,0.5); }
255
182
white-space : nowrap;
256
183
text-overflow : ellipsis;
257
184
/* Protects button metrics in .prose context */
258
- font-family : 'Open Sans Bold' , sans-serif ;
185
+ font-weight : bold ;
259
186
line-height : 20px ;
260
187
font-size : 12px ;
261
188
-webkit-appearance : none;
@@ -520,7 +447,7 @@ a.quiet.dark.active, a.quiet.dark:hover { color:rgba(255,255,255,0.5); }
520
447
border-bottom : 1px solid rgba (0 , 0 , 0 , 0.25 );
521
448
background : transparent;
522
449
color : rgba (0 , 0 , 0 , .5 );
523
- font-family : 'Open Sans Bold' , sans-serif ;
450
+ font-weight : bold ;
524
451
font-size : 12px ;
525
452
text-align : center;
526
453
display : inline-block;
@@ -959,7 +886,9 @@ form fieldset:last-child {
959
886
}
960
887
961
888
form fieldset label {
962
- font : 12 px/20px 'Open Sans Bold' , sans-serif;
889
+ font-size : 12px ;
890
+ line-height : 20px ;
891
+ font-weight : bold;
963
892
display : block;
964
893
margin : 0 0 5px ;
965
894
}
@@ -1301,7 +1230,7 @@ table {
1301
1230
border-bottom : 1px solid # ddd ;
1302
1231
}
1303
1232
table th {
1304
- font-family : 'Open Sans Bold' , sans-serif ;
1233
+ font-weight : bold ;
1305
1234
}
1306
1235
table thead th {
1307
1236
vertical-align : bottom;
@@ -3646,27 +3575,6 @@ img.inline, .inline { display:inline-block; }
3646
3575
.mobile-cols > .margin11 { margin-left : 91.6666% ; }
3647
3576
.mobile-cols > .margin12 { margin-left : 100.0000% ; }
3648
3577
3649
- /* Fanct gets too big, revert to defaults */
3650
- h1 .fancy { font-size : 40px ;line-height : 60px ;}
3651
- h2 .fancy {
3652
- font-size : 30px ;
3653
- line-height : 40px ;
3654
- }
3655
- h3 .fancy {
3656
- font-size : 20px ;
3657
- line-height : 30px ;
3658
- }
3659
-
3660
- /* Deprecated */
3661
- h1 .futura { font-size : 40px ;line-height : 60px ;}
3662
- h2 .futura {
3663
- font-size : 30px ;
3664
- line-height : 40px ;
3665
- }
3666
- h3 .futura {
3667
- font-size : 20px ;
3668
- line-height : 30px ;
3669
- }
3670
3578
3671
3579
/* Anchor icon adds noise to the page on smaller displays */
3672
3580
.doc h1 [id ]: before ,
0 commit comments