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