fix: font-size ssr
This commit is contained in:
parent
597617b7e6
commit
b40832a7eb
6 changed files with 34 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
html {
|
||||
font-size: var(--font-size);
|
||||
font-size: var(--font-size, 15px);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue