15 lines
362 B
CSS
15 lines
362 B
CSS
@import "tailwindcss";
|
|
@plugin "@tailwindcss/typography";
|
|
|
|
@theme {
|
|
--font-garamond: 'EB Garamond 12', 'Garamond', 'Baskerville', 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
|
|
--font-iosevka: 'Iosevka', Consolas, 'Liberation Mono', Menlo, monospace;
|
|
}
|
|
|
|
body {
|
|
@apply antialiased;
|
|
}
|
|
|
|
@import "components/wompum.css";
|
|
@import "main.css";
|