Skip to content

Commit 2632a6e

Browse files
committed
Update font stack
1 parent 89490e6 commit 2632a6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/layouts/BaseLayout/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ table {
143143
*/
144144
html,
145145
body {
146-
font-family: 'Inter', sans-serif;
146+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
147+
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
147148
color: var(--darker);
148149
}
149150

0 commit comments

Comments
 (0)