_fonts.scss 389 B

1234567891011121314151617
  1. @font-face {
  2. font-family: Inter;
  3. font-weight: 100 900;
  4. font-display: swap;
  5. font-style: normal;
  6. font-named-instance: "Regular";
  7. src: url("./fonts/Inter-roman_var.woff2") format("woff2");
  8. }
  9. @font-face {
  10. font-family: Inter;
  11. font-weight: 100 900;
  12. font-display: swap;
  13. font-style: italic;
  14. font-named-instance: "Italic";
  15. src: url("./fonts/Inter-italic_var.woff2") format("woff2");
  16. }