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 {
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
:root {
|
||||
--font-size: 15px;
|
||||
|
||||
--c-primary: #EA9E44;
|
||||
--c-primary-active: #C16929;
|
||||
--c-primary-light: #EA9E4466;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue