44
44
url ('fonts/overpass/overpass-latin-300italic.woff2' ) format ('woff2' );
45
45
}
46
46
47
+ /* overpass-400normal - latin */
48
+ @font-face {
49
+ font-family : 'Overpass' ;
50
+ font-style : normal;
51
+ font-weight : 400 ;
52
+ src :
53
+ local ('Overpass Light ' ),
54
+ local ('Overpass-Light' ),
55
+ url ('fonts/overpass/overpass-latin-400.woff2' ) format ('woff2' );
56
+ }
57
+
58
+ /* overpass-400italic - latin */
59
+ @font-face {
60
+ font-family : 'Overpass' ;
61
+ font-style : italic;
62
+ font-weight : 400 ;
63
+ src :
64
+ local ('Overpass Light italic' ),
65
+ local ('Overpass-Lightitalic' ),
66
+ url ('fonts/overpass/overpass-latin-400italic.woff2' ) format ('woff2' );
67
+ }
68
+
47
69
/* overpass-700normal - latin */
48
70
@font-face {
49
71
font-family : 'Overpass' ;
@@ -83,6 +105,7 @@ body {
83
105
--font-alt : 'Overpass' , sans-serif;
84
106
--font-mono : 'Overpass Mono' , monospace;
85
107
--font-ui : var (--font-mono );
108
+ --font-system : -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue" , sans-serif;
86
109
}
87
110
88
111
/* base reset ----------------------------- */
@@ -187,7 +210,7 @@ body {
187
210
color : var (--text );
188
211
}
189
212
190
- h1 , h2 , h3 , h4 , h5 , h6 , li , blockquote {
213
+ h1 , h2 , h3 , h4 , h5 , h6 , blockquote {
191
214
margin : 0 ;
192
215
color : var (--heading );
193
216
}
@@ -200,15 +223,16 @@ h3 { font-size: var(--h3) }
200
223
h2 { font-size : var (--h2 ) }
201
224
h1 { font-size : var (--h1 ) }
202
225
203
- p {
226
+ p , ol , ul {
204
227
line-height : 1.35 ;
205
228
margin : 0 0 1em 0 ;
229
+ /* font-family: var(--font-system); */
206
230
}
207
231
208
232
.b , b , strong { font-weight : 700 }
209
233
210
234
tt , code , kbd , samp {
211
- font : 300 var (--code-fs )/ 1.7 var (--font-mono );
235
+ font : 400 var (--code-fs )/ 1.7 var (--font-mono );
212
236
}
213
237
214
238
: not (pre ) > p > code {
@@ -361,7 +385,7 @@ a:hover > .icon { stroke: var(--flash) }
361
385
.listify ul > li {
362
386
max-width : calc (var (--linemax ) - var (--list-padding ));
363
387
line-height : 1.35 ;
364
- margin : 0 0 0.8 em 0 ;
388
+ margin : 0 0 0.4 rem 0 ;
365
389
}
366
390
367
391
.listify ul > li : before {
0 commit comments