Skip to content

Commit c3c6037

Browse files
committed
reverting font to original
1 parent bf62497 commit c3c6037

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

resources/css/app.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
@custom-variant dark (&:is(.dark *));
88

99
@theme {
10-
--font-sans: Figtree, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
10+
--font-sans:
11+
'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
1112

1213
--radius-lg: var(--radius);
1314
--radius-md: calc(var(--radius) - 2px);
@@ -66,6 +67,7 @@
6667
color utility to any element that depends on these defaults.
6768
*/
6869
@layer base {
70+
6971
*,
7072
::after,
7173
::before,
@@ -154,4 +156,4 @@
154156
body {
155157
@apply bg-background text-foreground;
156158
}
157-
}
159+
}

0 commit comments

Comments
 (0)