mausenpeet.nl/src/app.css

10 lines
220 B
CSS
Raw Normal View History

2024-05-02 19:23:18 +00:00
@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;
}