Files
maisie-heardle/src/app.css
2025-04-18 22:04:58 -04:00

12 lines
261 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');
@import 'tailwindcss';
/* load any custom fonts here, e.g.: */
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
font-family: 'Inter', sans-serif;
}