fix: font-size ssr

This commit is contained in:
Anthony Fu 2022-12-24 00:19:17 +01:00
parent 597617b7e6
commit b40832a7eb
6 changed files with 34 additions and 19 deletions

View file

@ -1,5 +1,5 @@
html {
font-size: var(--font-size);
font-size: var(--font-size, 15px);
}
@font-face {