Files
portfolio/app/globals.css
2025-01-05 21:05:18 +01:00

9 lines
161 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
/* Custom Global Styles */
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}