@@ -1889,12 +1889,12 @@ unless a heading is the very first element in the post content */
1889
1889
1890
1890
/* Now the content typography styles */
1891
1891
.gh-content h2 {
1892
- font-size : calc (1.6em * var (--font-multiplier , 1 ));
1892
+ font-size : calc (1.6em * var (--factor , 1 ));
1893
1893
letter-spacing : -0.02em ;
1894
1894
}
1895
1895
1896
1896
.gh-content h3 {
1897
- font-size : calc (1.3em * var (--font-multiplier , 1 ));
1897
+ font-size : calc (1.3em * var (--factor , 1 ));
1898
1898
letter-spacing : -0.017em ;
1899
1899
}
1900
1900
@@ -1908,15 +1908,15 @@ unless a heading is the very first element in the post content */
1908
1908
font-size : 0.95em ;
1909
1909
}
1910
1910
1911
- .is-font- serif .gh-content > blockquote ,
1912
- .is-font- serif .gh-content > ol ,
1913
- .is-font- serif .gh-content > ul ,
1914
- .is-font- serif .gh-content > dl ,
1915
- .is-font- serif .gh-content > p ,
1916
- .is-font- serif .gh-content .kg-callout-text ,
1917
- .is-font- serif .gh-content .kg-toggle-content > ol ,
1918
- .is-font- serif .gh-content .kg-toggle-content > ul ,
1919
- .is-font- serif .gh-content .kg-toggle-content > p {
1911
+ .has- serif-body .gh-content > blockquote ,
1912
+ .has- serif-body .gh-content > ol ,
1913
+ .has- serif-body .gh-content > ul ,
1914
+ .has- serif-body .gh-content > dl ,
1915
+ .has- serif-body .gh-content > p ,
1916
+ .has- serif-body .gh-content .kg-callout-text ,
1917
+ .has- serif-body .gh-content .kg-toggle-content > ol ,
1918
+ .has- serif-body .gh-content .kg-toggle-content > ul ,
1919
+ .has- serif-body .gh-content .kg-toggle-content > p {
1920
1920
font-family : var (--font-serif );
1921
1921
}
1922
1922
@@ -2329,16 +2329,16 @@ figcaption a {
2329
2329
--factor : 1.1 ;
2330
2330
}
2331
2331
2332
- .has-sans-title .is-title {
2332
+ .has-sans-title : is ( .is-title , . gh-content : is ( h2 , h3 )) {
2333
2333
font-family : var (--font-sans );
2334
2334
}
2335
2335
2336
- .has-serif-title .is-title {
2336
+ .has-serif-title : is ( .is-title , . gh-content : is ( h2 , h3 )) {
2337
2337
font-family : var (--font-serif );
2338
2338
font-weight : 550 ;
2339
2339
}
2340
2340
2341
- .has-slab-title .is-title {
2341
+ .has-slab-title : is ( .is-title , . gh-content : is ( h2 , h3 )) {
2342
2342
font-family : var (--font-slab );
2343
2343
font-weight : 650 ;
2344
2344
}
0 commit comments