Skip to content

Commit fb48956

Browse files
committed
Update default font to Instrument Sans in app.css
1 parent 207d6ca commit fb48956

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
@@ -4,7 +4,7 @@
44

55
body,
66
html {
7-
--font-sans: 'Inter var', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
7+
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
88
}
99

1010
@layer base {

0 commit comments

Comments
 (0)