File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' hexo-theme-cupertino ' : minor
3+ ---
4+
5+ Change font to Inter.
Original file line number Diff line number Diff line change 3939
4040 <% - open_graph () %>
4141
42+ <link rel =" preconnect" href =" https://rsms.me/" >
43+ <link rel =" stylesheet" href =" https://rsms.me/inter/inter.css" >
4244 <% if (theme .simple_icons ) { % >
4345 < %- css (getCdnUrl (' simple-icons-font' , ' v13' , ' font/simple-icons.min.css' )) % >
4446 < % } %>
Original file line number Diff line number Diff line change 77 margin-top : 56px ;
88 color : var (--color-text-primary );
99 background-color : var (--color-background-primary );
10- font-family :
11- ' SF Pro Display' ,
12- -apple-system ,
13- BlinkMacSystemFont,
14- ' Segoe UI' ,
15- Roboto,
16- ' Helvetica Neue' ,
17- Arial ,
18- ' Noto Sans' ,
19- sans-serif ,
20- ' Apple Color Emoji' ,
21- ' Segoe UI Emoji' ,
22- ' Segoe UI Symbol' ,
23- ' Noto Color Emoji' ;
10+ font-family : Inter, sans-serif , system-ui ;
11+ font-feature-settings :
12+ ' liga' 1 ,
13+ ' calt' 1 ; /* fix for Chrome */
14+
15+ @supports (font-variation-settings : normal ) {
16+ font-family : InterVariable, sans-serif , system-ui ;
17+ }
2418}
2519
2620a {
6963 font-size : 32px ;
7064 line-height : 1.125 ;
7165 font-weight : 700 ;
72- letter-spacing : 0.004em ;
7366 margin-bottom : 24px ;
7467 color : var (--color-text-primary );
7568}
Original file line number Diff line number Diff line change 4343 font-size : 24px ;
4444 line-height : 1.16667 ;
4545 font-weight : 700 ;
46- letter-spacing : 0.009em ;
4746 max-height : 7em ;
4847 overflow : hidden ;
4948 }
9594 font-size : 14px ;
9695 line-height : 1.28577 ;
9796 font-weight : 600 ;
98- letter-spacing : -0.016em ;
9997 display : block ;
10098 margin-top : 12px ;
10199 color : var (--color-text-secondary );
Original file line number Diff line number Diff line change 5252 font-size : 19px ;
5353 line-height : 1.4211 ;
5454 font-weight : 400 ;
55- letter-spacing : 0.012em ;
5655 }
5756
5857 /* only `#{$content} > pre`, do not include <pre /> in <figure /> */
You can’t perform that action at this time.
0 commit comments