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

@ -12,6 +12,9 @@ export default {
background: "var(--background)",
foreground: "var(--foreground)",
},
fontFamily: {
noto: ["Noto Serif", "serif"],
}
},
},
plugins: [],