inter.css 3.7 KB

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