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 5ee9d97 commit 438c824Copy full SHA for 438c824
resources/css/app.css
@@ -7,7 +7,7 @@
7
@custom-variant dark (&:is(.dark *));
8
9
@theme {
10
- --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
+ --font-sans: 'Inter var', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
11
12
--radius-lg: var(--radius);
13
--radius-md: calc(var(--radius) - 2px);
0 commit comments