Skip to content

Commit 438c824

Browse files
committed
use inter var
1 parent 5ee9d97 commit 438c824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@custom-variant dark (&:is(.dark *));
88

99
@theme {
10-
--font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
10+
--font-sans: 'Inter var', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
1111

1212
--radius-lg: var(--radius);
1313
--radius-md: calc(var(--radius) - 2px);

0 commit comments

Comments
 (0)