You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

49 lines
1.3 KiB

  1. @font-face {
  2. font-family: 'Roboto';
  3. font-style: normal;
  4. font-weight: 300;
  5. src:
  6. local('Roboto Light'),
  7. local('Roboto-Light'),
  8. url('Roboto_300.eot?#iefix') format('embedded-opentype'),
  9. url('Roboto_300.woff') format('woff'),
  10. url('Roboto_300.woff2') format('woff2'),
  11. url('Roboto_300.svg#Roboto') format('svg');
  12. }
  13. @font-face {
  14. font-family: 'Roboto';
  15. font-style: normal;
  16. font-weight: 400;
  17. src:
  18. local('Roboto'),
  19. local('Roboto-Regular'),
  20. url('Roboto_400.eot?#iefix') format('embedded-opentype'),
  21. url('Roboto_400.woff') format('woff'),
  22. url('Roboto_400.woff2') format('woff2'),
  23. url('Roboto_400.svg#Roboto') format('svg');
  24. }
  25. @font-face {
  26. font-family: 'Roboto';
  27. font-style: normal;
  28. font-weight: 500;
  29. src:
  30. local('Roboto Medium'),
  31. local('Roboto-Medium'),
  32. url('Roboto_500.eot?#iefix') format('embedded-opentype'),
  33. url('Roboto_500.woff') format('woff'),
  34. url('Roboto_500.woff2') format('woff2'),
  35. url('Roboto_500.svg#Roboto') format('svg');
  36. }
  37. @font-face {
  38. font-family: 'Roboto';
  39. font-style: normal;
  40. font-weight: 700;
  41. src:
  42. local('Roboto Bold'),
  43. local('Roboto-Bold'),
  44. url('Roboto_700.eot?#iefix') format('embedded-opentype'),
  45. url('Roboto_700.woff') format('woff'),
  46. url('Roboto_700.woff2') format('woff2'),
  47. url('Roboto_700.svg#Roboto') format('svg');
  48. }