1234567891011121314151617 |
- @font-face {
- font-family: Inter;
- font-weight: 100 900;
- font-display: swap;
- font-style: normal;
- font-named-instance: "Regular";
- src: url("./fonts/Inter-roman_var.woff2") format("woff2");
- }
- @font-face {
- font-family: Inter;
- font-weight: 100 900;
- font-display: swap;
- font-style: italic;
- font-named-instance: "Italic";
- src: url("./fonts/Inter-italic_var.woff2") format("woff2");
- }
|