fonts.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  9. url('../fonts/roboto-v29-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  10. }
  11. /* roboto-regular - latin */
  12. @font-face {
  13. font-family: 'Roboto';
  14. font-style: normal;
  15. font-weight: 400;
  16. src: local(''),
  17. url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  18. url('../fonts/roboto-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  19. }
  20. /* roboto-500 - latin */
  21. @font-face {
  22. font-family: 'Roboto';
  23. font-style: normal;
  24. font-weight: 500;
  25. src: local(''),
  26. url('../fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  27. url('../fonts/roboto-v29-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  28. }
  29. /* roboto-700 - latin */
  30. @font-face {
  31. font-family: 'Roboto';
  32. font-style: normal;
  33. font-weight: 700;
  34. src: local(''),
  35. url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  36. url('../fonts/roboto-v29-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  37. }