+9
-1
input.css
+9
-1
input.css
···
13
13
@font-face {
14
14
font-family: "InterVariable";
15
15
src: url("/static/fonts/InterVariable-Italic.woff2") format("woff2");
16
-
font-weight: normal;
16
+
font-weight: 400;
17
17
font-style: italic;
18
+
font-display: swap;
19
+
}
20
+
21
+
@font-face {
22
+
font-family: "InterVariable";
23
+
src: url("/static/fonts/InterVariable.woff2") format("woff2");
24
+
font-weight: 600;
25
+
font-style: normal;
18
26
font-display: swap;
19
27
}
20
28