inter.css 309 B

1234567891011121314
  1. @font-face {
  2. font-family: 'Inter';
  3. font-style: normal;
  4. font-weight: 400;
  5. font-display: swap;
  6. src: url('Inter-Regular.woff2') format('woff2');
  7. }
  8. @font-face {
  9. font-family: 'Inter';
  10. font-style: normal;
  11. font-weight: 600;
  12. font-display: swap;
  13. src: url('Inter-SemiBold.woff2') format('woff2');
  14. }