roboto.scss 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. @font-face {
  2. font-family: 'Roboto';
  3. src: local('Roboto');
  4. src: font-url('roboto/roboto-italic-webfont.eot');
  5. src: font-url('roboto/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
  6. font-url('roboto/roboto-italic-webfont.woff2') format('woff2'),
  7. font-url('roboto/roboto-italic-webfont.woff') format('woff'),
  8. font-url('roboto/roboto-italic-webfont.ttf') format('truetype'),
  9. font-url('roboto/roboto-italic-webfont.svg#roboto-italic-webfont') format('svg');
  10. font-weight: normal;
  11. font-style: italic;
  12. }
  13. @font-face {
  14. font-family: 'Roboto';
  15. src: local('Roboto');
  16. src: font-url('roboto/roboto-bold-webfont.eot');
  17. src: local('Roboto bold'), local('roboto-bold'),
  18. font-url('roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
  19. font-url('roboto/roboto-bold-webfont.woff2') format('woff2'),
  20. font-url('roboto/roboto-bold-webfont.woff') format('woff'),
  21. font-url('roboto/roboto-bold-webfont.ttf') format('truetype'),
  22. font-url('roboto/roboto-bold-webfont.svg#roboto-bold-webfont') format('svg');
  23. font-weight: bold;
  24. font-style: normal;
  25. }
  26. @font-face {
  27. font-family: 'Roboto';
  28. src: local('Roboto');
  29. src: font-url('roboto/roboto-medium-webfont.eot');
  30. src: font-url('roboto/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
  31. font-url('roboto/roboto-medium-webfont.woff2') format('woff2'),
  32. font-url('roboto/roboto-medium-webfont.woff') format('woff'),
  33. font-url('roboto/roboto-medium-webfont.ttf') format('truetype'),
  34. font-url('roboto/roboto-medium-webfont.svg#roboto-medium-webfont') format('svg');
  35. font-weight: 500;
  36. font-style: normal;
  37. }
  38. @font-face {
  39. font-family: 'Roboto';
  40. src: local('Roboto');
  41. src: font-url('roboto/roboto-regular-webfont.eot');
  42. src: font-url('roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
  43. font-url('roboto/roboto-regular-webfont.woff2') format('woff2'),
  44. font-url('roboto/roboto-regular-webfont.woff') format('woff'),
  45. font-url('roboto/roboto-regular-webfont.ttf') format('truetype'),
  46. font-url('roboto/roboto-regular-webfont.svg#roboto-regular-webfont') format('svg');
  47. font-weight: normal;
  48. font-style: normal;
  49. }