style.css 810 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* regular */
  2. @font-face {
  3. font-family: 'Iosevka Custom';
  4. font-weight: 400;
  5. font-display: swap;
  6. src: url(IosevkaCustom-Regular.woff2) format('woff2');
  7. unicode-range: U+0000-0369;
  8. }
  9. /* bold */
  10. @font-face {
  11. font-family: 'Iosevka Custom';
  12. font-weight: 700;
  13. font-display: swap;
  14. src: url(IosevkaCustom-Bold.woff2) format('woff2');
  15. unicode-range: U+0000-0369;
  16. }
  17. /* italic */
  18. @font-face {
  19. font-family: 'Iosevka Custom';
  20. font-style: italic;
  21. font-weight: 400;
  22. font-display: swap;
  23. src: url(IosevkaCustom-Italic.woff2) format('woff2');
  24. unicode-range: U+0000-0369;
  25. }
  26. /* bold italic */
  27. @font-face {
  28. font-family: 'Iosevka Custom';
  29. font-style: italic;
  30. font-weight: 700;
  31. font-display: swap;
  32. src: url(IosevkaCustom-BoldItalic.woff2) format('woff2');
  33. unicode-range: U+0000-0369;
  34. }