fonts.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. Custom Fonts for DarkFi
  3. */
  4. @font-face {
  5. font-family: 'IosevkaCustom';
  6. src: url('../fonts/IosevkaCustom-Condensed.woff2') format('woff2');
  7. font-weight: 400;
  8. font-style: normal;
  9. font-display: swap;
  10. }
  11. @font-face {
  12. font-family: 'IosevkaCustomLight';
  13. src: url('../fonts/IosevkaCustom-CondensedLight.woff2') format('woff2');
  14. font-weight: 300;
  15. font-style: normal;
  16. font-display: swap;
  17. }
  18. @font-face {
  19. font-family: 'IBMPlexMono';
  20. src: url('../fonts/IBMPlexMono-Regular.woff') format('woff');
  21. font-weight: 400;
  22. font-style: normal;
  23. font-display: swap;
  24. }
  25. @font-face {
  26. font-family: 'Inter';
  27. src: url('../fonts/Inter-Regular.woff2') format('woff2');
  28. font-weight: 400;
  29. font-style: normal;
  30. font-display: swap;
  31. }
  32. @font-face {
  33. font-family: 'Inter';
  34. src: url('../fonts/Inter-Bold.woff2') format('woff2');
  35. font-weight: 700;
  36. font-style: normal;
  37. font-display: swap;
  38. }
  39. @font-face {
  40. font-family: 'Inter';
  41. src: url('../fonts/Inter-Italic.woff2') format('woff2');
  42. font-weight: 400;
  43. font-style: italic;
  44. font-display: swap;
  45. }
  46. @font-face {
  47. font-family: 'InterDisplay';
  48. src: url('../fonts/InterDisplay-Black.woff2') format('woff2');
  49. font-weight: 900;
  50. font-style: normal;
  51. font-display: swap;
  52. }