manrope.css 349 B

123456789101112131415
  1. @font-face {
  2. font-family: 'Manrope';
  3. font-style: normal;
  4. font-weight: 400;
  5. src: url(Manrope-Regular.woff2),
  6. url(Manrope-Regular.woff);
  7. }
  8. @font-face {
  9. font-family: 'Manrope';
  10. font-style: normal;
  11. font-weight: 900;
  12. src: url(Manrope-ExtraBold.woff2) format("woff2"),
  13. url(Manrope-ExtraBold.woff) format("woff");
  14. }