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.

99 lines
1.7 KiB

  1. // Roboto
  2. // by Christian Robertson
  3. // Apache 2.0 License
  4. // -> Thin
  5. @font-face {
  6. font-family: 'Roboto';
  7. src: url('/fonts/Roboto-Thin.woff') format('woff');
  8. font-weight: 100;
  9. font-style: normal;
  10. }
  11. @font-face {
  12. font-family: 'Roboto';
  13. src: url('/fonts/Roboto-ThinItalic.woff') format('woff');
  14. font-weight: 100;
  15. font-style: italic;
  16. }
  17. // -> Light
  18. @font-face {
  19. font-family: 'Roboto';
  20. src: url('/fonts/Roboto-Light.woff') format('woff');
  21. font-weight: 300;
  22. font-style: normal;
  23. }
  24. @font-face {
  25. font-family: 'Roboto';
  26. src: url('/fonts/Roboto-LightItalic.woff') format('woff');
  27. font-weight: 300;
  28. font-style: italic;
  29. }
  30. // -> Regular
  31. @font-face {
  32. font-family: 'Roboto';
  33. src: url('/fonts/Roboto-Regular.woff') format('woff');
  34. font-weight: 400;
  35. font-style: normal;
  36. }
  37. @font-face {
  38. font-family: 'Roboto';
  39. src: url('/fonts/Roboto-RegularItalic.woff') format('woff');
  40. font-weight: 400;
  41. font-style: italic;
  42. }
  43. // -> Medium
  44. @font-face {
  45. font-family: 'Roboto';
  46. src: url('/fonts/Roboto-Medium.woff') format('woff');
  47. font-weight: 500;
  48. font-style: normal;
  49. }
  50. @font-face {
  51. font-family: 'Roboto';
  52. src: url('/fonts/Roboto-MediumItalic.woff') format('woff');
  53. font-weight: 500;
  54. font-style: italic;
  55. }
  56. // -> Bold
  57. @font-face {
  58. font-family: 'Roboto';
  59. src: url('/fonts/Roboto-Bold.woff') format('woff');
  60. font-weight: 700;
  61. font-style: normal;
  62. }
  63. @font-face {
  64. font-family: 'Roboto';
  65. src: url('/fonts/Roboto-BoldItalic.woff') format('woff');
  66. font-weight: 700;
  67. font-style: italic;
  68. }
  69. // -> Black
  70. @font-face {
  71. font-family: 'Roboto';
  72. src: url('/fonts/Roboto-Black.woff') format('woff');
  73. font-weight: 900;
  74. font-style: normal;
  75. }
  76. @font-face {
  77. font-family: 'Roboto';
  78. src: url('/fonts/Roboto-BlackItalic.woff') format('woff');
  79. font-weight: 900;
  80. font-style: italic;
  81. }