Skip to content

Commit 7e75b23

Browse files
committed
fix: use default font's size for font-size-adjust
1 parent 0aa3ef4 commit 7e75b23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ html {
6767
body {
6868
@apply transition-colors;
6969
font-display: block;
70-
font-size-adjust: ex-height 0.53;
70+
font-size-adjust: from-font var(--theme-font);
7171
}
7272

7373
/* hide katex-html */

0 commit comments

Comments
 (0)