roboto.css 2.4 KB

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