We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cbbd8 commit 5aea378Copy full SHA for 5aea378
app/main.css
@@ -33,6 +33,6 @@ html, body {
33
padding: 0;
34
color: var(--primary-color);
35
background-color: var(--bg-color);
36
- font-family: 'Inter', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
+ font-family: 'Inter var', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
37
font-size: 14px;
38
}
0 commit comments