File tree Expand file tree Collapse file tree 8 files changed +12
-6
lines changed
Expand file tree Collapse file tree 8 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 88 <meta charset =" utf-8" >
99 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
1010 <meta name =" description" content =" {{ preview or site.description }}" >
11+
12+ <link rel =" preload" fetchpriority =" high" href =" /fonts/dewi-regular-cyrillic.woff2" as =" font" type =" font/woff2" >
13+ <link rel =" preload" fetchpriority =" high" href =" /fonts/dewi-bold-cyrillic.woff2" as =" font" type =" font/woff2" >
14+ <link rel =" preload" fetchpriority =" high" href =" /fonts/dewi-regular-latin.woff2" as =" font" type =" font/woff2" >
15+ <link rel =" preload" fetchpriority =" high" href =" /fonts/dewi-bold-latin.woff2" as =" font" type =" font/woff2" >
16+
1117 <meta name =" theme-color" content =" #81c36d" media =" (prefers-color-scheme: light)" >
1218 <meta name =" theme-color" content =" #273238" media =" (prefers-color-scheme: dark)" >
1319 <style media =" (prefers-color-scheme: light)" >
Original file line number Diff line number Diff line change 7272 margin : 0 ;
7373 font-weight : normal;
7474 font-size : 21px ;
75- font-family : 'Dewi' , sans-serif;
7675 line-height : 1.2 ;
7776 text-wrap : balance;
7877}
Original file line number Diff line number Diff line change 286286.content code {
287287 padding-right : 0.25em ;
288288 padding-left : 0.25em ;
289- font-family : 'Rostin' , monospace ;
289+ font-family : var ( --font-mono ) ;
290290 word-wrap : break-word;
291291 background-color : var (--token-color-content-inline-code-background );
292292}
Original file line number Diff line number Diff line change 88.page {
99 container-type : inline-size;
1010 color : var (--token-color-text-primary );
11- font-family : 'Dewi' , sans-serif ;
11+ font-family : var ( --font-main ) ;
1212 background-color : var (--token-color-background-primary );
1313 scroll-behavior : smooth;
1414}
Original file line number Diff line number Diff line change 1818 margin : 0 ;
1919 font-weight : normal;
2020 font-size : 21px ;
21- font-family : 'Dewi' , sans-serif;
2221 line-height : 1.2 ;
2322}
2423
Original file line number Diff line number Diff line change 167167 margin-right : 5px ;
168168 color : var (--token-color-podcast-timecode-link );
169169 font-size : 15px ;
170- font-family : 'Rostin' , monospace ;
170+ font-family : var ( --font-mono ) ;
171171 text-decoration : none;
172172}
173173
Original file line number Diff line number Diff line change 3434 color : # ffffff ;
3535 font-weight : normal;
3636 font-size : 14px ;
37- font-family : 'Dewi' , sans-serif;
3837 letter-spacing : normal;
3938 white-space : nowrap;
4039 text-transform : none;
Original file line number Diff line number Diff line change 8484 --color-dark-text-header : # f1f6fb ;
8585 --color-dark-text-link : # 539dd4 ;
8686 --color-dark-text-link-visited : # 6885ec ;
87+
88+ --font-main : 'Dewi' , sans-serif;
89+ --font-mono : 'Rostin' , monospace;
8790}
You can’t perform that action at this time.
0 commit comments