mausenpeet.nl/src/app.css
2024-05-02 21:23:18 +02:00

10 lines
220 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'GreatVibes';
src: url('/fonts/GreatVibes-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}