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 a987255 commit 137b142Copy full SHA for 137b142
frontend/app/src/app/styles/index.css
@@ -6,8 +6,10 @@
6
@config '../../../tailwind.config.js';
7
8
@font-face {
9
- font-family: "Inter";
10
- src: url(/src/assets/fonts/InterVariable.ttf);
+ font-family: InterVariable;
+ font-weight: 100 900;
11
+ font-display: swap;
12
+ src: url(/src/assets/fonts/InterVariable.woff2) format("woff2");
13
}
14
15
@layer base {
@@ -19,7 +21,7 @@
19
21
20
22
body {
23
margin: 0;
- font-family: "Inter", sans-serif;
24
+ font-family: InterVariable, sans-serif;
25
-webkit-font-smoothing: antialiased;
26
-moz-osx-font-smoothing: grayscale;
27
frontend/app/src/assets/fonts/InterVariable.ttf
-854 KB
frontend/app/src/assets/fonts/InterVariable.woff2
344 KB
0 commit comments