2025-02-21 20:47:15 +07:00

12 lines
230 B
CSS

@import 'tailwindcss';
@plugin "@tailwindcss/typography";
@theme {
--font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
html,
body {
}