Skip to content

Commit d31278e

Browse files
committed
Use Inter fonts as default
1 parent e31bd9f commit d31278e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/core/src/assets/theme.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
* `shadow-sm` resolve correctly regardless of the active palette.
2525
*/
2626
@theme inline {
27+
--font-sans: "Inter Variable", "Inter", ui-sans-serif, system-ui, sans-serif;
28+
2729
--color-background: var(--background);
2830
--color-foreground: var(--foreground);
2931
--color-card: var(--card);

0 commit comments

Comments
 (0)