feat: new font noto for tailwind

This commit is contained in:
theoleuthardt 2025-02-07 13:47:11 +01:00
parent 025b69021b
commit 8607098106
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
@ -18,4 +20,4 @@ body {
color: var(--foreground);
background: var(--background);
font-family: Arial, Helvetica, sans-serif;
}
}