vue-tailwind-myna/src/assets/index.css

8 lines
115 B
CSS
Raw Normal View History

2024-11-20 15:23:32 +07:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2024-11-20 19:48:30 +07:00
body {
font-family: 'Outfit Variable', sans-serif;
}