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

17 lines
259 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 {
@apply font-vinque bg-cocoa-brown-700 p-4;
}
}
2021-04-24 01:30:09 +02:00
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "Vinque";
src: url("vinque.ttf");
}