fix: tweak font size
This commit is contained in:
parent
895497ee8a
commit
0ae1caaf5a
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
font-family: var(--font-sans);
|
font-family: var(--font-sans);
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue