use inter font everywhere

This commit is contained in:
2026-03-30 09:49:56 +09:00
parent 5f3f4b9c6e
commit 2bd26185d5
3 changed files with 3333 additions and 1 deletions

View File

@@ -1,7 +1,20 @@
@import "tailwindcss";
@import "inter-ui/inter.css";
@plugin "daisyui" {
themes: light --default;
}
@custom-variant dark (&:where(.dark, .dark *));
@custom-variant dark (&:where(.dark, .dark *));
html {
font-family: "Inter", "system-ui";
}
@supports (font-variation-settings: normal) {
html {
font-family: "InterVariable", "system-ui";
}
/* If using the variable font */
}