fonts.css 561 B

1234567891011121314151617181920212223
  1. @font-face {
  2. font-family: 'Lexend';
  3. font-style: normal;
  4. font-weight: 100 900;
  5. font-display: swap;
  6. src: url(/fonts/lexend.woff2) format('woff2');
  7. }
  8. @font-face {
  9. font-family: 'Inter';
  10. font-weight: 100 900;
  11. font-display: block;
  12. font-style: normal;
  13. font-named-instance: 'Regular';
  14. src: url('/fonts/Inter-roman.var.woff2') format('woff2');
  15. }
  16. @font-face {
  17. font-family: 'Inter';
  18. font-weight: 100 900;
  19. font-display: block;
  20. font-style: italic;
  21. font-named-instance: 'Italic';
  22. src: url('/fonts/Inter-italic.var.woff2') format('woff2');
  23. }