fonts.css 917 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* Roboto font, embedded with the help of https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin */
  2. /* roboto-300 - latin */
  3. @font-face {
  4. font-family: 'Roboto';
  5. font-style: normal;
  6. font-weight: 300;
  7. src: local(''),
  8. url('../fonts/roboto-v29-latin-300.woff2') format('woff2');
  9. }
  10. /* roboto-regular - latin */
  11. @font-face {
  12. font-family: 'Roboto';
  13. font-style: normal;
  14. font-weight: 400;
  15. src: local(''),
  16. url('../fonts/roboto-v29-latin-regular.woff2') format('woff2');
  17. }
  18. /* roboto-500 - latin */
  19. @font-face {
  20. font-family: 'Roboto';
  21. font-style: normal;
  22. font-weight: 500;
  23. src: local(''),
  24. url('../fonts/roboto-v29-latin-500.woff2') format('woff2');
  25. }
  26. /* roboto-700 - latin */
  27. @font-face {
  28. font-family: 'Roboto';
  29. font-style: normal;
  30. font-weight: 700;
  31. src: local(''),
  32. url('../fonts/roboto-v29-latin-700.woff2') format('woff2');
  33. }