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.

55 lines
1.6 KiB

  1. @font-face {
  2. font-family: 'Roboto';
  3. src: url('../../fonts/default/Roboto-MediumItalic.woff2') format('woff2'),
  4. url('../../fonts/default/Roboto-MediumItalic.woff') format('woff');
  5. font-weight: 500;
  6. font-style: italic;
  7. }
  8. @font-face {
  9. font-family: 'Roboto';
  10. src: url('../../fonts/default/Roboto-Italic.woff2') format('woff2'),
  11. url('../../fonts/default/Roboto-Italic.woff') format('woff');
  12. font-weight: normal;
  13. font-style: italic;
  14. }
  15. @font-face {
  16. font-family: 'Roboto';
  17. src: url('../../fonts/default/Roboto-Bold.woff2') format('woff2'),
  18. url('../../fonts/default/Roboto-Bold.woff') format('woff');
  19. font-weight: bold;
  20. font-style: normal;
  21. }
  22. @font-face {
  23. font-family: 'Roboto';
  24. src: url('../../fonts/default/Roboto-Regular.woff2') format('woff2'),
  25. url('../../fonts/default/Roboto-Regular.woff') format('woff');
  26. font-weight: normal;
  27. font-style: normal;
  28. }
  29. @font-face {
  30. font-family: 'Roboto';
  31. src: url('../../fonts/default/Roboto-BoldItalic.woff2') format('woff2'),
  32. url('../../fonts/default/Roboto-BoldItalic.woff') format('woff');
  33. font-weight: bold;
  34. font-style: italic;
  35. }
  36. @font-face {
  37. font-family: 'Roboto';
  38. src: url('../../fonts/default/Roboto-Medium.woff2') format('woff2'),
  39. url('../../fonts/default/Roboto-Medium.woff') format('woff');
  40. font-weight: 500;
  41. font-style: normal;
  42. }
  43. @font-face {
  44. font-family: 'Roboto Mono';
  45. src: url('../../fonts/default/RobotoMono-Regular.woff2') format('woff2'),
  46. url('../../fonts/default/RobotoMono-Regular.woff') format('woff');
  47. font-weight: normal;
  48. font-style: normal;
  49. }