12 lines
224 B
CSS
12 lines
224 B
CSS
@import "tailwindcss";
|
|
@plugin "daisyui" {
|
|
themes: light;
|
|
}
|
|
|
|
@theme {
|
|
--font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
|
}
|
|
|
|
html {
|
|
font-family: var(--font-sans);
|
|
}
|