fonts.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. @font-face {
  2. font-family: "Inconsolata";
  3. src: url("./Inconsolata-Variable.woff2") format("woff2");
  4. }
  5. @font-face {
  6. font-family: "Roboto Slab";
  7. src: url("./RobotoSlab-Variable.woff2") format("woff2");
  8. }
  9. @font-face {
  10. font-family: "Open Sans";
  11. src: url("./OpenSans-Light.woff2") format("woff2");
  12. font-weight: 300;
  13. font-style: normal;
  14. }
  15. @font-face {
  16. font-family: "Open Sans";
  17. src: url("./OpenSans-Regular.woff2") format("woff2");
  18. font-weight: normal;
  19. font-style: normal;
  20. }
  21. @font-face {
  22. font-family: "Open Sans";
  23. src: url("./OpenSans-Bold.woff2") format("woff2");
  24. font-weight: bold;
  25. font-style: normal;
  26. }
  27. @font-face {
  28. font-family: "Open Sans";
  29. src: url("./OpenSans-Italic.woff2") format("woff2");
  30. font-weight: normal;
  31. font-style: italic;
  32. }
  33. @font-face {
  34. font-family: "Open Sans";
  35. src: url("./OpenSans-BoldItalic.woff2") format("woff2");
  36. font-weight: bold;
  37. font-style: italic;
  38. }
  39. @font-face {
  40. font-family: "Roboto";
  41. src: url("./Roboto-Light.woff2") format("woff2");
  42. font-weight: 300;
  43. font-style: normal;
  44. }
  45. @font-face {
  46. font-family: "Roboto";
  47. src: url("./Roboto-Regular.woff2") format("woff2");
  48. font-weight: normal;
  49. font-style: normal;
  50. }
  51. @font-face {
  52. font-family: "Roboto";
  53. src: url("./Roboto-Bold.woff2") format("woff2");
  54. font-weight: bold;
  55. font-style: normal;
  56. }
  57. @font-face {
  58. font-family: "Roboto";
  59. src: url("./Roboto-Italic.woff2") format("woff2");
  60. font-weight: normal;
  61. font-style: italic;
  62. }
  63. @font-face {
  64. font-family: "Roboto";
  65. src: url("./Roboto-BoldItalic.woff2") format("woff2");
  66. font-weight: bold;
  67. font-style: italic;
  68. }
  69. @font-face {
  70. font-family: "Merriweather";
  71. src: url("./Merriweather-Light.woff2") format("woff2");
  72. font-weight: 300;
  73. font-style: normal;
  74. }
  75. @font-face {
  76. font-family: "Merriweather";
  77. src: url("./Merriweather-Regular.woff2") format("woff2");
  78. font-weight: normal;
  79. font-style: normal;
  80. }
  81. @font-face {
  82. font-family: "Merriweather";
  83. src: url("./Merriweather-Bold.woff2") format("woff2");
  84. font-weight: bold;
  85. font-style: normal;
  86. }
  87. @font-face {
  88. font-family: "Merriweather";
  89. src: url("./Merriweather-Italic.woff2") format("woff2");
  90. font-weight: normal;
  91. font-style: italic;
  92. }
  93. @font-face {
  94. font-family: "Merriweather";
  95. src: url("./Merriweather-BoldItalic.woff2") format("woff2");
  96. font-weight: bold;
  97. font-style: italic;
  98. }