Skip to content

Commit a1db396

Browse files
committed
fix: Update default font-family
1 parent d603d49 commit a1db396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/bar.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
box-sizing: border-box;
1010
width: 100%;
1111
min-height: 3em;
12-
font-family: Lato, sans-serif;
12+
font-family: Inter, sans-serif;
1313
font-size: 1rem;
1414
}
1515

0 commit comments

Comments
 (0)