fonts.css 918 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @font-face {
  2. font-family: 'Montserrat';
  3. src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
  4. font-style: normal;
  5. font-weight: normal;
  6. }
  7. @font-face {
  8. font-family: 'Montserrat';
  9. src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
  10. font-style: normal;
  11. font-weight: bold;
  12. }
  13. @font-face {
  14. font-family: 'Montserrat';
  15. src: url('../fonts/Montserrat/Montserrat-Light.ttf');
  16. font-style: normal;
  17. font-weight: 300;
  18. }
  19. @font-face {
  20. font-family: 'Montserrat';
  21. src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
  22. font-style: normal;
  23. font-weight: 500;
  24. }
  25. @font-face {
  26. font-family: 'Montserrat';
  27. src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf');
  28. font-style: normal;
  29. font-weight: 600;
  30. }
  31. @font-face {
  32. font-family: 'Montserrat';
  33. src: url('../fonts/Montserrat/Montserrat-Italic.ttf');
  34. font-style: italic;
  35. font-weight: normal;
  36. }