Skip to content

Commit 5aea378

Browse files
committed
chore: Use variable font to reduce page size
1 parent 15cbbd8 commit 5aea378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ html, body {
3333
padding: 0;
3434
color: var(--primary-color);
3535
background-color: var(--bg-color);
36-
font-family: 'Inter', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
36+
font-family: 'Inter var', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
3737
font-size: 14px;
3838
}

0 commit comments

Comments
 (0)