fonts.styl 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @font-face
  2. font-family: 'Roboto'
  3. font-style: normal
  4. font-weight: 400
  5. src: local('Roboto'),
  6. local('Roboto-Regular'),
  7. url('/fonts/roboto-regular.woff2') format('woff2'),
  8. url('/fonts/roboto-regular.woff') format('woff')
  9. @font-face
  10. font-family: 'Roboto'
  11. font-style: normal
  12. font-weight: 700
  13. src: local('Roboto Bold'),
  14. local('Roboto-Bold'),
  15. url('/fonts/roboto-bold.woff2') format('woff2'),
  16. url('/fonts/roboto-bold.woff') format('woff')
  17. @font-face
  18. font-family: 'Poppins'
  19. font-style: normal
  20. font-weight: 400
  21. src: local('Poppins'),
  22. local('Poppins-Regular'),
  23. url('/fonts/poppins-regular.woff') format('woff')
  24. @font-face
  25. font-family: 'Poppins'
  26. font-style: normal
  27. font-weight: 500
  28. src: local('Poppins Medium'),
  29. local('Poppins-Medium'),
  30. url('/fonts/poppins-medium.woff') format('woff')
  31. @font-face
  32. font-family: 'Poppins'
  33. font-style: normal
  34. font-weight: 700
  35. src: local('Poppins Bold'),
  36. local('Poppins-Bold'),
  37. url('/fonts/poppins-bold.woff') format('woff')