ein-pfeil-am-rechten-fleck.de/src/app.css
2023-03-28 22:09:40 +02:00

16 lines
268 B
CSS

/* Write your global styles here, in PostCSS syntax */
@tailwind base;
@layer base {
html {
@apply bg-cocoa-brown text-yellow-300 text-center;
}
}
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "Vinque";
src: url("/vinque.ttf");
}