Set default font family to Roboto

This commit is contained in:
thiloho
2025-05-12 20:27:00 +02:00
parent b9e6bcd653
commit 0f2366dcee
3 changed files with 17 additions and 0 deletions

View File

@@ -1,4 +1,10 @@
@import "tailwindcss";
@import "@fontsource-variable/roboto";
@plugin "@tailwindcss/typography";
@custom-variant dark (&:where(.dark, .dark *));
@theme {
--font-sans: "Roboto Variable", "sans-serif";
}