test/apps/admin/src/styles/tailwind/base.css
2024-05-08 00:24:43 +08:00

7 lines
121 B
CSS

@layer base {
html {
font-family: var(--font-family-base);
font-size: var(--font-size-base);
}
}