7 lines
121 B
CSS
7 lines
121 B
CSS
@layer base {
|
|
html {
|
|
font-family: var(--font-family-base);
|
|
font-size: var(--font-size-base);
|
|
}
|
|
}
|