inter.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. @font-face {
  2. font-family: 'Inter';
  3. font-style: normal;
  4. font-weight: 100;
  5. src: url('Inter-Thin.woff2') format('woff2'),
  6. url('Inter-Thin.woff') format('woff');
  7. }
  8. @font-face {
  9. font-family: 'Inter';
  10. font-style: italic;
  11. font-weight: 100;
  12. src: url('Inter-ThinItalic.woff2') format('woff2'),
  13. url('Inter-ThinItalic.woff') format('woff');
  14. }
  15. @font-face {
  16. font-family: 'Inter';
  17. font-style: normal;
  18. font-weight: 200;
  19. src: url('Inter-ExtraLight.woff2') format('woff2'),
  20. url('Inter-ExtraLight.woff') format('woff');
  21. }
  22. @font-face {
  23. font-family: 'Inter';
  24. font-style: italic;
  25. font-weight: 200;
  26. src: url('Inter-ExtraLightItalic.woff2') format('woff2'),
  27. url('Inter-ExtraLightItalic.woff') format('woff');
  28. }
  29. @font-face {
  30. font-family: 'Inter';
  31. font-style: normal;
  32. font-weight: 300;
  33. src: url('Inter-Light.woff2') format('woff2'),
  34. url('Inter-Light.woff') format('woff');
  35. }
  36. @font-face {
  37. font-family: 'Inter';
  38. font-style: italic;
  39. font-weight: 300;
  40. src: url('Inter-LightItalic.woff2') format('woff2'),
  41. url('Inter-LightItalic.woff') format('woff');
  42. }
  43. @font-face {
  44. font-family: 'Inter';
  45. font-style: normal;
  46. font-weight: 400;
  47. src: url('Inter-Regular.woff2') format('woff2'),
  48. url('Inter-Regular.woff') format('woff');
  49. }
  50. @font-face {
  51. font-family: 'Inter';
  52. font-style: italic;
  53. font-weight: 400;
  54. src: url('Inter-Italic.woff2') format('woff2'),
  55. url('Inter-Italic.woff') format('woff');
  56. }
  57. @font-face {
  58. font-family: 'Inter';
  59. font-style: normal;
  60. font-weight: 500;
  61. src: url('Inter-Medium.woff2') format('woff2'),
  62. url('Inter-Medium.woff') format('woff');
  63. }
  64. @font-face {
  65. font-family: 'Inter';
  66. font-style: italic;
  67. font-weight: 500;
  68. src: url('Inter-MediumItalic.woff2') format('woff2'),
  69. url('Inter-MediumItalic.woff') format('woff');
  70. }
  71. @font-face {
  72. font-family: 'Inter';
  73. font-style: normal;
  74. font-weight: 600;
  75. src: url('Inter-SemiBold.woff2') format('woff2'),
  76. url('Inter-SemiBold.woff') format('woff');
  77. }
  78. @font-face {
  79. font-family: 'Inter';
  80. font-style: italic;
  81. font-weight: 600;
  82. src: url('Inter-SemiBoldItalic.woff2') format('woff2'),
  83. url('Inter-SemiBoldItalic.woff') format('woff');
  84. }
  85. @font-face {
  86. font-family: 'Inter';
  87. font-style: normal;
  88. font-weight: 700;
  89. src: url('Inter-Bold.woff2') format('woff2'),
  90. url('Inter-Bold.woff') format('woff');
  91. }
  92. @font-face {
  93. font-family: 'Inter';
  94. font-style: italic;
  95. font-weight: 700;
  96. src: url('Inter-BoldItalic.woff2') format('woff2'),
  97. url('Inter-BoldItalic.woff') format('woff');
  98. }
  99. @font-face {
  100. font-family: 'Inter';
  101. font-style: normal;
  102. font-weight: 800;
  103. src: url('Inter-ExtraBold.woff2') format('woff2'),
  104. url('Inter-ExtraBold.woff') format('woff');
  105. }
  106. @font-face {
  107. font-family: 'Inter';
  108. font-style: italic;
  109. font-weight: 800;
  110. src: url('Inter-ExtraBoldItalic.woff2') format('woff2'),
  111. url('Inter-ExtraBoldItalic.woff') format('woff');
  112. }
  113. @font-face {
  114. font-family: 'Inter';
  115. font-style: normal;
  116. font-weight: 900;
  117. src: url('Inter-Black.woff2') format('woff2'),
  118. url('Inter-Black.woff') format('woff');
  119. }
  120. @font-face {
  121. font-family: 'Inter';
  122. font-style: italic;
  123. font-weight: 900;
  124. src: url('Inter-BlackItalic.woff2') format('woff2'),
  125. url('Inter-BlackItalic.woff') format('woff');
  126. }