ein-pfeil-am-rechten-fleck.de/src/app.css

17 lines
277 B
CSS
Raw Normal View History

2021-04-24 01:30:09 +02:00
/* Write your global styles here, in PostCSS syntax */
@tailwind base;
@layer base {
html {
2023-03-27 23:33:24 +02:00
@apply bg-cocoa-brown text-yellow-400 text-center;
}
}
2021-04-24 01:30:09 +02:00
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "Vinque";
2023-03-26 16:51:47 +02:00
src: url("../static/vinque.ttf");
}