We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31bd9f commit d31278eCopy full SHA for d31278e
1 file changed
packages/core/src/assets/theme.css
@@ -24,6 +24,8 @@
24
* `shadow-sm` resolve correctly regardless of the active palette.
25
*/
26
@theme inline {
27
+ --font-sans: "Inter Variable", "Inter", ui-sans-serif, system-ui, sans-serif;
28
+
29
--color-background: var(--background);
30
--color-foreground: var(--foreground);
31
--color-card: var(--card);
0 commit comments