We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b3d9e commit 10ef045Copy full SHA for 10ef045
src/theme/index.tsx
@@ -172,11 +172,11 @@ export const FixedGlobalStyle = createGlobalStyle`
172
html, input, textarea, button {
173
font-family: 'Inter', sans-serif;
174
letter-spacing: -0.018em;
175
+ font-display: fallback;
176
}
177
@supports (font-variation-settings: normal) {
178
179
font-family: 'Inter var', sans-serif;
- font-display: fallback;
180
181
182
0 commit comments