_fonts.less 837 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @font-face {
  2. font-family: "Basis Grotesque Pro";
  3. src: url(../fonts/BasisGrotesquePro-Regular.ttf);
  4. font-style: normal;
  5. font-weight: 400;
  6. font-display: swap;
  7. }
  8. @font-face {
  9. font-family: "Basis Grotesque Pro";
  10. src: url(../fonts/BasisGrotesquePro-Medium.ttf);
  11. font-style: normal;
  12. font-weight: 500;
  13. font-display: swap;
  14. }
  15. @font-face {
  16. font-family: "Basis Grotesque Pro";
  17. src: url(../fonts/BasisGrotesquePro-Bold.ttf);
  18. font-style: normal;
  19. font-weight: 700;
  20. font-display: swap;
  21. }
  22. @font-face {
  23. font-family: "Cochin";
  24. src: url(../fonts/Cochin-Bold.ttf);
  25. font-style: normal;
  26. font-weight: 700;
  27. font-display: swap;
  28. }
  29. @font-face {
  30. font-family: 'icomoon';
  31. src: url('../fonts/icomoon.ttf');
  32. font-weight: normal;
  33. font-style: normal;
  34. font-display: block;
  35. }