inter.scss 311 B

12345678
  1. @font-face {
  2. font-family: Inter;
  3. src: url('../fonts/inter/inter-variable-font-slnt-wght.woff2')
  4. format('woff2-variations');
  5. font-weight: 100 900;
  6. font-style: normal;
  7. mso-generic-font-family: swiss; /* stylelint-disable-line property-no-unknown -- Proprietary property for Outlook on Windows. */
  8. }