[archived] collection of open-source fonts distributed with jsDelivr

fix: fonts maybe

guh

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

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-Black.woff2

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-Bold.woff

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-Bold.woff2

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-Light.woff

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-Light.woff2

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-Medium.woff

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-Medium.woff2

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-Regular.woff

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-Regular.woff2

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-SemiBold.woff

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-SemiBold.woff2

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-Thin.woff

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-Thin.woff2

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-UltraBlack.woff

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-UltraBlack.woff2

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-UltraLight.woff

This is a binary file and will not be displayed.

serve/src/geist-mono/GeistMono-UltraLight.woff2

This is a binary file and will not be displayed.

serve/src/geist/Geist-Black.woff

This is a binary file and will not be displayed.

serve/src/geist/Geist-Black.woff2

This is a binary file and will not be displayed.

serve/src/geist/Geist-Bold.woff

This is a binary file and will not be displayed.

serve/src/geist/Geist-Bold.woff2

This is a binary file and will not be displayed.

serve/src/geist/Geist-Light.woff

This is a binary file and will not be displayed.

serve/src/geist/Geist-Light.woff2

This is a binary file and will not be displayed.

serve/src/geist/Geist-Medium.woff

This is a binary file and will not be displayed.

serve/src/geist/Geist-Medium.woff2

This is a binary file and will not be displayed.

serve/src/geist/Geist-Regular.woff

This is a binary file and will not be displayed.

serve/src/geist/Geist-Regular.woff2

This is a binary file and will not be displayed.

serve/src/geist/Geist-SemiBold.woff

This is a binary file and will not be displayed.

serve/src/geist/Geist-SemiBold.woff2

This is a binary file and will not be displayed.

serve/src/geist/Geist-Thin.woff

This is a binary file and will not be displayed.

serve/src/geist/Geist-Thin.woff2

This is a binary file and will not be displayed.

serve/src/geist/Geist-UltraBlack.woff

This is a binary file and will not be displayed.

serve/src/geist/Geist-UltraBlack.woff2

This is a binary file and will not be displayed.

serve/src/geist/Geist-UltraLight.woff

This is a binary file and will not be displayed.

serve/src/geist/Geist-UltraLight.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-Black.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-Black.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-BlackItalic.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-BlackItalic.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-Bold.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-Bold.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-BoldItalic.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-BoldItalic.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-ExtraBold.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-ExtraBold.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-ExtraBoldItalic.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-ExtraBoldItalic.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-ExtraLight.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-ExtraLight.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-ExtraLightItalic.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-ExtraLightItalic.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-Italic.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-Italic.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-Light.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-Light.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-LightItalic.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-LightItalic.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-Medium.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-Medium.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-MediumItalic.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-MediumItalic.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-Regular.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-Regular.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-SemiBold.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-SemiBold.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-SemiBoldItalic.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-SemiBoldItalic.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-Thin.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-Thin.woff2

This is a binary file and will not be displayed.

serve/src/inter/Inter-ThinItalic.woff

This is a binary file and will not be displayed.

serve/src/inter/Inter-ThinItalic.woff2

This is a binary file and will not be displayed.

serve/src/inter/InterVariable.woff

This is a binary file and will not be displayed.

serve/src/inter/InterVariable.woff2

This is a binary file and will not be displayed.

serve/src/inter/InterVariableItalic.woff

This is a binary file and will not be displayed.

serve/src/inter/InterVariableItalic.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-Bold.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-Bold.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-BoldItalic.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-BoldItalic.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-ExtraBold.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-ExtraBold.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-ExtraBoldItalic.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-ExtraBoldItalic.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-ExtraLight.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-ExtraLight.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-ExtraLightItalic.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-ExtraLightItalic.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-Italic.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-Italic.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-Light.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-Light.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-LightItalic.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-LightItalic.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-Medium.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-Medium.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-MediumItalic.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-MediumItalic.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-Regular.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-Regular.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-SemiBold.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-SemiBold.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-SemiBoldItalic.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-SemiBoldItalic.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-Thin.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-Thin.woff2

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-ThinItalic.woff

This is a binary file and will not be displayed.

serve/src/jetbrains-mono/JetBrainsMono-ThinItalic.woff2

This is a binary file and will not be displayed.