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

17 lines
268 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-28 22:09:40 +02:00
@apply bg-cocoa-brown text-yellow-300 text-center;
}
}
2021-04-24 01:30:09 +02:00
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "Vinque";
2023-03-27 23:36:44 +02:00
src: url("/vinque.ttf");
}