mirror of
https://github.com/SoPat712/maisie-heardle.git
synced 2025-08-21 10:18:45 -04:00
12 lines
261 B
CSS
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;
|
|
}
|