+9
-1
input.css
+9
-1
input.css
···
13
@font-face {
14
font-family: "InterVariable";
15
src: url("/static/fonts/InterVariable-Italic.woff2") format("woff2");
16
+
font-weight: 400;
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;
26
font-display: swap;
27
}
28