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.

80 lines
2.0 KiB

  1. @font-face {
  2. font-family: 'Roboto';
  3. src: url('Roboto-MediumItalic.woff2') format('woff2'),
  4. url('Roboto-MediumItalic.woff') format('woff');
  5. font-weight: 500;
  6. font-style: italic;
  7. }
  8. @font-face {
  9. font-family: 'Roboto';
  10. src: url('Roboto-Italic.woff2') format('woff2'),
  11. url('Roboto-Italic.woff') format('woff');
  12. font-weight: normal;
  13. font-style: italic;
  14. }
  15. @font-face {
  16. font-family: 'Roboto';
  17. src: url('Roboto-Bold.woff2') format('woff2'),
  18. url('Roboto-Bold.woff') format('woff');
  19. font-weight: bold;
  20. font-style: normal;
  21. }
  22. @font-face {
  23. font-family: 'Source Sans Pro';
  24. src: url('SourceSansPro-Bold.woff2') format('woff2'),
  25. url('SourceSansPro-Bold.woff') format('woff');
  26. font-weight: bold;
  27. font-style: normal;
  28. }
  29. @font-face {
  30. font-family: 'Roboto';
  31. src: url('Roboto-Regular.woff2') format('woff2'),
  32. url('Roboto-Regular.woff') format('woff');
  33. font-weight: normal;
  34. font-style: normal;
  35. }
  36. @font-face {
  37. font-family: 'Roboto';
  38. src: url('Roboto-BoldItalic.woff2') format('woff2'),
  39. url('Roboto-BoldItalic.woff') format('woff');
  40. font-weight: bold;
  41. font-style: italic;
  42. }
  43. @font-face {
  44. font-family: 'Source Sans Pro';
  45. src: url('SourceSansPro-BoldItalic.woff2') format('woff2'),
  46. url('SourceSansPro-BoldItalic.woff') format('woff');
  47. font-weight: bold;
  48. font-style: italic;
  49. }
  50. @font-face {
  51. font-family: 'Source Sans Pro';
  52. src: url('SourceSansPro-Regular.woff2') format('woff2'),
  53. url('SourceSansPro-Regular.woff') format('woff');
  54. font-weight: normal;
  55. font-style: normal;
  56. }
  57. @font-face {
  58. font-family: 'Roboto';
  59. src: url('Roboto-Medium.woff2') format('woff2'),
  60. url('Roboto-Medium.woff') format('woff');
  61. font-weight: 500;
  62. font-style: normal;
  63. }
  64. @font-face {
  65. font-family: 'Source Sans Pro';
  66. src: url('SourceSansPro-Italic.woff2') format('woff2'),
  67. url('SourceSansPro-Italic.woff') format('woff');
  68. font-weight: normal;
  69. font-style: italic;
  70. }