use inter font everywhere
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
Reference in New Issue
Block a user