omnidesign 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +383 -0
- package/README.md +307 -98
- package/bin/cli.js +1 -1
- package/package.json +22 -7
- package/packages/tokens-css/dist/tokens.css +162 -0
- package/packages/tokens-tailwind/dist/index.js +315 -0
- package/packages/tokens-tailwind/dist/tailwind.config.js +339 -0
- package/packages/tokens-tailwind/dist/tailwind.config.json +339 -0
- package/packages/tokens-tailwind/dist/tokens.css +313 -0
- package/packages/tokens-tailwind/dist/utility-mapping.json +145 -0
- package/packages/tokens-tailwind/package.json +47 -0
- package/packages/tokens-tailwind/scripts/build-tailwind.js +285 -0
- package/packages/tokens-ts/dist/tokens.ts +1307 -0
- package/skills/opencode/omnidesign-tailwind.md +450 -0
- package/tokens/primitives/colors-extended.json +455 -0
- package/tokens/typography/nerd-fonts-catalog.json +511 -0
- package/tokens/typography/nerd-fonts-complete.json +1858 -0
|
@@ -0,0 +1,1858 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_meta": {
|
|
3
|
+
"version": "3.4.0",
|
|
4
|
+
"totalFonts": 39,
|
|
5
|
+
"lastUpdated": "2026-01-31",
|
|
6
|
+
"source": "https://github.com/ryanoasis/nerd-fonts",
|
|
7
|
+
"website": "https://www.nerdfonts.com",
|
|
8
|
+
"description": "Complete Nerd Fonts collection with CDN URLs, CSS imports, and installation commands",
|
|
9
|
+
"glyphCount": "10,000+",
|
|
10
|
+
"iconSets": [
|
|
11
|
+
"Seti-UI + Custom",
|
|
12
|
+
"Devicons",
|
|
13
|
+
"Font Awesome",
|
|
14
|
+
"Font Awesome Extension",
|
|
15
|
+
"Material Design Icons",
|
|
16
|
+
"Weather",
|
|
17
|
+
"Octicons",
|
|
18
|
+
"Powerline Symbols",
|
|
19
|
+
"Powerline Extra Symbols",
|
|
20
|
+
"IEC Power Symbols",
|
|
21
|
+
"Font Logos",
|
|
22
|
+
"Pomicons",
|
|
23
|
+
"Codicons"
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
"categories": {
|
|
27
|
+
"programming": {
|
|
28
|
+
"description": "Fonts optimized for programming with ligatures, clear distinctions, and excellent readability",
|
|
29
|
+
"recommendations": [
|
|
30
|
+
"jetbrains-mono-nerd",
|
|
31
|
+
"fira-code-nerd",
|
|
32
|
+
"caskaydia-cove-nerd",
|
|
33
|
+
"caskaydia-mono-nerd",
|
|
34
|
+
"zed-mono-nerd"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"terminal": {
|
|
38
|
+
"description": "Fonts designed for terminal use with powerline symbols and compact designs",
|
|
39
|
+
"recommendations": [
|
|
40
|
+
"iosevka-term-nerd",
|
|
41
|
+
"meslo-lg-nerd",
|
|
42
|
+
"terminus-nerd",
|
|
43
|
+
"ubuntu-mono-nerd"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"dense": {
|
|
47
|
+
"description": "Narrow fonts for maximum information density",
|
|
48
|
+
"recommendations": [
|
|
49
|
+
"iosevka-nerd",
|
|
50
|
+
"iosevka-term-nerd",
|
|
51
|
+
"proggy-clean-nerd",
|
|
52
|
+
"terminus-nerd"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
"retro": {
|
|
56
|
+
"description": "Vintage and nostalgic terminal fonts",
|
|
57
|
+
"recommendations": [
|
|
58
|
+
"3270-nerd",
|
|
59
|
+
"bigblue-terminal-nerd",
|
|
60
|
+
"gohu-nerd",
|
|
61
|
+
"terminus-nerd"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"creative": {
|
|
65
|
+
"description": "Unique and artistic monospace fonts",
|
|
66
|
+
"recommendations": [
|
|
67
|
+
"victor-mono-nerd",
|
|
68
|
+
"fantasque-sans-mono-nerd",
|
|
69
|
+
"comic-shanns-mono-nerd",
|
|
70
|
+
"recursive-mono-nerd"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"accessible": {
|
|
74
|
+
"description": "Fonts designed for accessibility and readability",
|
|
75
|
+
"recommendations": [
|
|
76
|
+
"atkinson-hyperlegible-mono-nerd",
|
|
77
|
+
"opendyslexic-nerd",
|
|
78
|
+
"commit-mono-nerd"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
"minimal": {
|
|
82
|
+
"description": "Clean, simple, and minimal designs",
|
|
83
|
+
"recommendations": [
|
|
84
|
+
"geist-mono-nerd",
|
|
85
|
+
"jetbrains-mono-nerd",
|
|
86
|
+
"blex-mono-nerd",
|
|
87
|
+
"commit-mono-nerd"
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
"google-fonts": {
|
|
91
|
+
"description": "Fonts available on Google Fonts for easy web integration",
|
|
92
|
+
"recommendations": [
|
|
93
|
+
"jetbrains-mono-nerd",
|
|
94
|
+
"fira-code-nerd",
|
|
95
|
+
"space-mono-nerd",
|
|
96
|
+
"roboto-mono-nerd",
|
|
97
|
+
"inconsolata-nerd",
|
|
98
|
+
"ubuntu-mono-nerd",
|
|
99
|
+
"source-code-pro-nerd"
|
|
100
|
+
]
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"fontPairings": {
|
|
104
|
+
"modern-dev": {
|
|
105
|
+
"heading": "geist-mono-nerd",
|
|
106
|
+
"body": "geist-mono-nerd",
|
|
107
|
+
"code": "geist-mono-nerd",
|
|
108
|
+
"description": "Vercel's cohesive font system - use the Geist package"
|
|
109
|
+
},
|
|
110
|
+
"professional": {
|
|
111
|
+
"heading": "jetbrains-mono-nerd",
|
|
112
|
+
"body": "jetbrains-mono-nerd",
|
|
113
|
+
"code": "jetbrains-mono-nerd",
|
|
114
|
+
"description": "JetBrains Mono for everything - professional and clean"
|
|
115
|
+
},
|
|
116
|
+
"hacker": {
|
|
117
|
+
"heading": "fira-code-nerd",
|
|
118
|
+
"body": "fira-code-nerd",
|
|
119
|
+
"code": "fira-code-nerd",
|
|
120
|
+
"description": "Fira Code with ligatures - popular open source choice"
|
|
121
|
+
},
|
|
122
|
+
"microsoft": {
|
|
123
|
+
"heading": "caskaydia-cove-nerd",
|
|
124
|
+
"body": "caskaydia-cove-nerd",
|
|
125
|
+
"code": "caskaydia-cove-nerd",
|
|
126
|
+
"description": "Cascadia Code - designed for Windows Terminal"
|
|
127
|
+
},
|
|
128
|
+
"dense-terminal": {
|
|
129
|
+
"heading": "iosevka-term-nerd",
|
|
130
|
+
"body": "iosevka-term-nerd",
|
|
131
|
+
"code": "iosevka-term-nerd",
|
|
132
|
+
"description": "Maximum density for terminal power users"
|
|
133
|
+
},
|
|
134
|
+
"classic-terminal": {
|
|
135
|
+
"heading": "meslo-lg-nerd",
|
|
136
|
+
"body": "meslo-lg-nerd",
|
|
137
|
+
"code": "meslo-lg-nerd",
|
|
138
|
+
"description": "Meslo - the classic terminal font derived from Menlo"
|
|
139
|
+
},
|
|
140
|
+
"creative-coding": {
|
|
141
|
+
"heading": "victor-mono-nerd",
|
|
142
|
+
"body": "victor-mono-nerd",
|
|
143
|
+
"code": "victor-mono-nerd",
|
|
144
|
+
"description": "Victor Mono with distinctive cursive italics"
|
|
145
|
+
},
|
|
146
|
+
"accessible-reading": {
|
|
147
|
+
"heading": "atkinson-hyperlegible-mono-nerd",
|
|
148
|
+
"body": "atkinson-hyperlegible-mono-nerd",
|
|
149
|
+
"code": "atkinson-hyperlegible-mono-nerd",
|
|
150
|
+
"description": "Maximum legibility for low vision users"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"fonts": {
|
|
154
|
+
"jetbrains-mono-nerd": {
|
|
155
|
+
"name": "JetBrainsMono Nerd Font",
|
|
156
|
+
"familyName": "JetBrainsMono Nerd Font",
|
|
157
|
+
"shortName": "JetBrainsMono",
|
|
158
|
+
"originalName": null,
|
|
159
|
+
"category": "programming",
|
|
160
|
+
"version": "2.304",
|
|
161
|
+
"description": "JetBrains officially created font for developers with excellent ligatures and readability",
|
|
162
|
+
"features": [
|
|
163
|
+
"ligatures",
|
|
164
|
+
"jetbrains",
|
|
165
|
+
"professional"
|
|
166
|
+
],
|
|
167
|
+
"weights": [
|
|
168
|
+
100,
|
|
169
|
+
200,
|
|
170
|
+
300,
|
|
171
|
+
400,
|
|
172
|
+
500,
|
|
173
|
+
600,
|
|
174
|
+
700,
|
|
175
|
+
800
|
|
176
|
+
],
|
|
177
|
+
"hasItalic": true,
|
|
178
|
+
"hasLigatures": true,
|
|
179
|
+
"nerdFontVersion": "3.4.0",
|
|
180
|
+
"license": "Various",
|
|
181
|
+
"urls": {
|
|
182
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/JetBrainsMono.zip",
|
|
183
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/JetBrainsMono/",
|
|
184
|
+
"googleFonts": "https://fonts.googleapis.com/css2?family=JetBrains%20Mono:wght@100..800&display=swap",
|
|
185
|
+
"preview": "https://www.programmingfonts.org/#jetbrainsmono"
|
|
186
|
+
},
|
|
187
|
+
"install": {
|
|
188
|
+
"homebrew": "font-jetbrains-mono-nerd-font",
|
|
189
|
+
"commands": {
|
|
190
|
+
"macos": "brew install --cask font-jetbrains-mono-nerd-font",
|
|
191
|
+
"arch": "sudo pacman -S ttf-jetbrainsmono-nerd",
|
|
192
|
+
"scoop": "scoop install JetBrainsMono-NF"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"css": {
|
|
196
|
+
"import": "@import url('https://fonts.googleapis.com/css2?family=JetBrains%20Mono:wght@100..800&display=swap');",
|
|
197
|
+
"fontFace": "font-family: 'JetBrainsMono Nerd Font', 'JetBrainsMono', monospace;",
|
|
198
|
+
"tailwindConfig": "'JetBrainsMono Nerd Font', 'JetBrainsMono', monospace"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
"fira-code-nerd": {
|
|
202
|
+
"name": "FiraCode Nerd Font",
|
|
203
|
+
"familyName": "FiraCode Nerd Font",
|
|
204
|
+
"shortName": "FiraCode",
|
|
205
|
+
"originalName": null,
|
|
206
|
+
"category": "programming",
|
|
207
|
+
"version": "6.2",
|
|
208
|
+
"description": "Programming ligatures, extension of Fira Mono font, enlarged operators - very popular choice",
|
|
209
|
+
"features": [
|
|
210
|
+
"ligatures",
|
|
211
|
+
"popular",
|
|
212
|
+
"mozilla"
|
|
213
|
+
],
|
|
214
|
+
"weights": [
|
|
215
|
+
300,
|
|
216
|
+
400,
|
|
217
|
+
450,
|
|
218
|
+
500,
|
|
219
|
+
600,
|
|
220
|
+
700
|
|
221
|
+
],
|
|
222
|
+
"hasItalic": true,
|
|
223
|
+
"hasLigatures": true,
|
|
224
|
+
"nerdFontVersion": "3.4.0",
|
|
225
|
+
"license": "Various",
|
|
226
|
+
"urls": {
|
|
227
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/FiraCode.zip",
|
|
228
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/FiraCode/",
|
|
229
|
+
"googleFonts": "https://fonts.googleapis.com/css2?family=Fira%20Code:wght@300..700&display=swap",
|
|
230
|
+
"preview": "https://www.programmingfonts.org/#firacode"
|
|
231
|
+
},
|
|
232
|
+
"install": {
|
|
233
|
+
"homebrew": "font-fira-code-nerd-font",
|
|
234
|
+
"commands": {
|
|
235
|
+
"macos": "brew install --cask font-fira-code-nerd-font",
|
|
236
|
+
"arch": "sudo pacman -S ttf-firacode-nerd",
|
|
237
|
+
"scoop": "scoop install FiraCode-NF"
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
"css": {
|
|
241
|
+
"import": "@import url('https://fonts.googleapis.com/css2?family=Fira%20Code:wght@300..700&display=swap');",
|
|
242
|
+
"fontFace": "font-family: 'FiraCode Nerd Font', 'FiraCode', sans-serif;",
|
|
243
|
+
"tailwindConfig": "'FiraCode Nerd Font', 'FiraCode', sans-serif"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"hack-nerd": {
|
|
247
|
+
"name": "Hack Nerd Font",
|
|
248
|
+
"familyName": "Hack Nerd Font",
|
|
249
|
+
"shortName": "Hack",
|
|
250
|
+
"originalName": null,
|
|
251
|
+
"category": "programming",
|
|
252
|
+
"version": "3.003",
|
|
253
|
+
"description": "Dotted zero, short descenders, expands upon work done for Bitstream Vera & DejaVu, legible at common sizes",
|
|
254
|
+
"features": [
|
|
255
|
+
"dotted-zero",
|
|
256
|
+
"legible",
|
|
257
|
+
"bitstream-based"
|
|
258
|
+
],
|
|
259
|
+
"weights": [
|
|
260
|
+
400,
|
|
261
|
+
700
|
|
262
|
+
],
|
|
263
|
+
"hasItalic": true,
|
|
264
|
+
"hasLigatures": false,
|
|
265
|
+
"nerdFontVersion": "3.4.0",
|
|
266
|
+
"license": "Various",
|
|
267
|
+
"urls": {
|
|
268
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Hack.zip",
|
|
269
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Hack/",
|
|
270
|
+
"googleFonts": null,
|
|
271
|
+
"preview": "https://www.programmingfonts.org/#hack"
|
|
272
|
+
},
|
|
273
|
+
"install": {
|
|
274
|
+
"homebrew": "font-hack-nerd-font",
|
|
275
|
+
"commands": {
|
|
276
|
+
"macos": "brew install --cask font-hack-nerd-font",
|
|
277
|
+
"arch": "sudo pacman -S ttf-hack-nerd",
|
|
278
|
+
"scoop": "scoop install Hack-NF"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"css": {
|
|
282
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Hack.zip */",
|
|
283
|
+
"fontFace": "font-family: 'Hack Nerd Font', 'Hack', sans-serif;",
|
|
284
|
+
"tailwindConfig": "'Hack Nerd Font', 'Hack', sans-serif"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"caskaydia-cove-nerd": {
|
|
288
|
+
"name": "CaskaydiaCove Nerd Font",
|
|
289
|
+
"familyName": "CaskaydiaCove Nerd Font",
|
|
290
|
+
"shortName": "CaskaydiaCove",
|
|
291
|
+
"originalName": null,
|
|
292
|
+
"category": "programming",
|
|
293
|
+
"version": "2407.24",
|
|
294
|
+
"description": "Microsoft's Cascadia Code with Nerd Font glyphs - includes programming ligatures, designed for Windows Terminal",
|
|
295
|
+
"features": [
|
|
296
|
+
"ligatures",
|
|
297
|
+
"microsoft",
|
|
298
|
+
"windows-terminal"
|
|
299
|
+
],
|
|
300
|
+
"weights": [
|
|
301
|
+
200,
|
|
302
|
+
300,
|
|
303
|
+
400,
|
|
304
|
+
500,
|
|
305
|
+
600,
|
|
306
|
+
700
|
|
307
|
+
],
|
|
308
|
+
"hasItalic": true,
|
|
309
|
+
"hasLigatures": true,
|
|
310
|
+
"nerdFontVersion": "3.4.0",
|
|
311
|
+
"license": "Various",
|
|
312
|
+
"urls": {
|
|
313
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CascadiaCode.zip",
|
|
314
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/CascadiaCode/",
|
|
315
|
+
"googleFonts": null,
|
|
316
|
+
"preview": "https://www.programmingfonts.org/#caskaydiacove"
|
|
317
|
+
},
|
|
318
|
+
"install": {
|
|
319
|
+
"homebrew": "font-caskaydia-cove-nerd-font",
|
|
320
|
+
"commands": {
|
|
321
|
+
"macos": "brew install --cask font-caskaydia-cove-nerd-font",
|
|
322
|
+
"arch": "sudo pacman -S ttf-caskaydiacove-nerd",
|
|
323
|
+
"scoop": "scoop install CaskaydiaCove-NF"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"css": {
|
|
327
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CascadiaCode.zip */",
|
|
328
|
+
"fontFace": "font-family: 'CaskaydiaCove Nerd Font', 'CaskaydiaCove', sans-serif;",
|
|
329
|
+
"tailwindConfig": "'CaskaydiaCove Nerd Font', 'CaskaydiaCove', sans-serif"
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
"caskaydia-mono-nerd": {
|
|
333
|
+
"name": "CaskaydiaMono Nerd Font",
|
|
334
|
+
"familyName": "CaskaydiaMono Nerd Font",
|
|
335
|
+
"shortName": "CaskaydiaMono",
|
|
336
|
+
"originalName": null,
|
|
337
|
+
"category": "programming",
|
|
338
|
+
"version": "2407.24",
|
|
339
|
+
"description": "Like Cascadia Code but without any ligatures - for those who prefer no ligatures",
|
|
340
|
+
"features": [
|
|
341
|
+
"no-ligatures",
|
|
342
|
+
"microsoft"
|
|
343
|
+
],
|
|
344
|
+
"weights": [
|
|
345
|
+
200,
|
|
346
|
+
300,
|
|
347
|
+
400,
|
|
348
|
+
500,
|
|
349
|
+
600,
|
|
350
|
+
700
|
|
351
|
+
],
|
|
352
|
+
"hasItalic": true,
|
|
353
|
+
"hasLigatures": false,
|
|
354
|
+
"nerdFontVersion": "3.4.0",
|
|
355
|
+
"license": "Various",
|
|
356
|
+
"urls": {
|
|
357
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CascadiaMono.zip",
|
|
358
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/CascadiaMono/",
|
|
359
|
+
"googleFonts": null,
|
|
360
|
+
"preview": "https://www.programmingfonts.org/#caskaydiamono"
|
|
361
|
+
},
|
|
362
|
+
"install": {
|
|
363
|
+
"homebrew": "font-caskaydia-mono-nerd-font",
|
|
364
|
+
"commands": {
|
|
365
|
+
"macos": "brew install --cask font-caskaydia-mono-nerd-font",
|
|
366
|
+
"arch": "sudo pacman -S ttf-caskaydiamono-nerd",
|
|
367
|
+
"scoop": "scoop install CaskaydiaMono-NF"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
"css": {
|
|
371
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CascadiaMono.zip */",
|
|
372
|
+
"fontFace": "font-family: 'CaskaydiaMono Nerd Font', 'CaskaydiaMono', monospace;",
|
|
373
|
+
"tailwindConfig": "'CaskaydiaMono Nerd Font', 'CaskaydiaMono', monospace"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
"iosevka-nerd": {
|
|
377
|
+
"name": "Iosevka Nerd Font",
|
|
378
|
+
"familyName": "Iosevka Nerd Font",
|
|
379
|
+
"shortName": "Iosevka",
|
|
380
|
+
"originalName": null,
|
|
381
|
+
"category": "dense",
|
|
382
|
+
"version": "33.2.1",
|
|
383
|
+
"description": "Narrow and horizontally tight characters, slashed zero. Maximum information density.",
|
|
384
|
+
"features": [
|
|
385
|
+
"narrow",
|
|
386
|
+
"dense",
|
|
387
|
+
"tall"
|
|
388
|
+
],
|
|
389
|
+
"weights": [
|
|
390
|
+
100,
|
|
391
|
+
200,
|
|
392
|
+
300,
|
|
393
|
+
400,
|
|
394
|
+
500,
|
|
395
|
+
600,
|
|
396
|
+
700,
|
|
397
|
+
800,
|
|
398
|
+
900
|
|
399
|
+
],
|
|
400
|
+
"hasItalic": true,
|
|
401
|
+
"hasLigatures": true,
|
|
402
|
+
"nerdFontVersion": "3.4.0",
|
|
403
|
+
"license": "Various",
|
|
404
|
+
"urls": {
|
|
405
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Iosevka.zip",
|
|
406
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Iosevka/",
|
|
407
|
+
"googleFonts": null,
|
|
408
|
+
"preview": "https://www.programmingfonts.org/#iosevka"
|
|
409
|
+
},
|
|
410
|
+
"install": {
|
|
411
|
+
"homebrew": "font-iosevka-nerd-font",
|
|
412
|
+
"commands": {
|
|
413
|
+
"macos": "brew install --cask font-iosevka-nerd-font",
|
|
414
|
+
"arch": "sudo pacman -S ttf-iosevka-nerd",
|
|
415
|
+
"scoop": "scoop install Iosevka-NF"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"css": {
|
|
419
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Iosevka.zip */",
|
|
420
|
+
"fontFace": "font-family: 'Iosevka Nerd Font', 'Iosevka', sans-serif;",
|
|
421
|
+
"tailwindConfig": "'Iosevka Nerd Font', 'Iosevka', sans-serif"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"iosevka-term-nerd": {
|
|
425
|
+
"name": "IosevkaTerm Nerd Font",
|
|
426
|
+
"familyName": "IosevkaTerm Nerd Font",
|
|
427
|
+
"shortName": "IosevkaTerm",
|
|
428
|
+
"originalName": null,
|
|
429
|
+
"category": "dense",
|
|
430
|
+
"version": "33.2.1",
|
|
431
|
+
"description": "A narrower variant focusing on terminal uses - arrows and geometric symbols are narrow",
|
|
432
|
+
"features": [
|
|
433
|
+
"narrow",
|
|
434
|
+
"terminal-optimized"
|
|
435
|
+
],
|
|
436
|
+
"weights": [
|
|
437
|
+
100,
|
|
438
|
+
200,
|
|
439
|
+
300,
|
|
440
|
+
400,
|
|
441
|
+
500,
|
|
442
|
+
600,
|
|
443
|
+
700,
|
|
444
|
+
800,
|
|
445
|
+
900
|
|
446
|
+
],
|
|
447
|
+
"hasItalic": true,
|
|
448
|
+
"hasLigatures": true,
|
|
449
|
+
"nerdFontVersion": "3.4.0",
|
|
450
|
+
"license": "Various",
|
|
451
|
+
"urls": {
|
|
452
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/IosevkaTerm.zip",
|
|
453
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/IosevkaTerm/",
|
|
454
|
+
"googleFonts": null,
|
|
455
|
+
"preview": "https://www.programmingfonts.org/#iosevkaterm"
|
|
456
|
+
},
|
|
457
|
+
"install": {
|
|
458
|
+
"homebrew": "font-iosevka-term-nerd-font",
|
|
459
|
+
"commands": {
|
|
460
|
+
"macos": "brew install --cask font-iosevka-term-nerd-font",
|
|
461
|
+
"arch": "sudo pacman -S ttf-iosevkaterm-nerd",
|
|
462
|
+
"scoop": "scoop install IosevkaTerm-NF"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"css": {
|
|
466
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/IosevkaTerm.zip */",
|
|
467
|
+
"fontFace": "font-family: 'IosevkaTerm Nerd Font', 'IosevkaTerm', sans-serif;",
|
|
468
|
+
"tailwindConfig": "'IosevkaTerm Nerd Font', 'IosevkaTerm', sans-serif"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"iosevka-term-slab-nerd": {
|
|
472
|
+
"name": "IosevkaTermSlab Nerd Font",
|
|
473
|
+
"familyName": "IosevkaTermSlab Nerd Font",
|
|
474
|
+
"shortName": "IosevkaTermSlab",
|
|
475
|
+
"originalName": null,
|
|
476
|
+
"category": "dense",
|
|
477
|
+
"version": "33.2.1",
|
|
478
|
+
"description": "Nice as Iosevka but with slab serifs for a different aesthetic",
|
|
479
|
+
"features": [
|
|
480
|
+
"narrow",
|
|
481
|
+
"slab-serif"
|
|
482
|
+
],
|
|
483
|
+
"weights": [
|
|
484
|
+
100,
|
|
485
|
+
200,
|
|
486
|
+
300,
|
|
487
|
+
400,
|
|
488
|
+
500,
|
|
489
|
+
600,
|
|
490
|
+
700,
|
|
491
|
+
800,
|
|
492
|
+
900
|
|
493
|
+
],
|
|
494
|
+
"hasItalic": true,
|
|
495
|
+
"hasLigatures": true,
|
|
496
|
+
"nerdFontVersion": "3.4.0",
|
|
497
|
+
"license": "Various",
|
|
498
|
+
"urls": {
|
|
499
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/IosevkaTermSlab.zip",
|
|
500
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/IosevkaTermSlab/",
|
|
501
|
+
"googleFonts": null,
|
|
502
|
+
"preview": "https://www.programmingfonts.org/#iosevkatermslab"
|
|
503
|
+
},
|
|
504
|
+
"install": {
|
|
505
|
+
"homebrew": "font-iosevka-term-slab-nerd-font",
|
|
506
|
+
"commands": {
|
|
507
|
+
"macos": "brew install --cask font-iosevka-term-slab-nerd-font",
|
|
508
|
+
"arch": "sudo pacman -S ttf-iosevkatermslab-nerd",
|
|
509
|
+
"scoop": "scoop install IosevkaTermSlab-NF"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"css": {
|
|
513
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/IosevkaTermSlab.zip */",
|
|
514
|
+
"fontFace": "font-family: 'IosevkaTermSlab Nerd Font', 'IosevkaTermSlab', sans-serif;",
|
|
515
|
+
"tailwindConfig": "'IosevkaTermSlab Nerd Font', 'IosevkaTermSlab', sans-serif"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
"meslo-lg-nerd": {
|
|
519
|
+
"name": "MesloLG Nerd Font",
|
|
520
|
+
"familyName": "MesloLG Nerd Font",
|
|
521
|
+
"shortName": "MesloLG",
|
|
522
|
+
"originalName": null,
|
|
523
|
+
"category": "terminal",
|
|
524
|
+
"version": "1.21",
|
|
525
|
+
"description": "Slashed zeros, customized version of Apple's Menlo - popular terminal font",
|
|
526
|
+
"features": [
|
|
527
|
+
"powerline",
|
|
528
|
+
"menlo-based",
|
|
529
|
+
"popular"
|
|
530
|
+
],
|
|
531
|
+
"weights": [
|
|
532
|
+
400,
|
|
533
|
+
700
|
|
534
|
+
],
|
|
535
|
+
"hasItalic": true,
|
|
536
|
+
"hasLigatures": false,
|
|
537
|
+
"nerdFontVersion": "3.4.0",
|
|
538
|
+
"license": "Various",
|
|
539
|
+
"urls": {
|
|
540
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Meslo.zip",
|
|
541
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Meslo/",
|
|
542
|
+
"googleFonts": null,
|
|
543
|
+
"preview": "https://www.programmingfonts.org/#meslolg"
|
|
544
|
+
},
|
|
545
|
+
"install": {
|
|
546
|
+
"homebrew": "font-meslo-lg-nerd-font",
|
|
547
|
+
"commands": {
|
|
548
|
+
"macos": "brew install --cask font-meslo-lg-nerd-font",
|
|
549
|
+
"arch": "sudo pacman -S ttf-meslolg-nerd",
|
|
550
|
+
"scoop": "scoop install MesloLG-NF"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
"css": {
|
|
554
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Meslo.zip */",
|
|
555
|
+
"fontFace": "font-family: 'MesloLG Nerd Font', 'MesloLG', sans-serif;",
|
|
556
|
+
"tailwindConfig": "'MesloLG Nerd Font', 'MesloLG', sans-serif"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
"terminus-nerd": {
|
|
560
|
+
"name": "Terminess Nerd Font",
|
|
561
|
+
"familyName": "Terminess Nerd Font",
|
|
562
|
+
"shortName": "Terminess",
|
|
563
|
+
"originalName": null,
|
|
564
|
+
"category": "terminal",
|
|
565
|
+
"version": "4.49.2",
|
|
566
|
+
"description": "Squarish characters that are slightly askew - bitmap font aesthetic in TTF",
|
|
567
|
+
"features": [
|
|
568
|
+
"bitmap-like",
|
|
569
|
+
"square",
|
|
570
|
+
"retro"
|
|
571
|
+
],
|
|
572
|
+
"weights": [
|
|
573
|
+
400,
|
|
574
|
+
700
|
|
575
|
+
],
|
|
576
|
+
"hasItalic": false,
|
|
577
|
+
"hasLigatures": false,
|
|
578
|
+
"nerdFontVersion": "3.4.0",
|
|
579
|
+
"license": "Various",
|
|
580
|
+
"urls": {
|
|
581
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Terminus.zip",
|
|
582
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Terminus/",
|
|
583
|
+
"googleFonts": null,
|
|
584
|
+
"preview": "https://www.programmingfonts.org/#terminess"
|
|
585
|
+
},
|
|
586
|
+
"install": {
|
|
587
|
+
"homebrew": "font-terminus-nerd-font",
|
|
588
|
+
"commands": {
|
|
589
|
+
"macos": "brew install --cask font-terminus-nerd-font",
|
|
590
|
+
"arch": "sudo pacman -S ttf-terminus-nerd",
|
|
591
|
+
"scoop": "scoop install Terminess-NF"
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
"css": {
|
|
595
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Terminus.zip */",
|
|
596
|
+
"fontFace": "font-family: 'Terminess Nerd Font', 'Terminess', sans-serif;",
|
|
597
|
+
"tailwindConfig": "'Terminess Nerd Font', 'Terminess', sans-serif"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"gohu-nerd": {
|
|
601
|
+
"name": "Gohu Nerd Font",
|
|
602
|
+
"familyName": "Gohu Nerd Font",
|
|
603
|
+
"shortName": "Gohu",
|
|
604
|
+
"originalName": null,
|
|
605
|
+
"category": "terminal",
|
|
606
|
+
"version": "2.0",
|
|
607
|
+
"description": "Bitmap font, tall capitals and ascenders, small serifs - distinctive look",
|
|
608
|
+
"features": [
|
|
609
|
+
"bitmap",
|
|
610
|
+
"tall",
|
|
611
|
+
"serifs"
|
|
612
|
+
],
|
|
613
|
+
"weights": [
|
|
614
|
+
400,
|
|
615
|
+
700
|
|
616
|
+
],
|
|
617
|
+
"hasItalic": false,
|
|
618
|
+
"hasLigatures": false,
|
|
619
|
+
"nerdFontVersion": "3.4.0",
|
|
620
|
+
"license": "Various",
|
|
621
|
+
"urls": {
|
|
622
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Gohu.zip",
|
|
623
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Gohu/",
|
|
624
|
+
"googleFonts": null,
|
|
625
|
+
"preview": "https://www.programmingfonts.org/#gohu"
|
|
626
|
+
},
|
|
627
|
+
"install": {
|
|
628
|
+
"homebrew": "font-gohu-nerd-font",
|
|
629
|
+
"commands": {
|
|
630
|
+
"macos": "brew install --cask font-gohu-nerd-font",
|
|
631
|
+
"arch": "sudo pacman -S ttf-gohu-nerd",
|
|
632
|
+
"scoop": "scoop install Gohu-NF"
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"css": {
|
|
636
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Gohu.zip */",
|
|
637
|
+
"fontFace": "font-family: 'Gohu Nerd Font', 'Gohu', sans-serif;",
|
|
638
|
+
"tailwindConfig": "'Gohu Nerd Font', 'Gohu', sans-serif"
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
"geist-mono-nerd": {
|
|
642
|
+
"name": "GeistMono Nerd Font",
|
|
643
|
+
"familyName": "GeistMono Nerd Font",
|
|
644
|
+
"shortName": "GeistMono",
|
|
645
|
+
"originalName": null,
|
|
646
|
+
"category": "minimal",
|
|
647
|
+
"version": "1.401",
|
|
648
|
+
"description": "Vercel's monospaced typeface designed for code editors, diagrams, terminals - very clean",
|
|
649
|
+
"features": [
|
|
650
|
+
"vercel",
|
|
651
|
+
"clean",
|
|
652
|
+
"modern"
|
|
653
|
+
],
|
|
654
|
+
"weights": [
|
|
655
|
+
100,
|
|
656
|
+
200,
|
|
657
|
+
300,
|
|
658
|
+
400,
|
|
659
|
+
500,
|
|
660
|
+
600,
|
|
661
|
+
700,
|
|
662
|
+
800,
|
|
663
|
+
900
|
|
664
|
+
],
|
|
665
|
+
"hasItalic": true,
|
|
666
|
+
"hasLigatures": true,
|
|
667
|
+
"nerdFontVersion": "3.4.0",
|
|
668
|
+
"license": "Various",
|
|
669
|
+
"urls": {
|
|
670
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Geistmono.zip",
|
|
671
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/GeistMono/",
|
|
672
|
+
"googleFonts": null,
|
|
673
|
+
"preview": "https://www.programmingfonts.org/#geistmono"
|
|
674
|
+
},
|
|
675
|
+
"install": {
|
|
676
|
+
"homebrew": "font-geist-mono-nerd-font",
|
|
677
|
+
"commands": {
|
|
678
|
+
"macos": "brew install --cask font-geist-mono-nerd-font",
|
|
679
|
+
"arch": "sudo pacman -S ttf-geistmono-nerd",
|
|
680
|
+
"scoop": "scoop install GeistMono-NF"
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
"css": {
|
|
684
|
+
"import": "import { GeistMono } from 'geist/font/mono';",
|
|
685
|
+
"fontFace": "font-family: 'GeistMono Nerd Font', 'GeistMono', monospace;",
|
|
686
|
+
"tailwindConfig": "'GeistMono Nerd Font', 'GeistMono', monospace"
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
"space-mono-nerd": {
|
|
690
|
+
"name": "SpaceMono Nerd Font",
|
|
691
|
+
"familyName": "SpaceMono Nerd Font",
|
|
692
|
+
"shortName": "SpaceMono",
|
|
693
|
+
"originalName": null,
|
|
694
|
+
"category": "creative",
|
|
695
|
+
"version": "1.001",
|
|
696
|
+
"description": "Squarish character lines, dotted zero, aggressive parentheses - Google Fonts",
|
|
697
|
+
"features": [
|
|
698
|
+
"google",
|
|
699
|
+
"square",
|
|
700
|
+
"distinctive"
|
|
701
|
+
],
|
|
702
|
+
"weights": [
|
|
703
|
+
400,
|
|
704
|
+
700
|
|
705
|
+
],
|
|
706
|
+
"hasItalic": true,
|
|
707
|
+
"hasLigatures": false,
|
|
708
|
+
"nerdFontVersion": "3.4.0",
|
|
709
|
+
"license": "Various",
|
|
710
|
+
"urls": {
|
|
711
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/SpaceMono.zip",
|
|
712
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/SpaceMono/",
|
|
713
|
+
"googleFonts": "https://fonts.googleapis.com/css2?family=Space%20Mono:wght@400;700&display=swap",
|
|
714
|
+
"preview": "https://www.programmingfonts.org/#spacemono"
|
|
715
|
+
},
|
|
716
|
+
"install": {
|
|
717
|
+
"homebrew": "font-space-mono-nerd-font",
|
|
718
|
+
"commands": {
|
|
719
|
+
"macos": "brew install --cask font-space-mono-nerd-font",
|
|
720
|
+
"arch": "sudo pacman -S ttf-spacemono-nerd",
|
|
721
|
+
"scoop": "scoop install SpaceMono-NF"
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
"css": {
|
|
725
|
+
"import": "@import url('https://fonts.googleapis.com/css2?family=Space%20Mono:wght@400;700&display=swap');",
|
|
726
|
+
"fontFace": "font-family: 'SpaceMono Nerd Font', 'SpaceMono', monospace;",
|
|
727
|
+
"tailwindConfig": "'SpaceMono Nerd Font', 'SpaceMono', monospace"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
"roboto-mono-nerd": {
|
|
731
|
+
"name": "RobotoMono Nerd Font",
|
|
732
|
+
"familyName": "RobotoMono Nerd Font",
|
|
733
|
+
"shortName": "RobotoMono",
|
|
734
|
+
"originalName": null,
|
|
735
|
+
"category": "minimal",
|
|
736
|
+
"version": "3.0",
|
|
737
|
+
"description": "Dashed zero, curved and straight character lines - Google's Roboto Mono",
|
|
738
|
+
"features": [
|
|
739
|
+
"google",
|
|
740
|
+
"roboto",
|
|
741
|
+
"clean"
|
|
742
|
+
],
|
|
743
|
+
"weights": [
|
|
744
|
+
100,
|
|
745
|
+
200,
|
|
746
|
+
300,
|
|
747
|
+
400,
|
|
748
|
+
500,
|
|
749
|
+
600,
|
|
750
|
+
700
|
|
751
|
+
],
|
|
752
|
+
"hasItalic": true,
|
|
753
|
+
"hasLigatures": false,
|
|
754
|
+
"nerdFontVersion": "3.4.0",
|
|
755
|
+
"license": "Various",
|
|
756
|
+
"urls": {
|
|
757
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/RobotoMono.zip",
|
|
758
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/RobotoMono/",
|
|
759
|
+
"googleFonts": "https://fonts.googleapis.com/css2?family=Roboto%20Mono:wght@100..700&display=swap",
|
|
760
|
+
"preview": "https://www.programmingfonts.org/#robotomono"
|
|
761
|
+
},
|
|
762
|
+
"install": {
|
|
763
|
+
"homebrew": "font-roboto-mono-nerd-font",
|
|
764
|
+
"commands": {
|
|
765
|
+
"macos": "brew install --cask font-roboto-mono-nerd-font",
|
|
766
|
+
"arch": "sudo pacman -S ttf-robotomono-nerd",
|
|
767
|
+
"scoop": "scoop install RobotoMono-NF"
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
"css": {
|
|
771
|
+
"import": "@import url('https://fonts.googleapis.com/css2?family=Roboto%20Mono:wght@100..700&display=swap');",
|
|
772
|
+
"fontFace": "font-family: 'RobotoMono Nerd Font', 'RobotoMono', monospace;",
|
|
773
|
+
"tailwindConfig": "'RobotoMono Nerd Font', 'RobotoMono', monospace"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
"inconsolata-nerd": {
|
|
777
|
+
"name": "Inconsolata Nerd Font",
|
|
778
|
+
"familyName": "Inconsolata Nerd Font",
|
|
779
|
+
"shortName": "Inconsolata",
|
|
780
|
+
"originalName": null,
|
|
781
|
+
"category": "programming",
|
|
782
|
+
"version": "3.000",
|
|
783
|
+
"description": "Slashed zero, takes inspiration from many different fonts - very popular on Google Fonts",
|
|
784
|
+
"features": [
|
|
785
|
+
"google",
|
|
786
|
+
"popular",
|
|
787
|
+
"classic"
|
|
788
|
+
],
|
|
789
|
+
"weights": [
|
|
790
|
+
200,
|
|
791
|
+
300,
|
|
792
|
+
400,
|
|
793
|
+
500,
|
|
794
|
+
600,
|
|
795
|
+
700,
|
|
796
|
+
800,
|
|
797
|
+
900
|
|
798
|
+
],
|
|
799
|
+
"hasItalic": true,
|
|
800
|
+
"hasLigatures": false,
|
|
801
|
+
"nerdFontVersion": "3.4.0",
|
|
802
|
+
"license": "Various",
|
|
803
|
+
"urls": {
|
|
804
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Inconsolata.zip",
|
|
805
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Inconsolata/",
|
|
806
|
+
"googleFonts": "https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap",
|
|
807
|
+
"preview": "https://www.programmingfonts.org/#inconsolata"
|
|
808
|
+
},
|
|
809
|
+
"install": {
|
|
810
|
+
"homebrew": "font-inconsolata-nerd-font",
|
|
811
|
+
"commands": {
|
|
812
|
+
"macos": "brew install --cask font-inconsolata-nerd-font",
|
|
813
|
+
"arch": "sudo pacman -S ttf-inconsolata-nerd",
|
|
814
|
+
"scoop": "scoop install Inconsolata-NF"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
"css": {
|
|
818
|
+
"import": "@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');",
|
|
819
|
+
"fontFace": "font-family: 'Inconsolata Nerd Font', 'Inconsolata', sans-serif;",
|
|
820
|
+
"tailwindConfig": "'Inconsolata Nerd Font', 'Inconsolata', sans-serif"
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
"ubuntu-mono-nerd": {
|
|
824
|
+
"name": "UbuntuMono Nerd Font",
|
|
825
|
+
"familyName": "UbuntuMono Nerd Font",
|
|
826
|
+
"shortName": "UbuntuMono",
|
|
827
|
+
"originalName": null,
|
|
828
|
+
"category": "terminal",
|
|
829
|
+
"version": "0.80",
|
|
830
|
+
"description": "Dotted zeros, used the n, o, H & O Latin characters as a base for design - Ubuntu's monospace",
|
|
831
|
+
"features": [
|
|
832
|
+
"ubuntu",
|
|
833
|
+
"linux",
|
|
834
|
+
"canonical"
|
|
835
|
+
],
|
|
836
|
+
"weights": [
|
|
837
|
+
400,
|
|
838
|
+
700
|
|
839
|
+
],
|
|
840
|
+
"hasItalic": true,
|
|
841
|
+
"hasLigatures": false,
|
|
842
|
+
"nerdFontVersion": "3.4.0",
|
|
843
|
+
"license": "Various",
|
|
844
|
+
"urls": {
|
|
845
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/UbuntuMono.zip",
|
|
846
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/UbuntuMono/",
|
|
847
|
+
"googleFonts": "https://fonts.googleapis.com/css2?family=Ubuntu%20Mono:wght@400;700&display=swap",
|
|
848
|
+
"preview": "https://www.programmingfonts.org/#ubuntumono"
|
|
849
|
+
},
|
|
850
|
+
"install": {
|
|
851
|
+
"homebrew": "font-ubuntu-mono-nerd-font",
|
|
852
|
+
"commands": {
|
|
853
|
+
"macos": "brew install --cask font-ubuntu-mono-nerd-font",
|
|
854
|
+
"arch": "sudo pacman -S ttf-ubuntumono-nerd",
|
|
855
|
+
"scoop": "scoop install UbuntuMono-NF"
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
"css": {
|
|
859
|
+
"import": "@import url('https://fonts.googleapis.com/css2?family=Ubuntu%20Mono:wght@400;700&display=swap');",
|
|
860
|
+
"fontFace": "font-family: 'UbuntuMono Nerd Font', 'UbuntuMono', monospace;",
|
|
861
|
+
"tailwindConfig": "'UbuntuMono Nerd Font', 'UbuntuMono', monospace"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
"source-code-pro-nerd": {
|
|
865
|
+
"name": "SauceCodePro Nerd Font",
|
|
866
|
+
"familyName": "SauceCodePro Nerd Font",
|
|
867
|
+
"shortName": "SauceCodePro",
|
|
868
|
+
"originalName": "Source Code Pro",
|
|
869
|
+
"category": "programming",
|
|
870
|
+
"version": "2.042",
|
|
871
|
+
"description": "Monospaced font family for user interface and coding environments - Adobe's Source Code Pro",
|
|
872
|
+
"features": [
|
|
873
|
+
"adobe",
|
|
874
|
+
"professional",
|
|
875
|
+
"adobe-fonts"
|
|
876
|
+
],
|
|
877
|
+
"weights": [
|
|
878
|
+
200,
|
|
879
|
+
300,
|
|
880
|
+
400,
|
|
881
|
+
500,
|
|
882
|
+
600,
|
|
883
|
+
700,
|
|
884
|
+
900
|
|
885
|
+
],
|
|
886
|
+
"hasItalic": true,
|
|
887
|
+
"hasLigatures": false,
|
|
888
|
+
"nerdFontVersion": "3.4.0",
|
|
889
|
+
"license": "Various",
|
|
890
|
+
"urls": {
|
|
891
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/SourceCodePro.zip",
|
|
892
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/SourceCodePro/",
|
|
893
|
+
"googleFonts": "https://fonts.googleapis.com/css2?family=Source%20Code%20Pro:wght@200..900&display=swap",
|
|
894
|
+
"preview": "https://www.programmingfonts.org/#saucecodepro"
|
|
895
|
+
},
|
|
896
|
+
"install": {
|
|
897
|
+
"homebrew": "font-sauce-code-pro-nerd-font",
|
|
898
|
+
"commands": {
|
|
899
|
+
"macos": "brew install --cask font-sauce-code-pro-nerd-font",
|
|
900
|
+
"arch": "sudo pacman -S ttf-sourcecodepro-nerd",
|
|
901
|
+
"scoop": "scoop install SauceCodePro-NF"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
"css": {
|
|
905
|
+
"import": "@import url('https://fonts.googleapis.com/css2?family=Source%20Code%20Pro:wght@200..900&display=swap');",
|
|
906
|
+
"fontFace": "font-family: 'SauceCodePro Nerd Font', 'SauceCodePro', sans-serif;",
|
|
907
|
+
"tailwindConfig": "'SauceCodePro Nerd Font', 'SauceCodePro', sans-serif"
|
|
908
|
+
}
|
|
909
|
+
},
|
|
910
|
+
"victor-mono-nerd": {
|
|
911
|
+
"name": "VictorMono Nerd Font",
|
|
912
|
+
"familyName": "VictorMono Nerd Font",
|
|
913
|
+
"shortName": "VictorMono",
|
|
914
|
+
"originalName": null,
|
|
915
|
+
"category": "creative",
|
|
916
|
+
"version": "1.5.6",
|
|
917
|
+
"description": "Clean, crisp and narrow, with a large x-height and clear punctuation. Cursive italics are distinctive.",
|
|
918
|
+
"features": [
|
|
919
|
+
"cursive-italics",
|
|
920
|
+
"narrow",
|
|
921
|
+
"elegant"
|
|
922
|
+
],
|
|
923
|
+
"weights": [
|
|
924
|
+
100,
|
|
925
|
+
200,
|
|
926
|
+
300,
|
|
927
|
+
400,
|
|
928
|
+
500,
|
|
929
|
+
600,
|
|
930
|
+
700
|
|
931
|
+
],
|
|
932
|
+
"hasItalic": true,
|
|
933
|
+
"hasLigatures": true,
|
|
934
|
+
"nerdFontVersion": "3.4.0",
|
|
935
|
+
"license": "Various",
|
|
936
|
+
"urls": {
|
|
937
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/VictorMono.zip",
|
|
938
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/VictorMono/",
|
|
939
|
+
"googleFonts": null,
|
|
940
|
+
"preview": "https://www.programmingfonts.org/#victormono"
|
|
941
|
+
},
|
|
942
|
+
"install": {
|
|
943
|
+
"homebrew": "font-victor-mono-nerd-font",
|
|
944
|
+
"commands": {
|
|
945
|
+
"macos": "brew install --cask font-victor-mono-nerd-font",
|
|
946
|
+
"arch": "sudo pacman -S ttf-victormono-nerd",
|
|
947
|
+
"scoop": "scoop install VictorMono-NF"
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
"css": {
|
|
951
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/VictorMono.zip */",
|
|
952
|
+
"fontFace": "font-family: 'VictorMono Nerd Font', 'VictorMono', monospace;",
|
|
953
|
+
"tailwindConfig": "'VictorMono Nerd Font', 'VictorMono', monospace"
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
"fantasque-sans-mono-nerd": {
|
|
957
|
+
"name": "FantasqueSansMono Nerd Font",
|
|
958
|
+
"familyName": "FantasqueSansMono Nerd Font",
|
|
959
|
+
"shortName": "FantasqueSansMono",
|
|
960
|
+
"originalName": null,
|
|
961
|
+
"category": "creative",
|
|
962
|
+
"version": "1.8.0",
|
|
963
|
+
"description": "Wibbly-wobbly handwriting-like fuzziness, takes inspiration from Inconsolata and Monaco",
|
|
964
|
+
"features": [
|
|
965
|
+
"handwritten",
|
|
966
|
+
"fun",
|
|
967
|
+
"fuzzy"
|
|
968
|
+
],
|
|
969
|
+
"weights": [
|
|
970
|
+
400,
|
|
971
|
+
700
|
|
972
|
+
],
|
|
973
|
+
"hasItalic": true,
|
|
974
|
+
"hasLigatures": true,
|
|
975
|
+
"nerdFontVersion": "3.4.0",
|
|
976
|
+
"license": "Various",
|
|
977
|
+
"urls": {
|
|
978
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/FantasqueSansMono.zip",
|
|
979
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/FantasqueSansMono/",
|
|
980
|
+
"googleFonts": null,
|
|
981
|
+
"preview": "https://www.programmingfonts.org/#fantasquesansmono"
|
|
982
|
+
},
|
|
983
|
+
"install": {
|
|
984
|
+
"homebrew": "font-fantasque-sans-mono-nerd-font",
|
|
985
|
+
"commands": {
|
|
986
|
+
"macos": "brew install --cask font-fantasque-sans-mono-nerd-font",
|
|
987
|
+
"arch": "sudo pacman -S ttf-fantasquesansmono-nerd",
|
|
988
|
+
"scoop": "scoop install FantasqueSansMono-NF"
|
|
989
|
+
}
|
|
990
|
+
},
|
|
991
|
+
"css": {
|
|
992
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/FantasqueSansMono.zip */",
|
|
993
|
+
"fontFace": "font-family: 'FantasqueSansMono Nerd Font', 'FantasqueSansMono', monospace;",
|
|
994
|
+
"tailwindConfig": "'FantasqueSansMono Nerd Font', 'FantasqueSansMono', monospace"
|
|
995
|
+
}
|
|
996
|
+
},
|
|
997
|
+
"agave-nerd": {
|
|
998
|
+
"name": "Agave Nerd Font",
|
|
999
|
+
"familyName": "Agave Nerd Font",
|
|
1000
|
+
"shortName": "Agave",
|
|
1001
|
+
"originalName": null,
|
|
1002
|
+
"category": "creative",
|
|
1003
|
+
"version": "37",
|
|
1004
|
+
"description": "A small, monospace, outline font that is geometrically regular and simple with a unique artistic feel",
|
|
1005
|
+
"features": [
|
|
1006
|
+
"artistic",
|
|
1007
|
+
"geometric",
|
|
1008
|
+
"small"
|
|
1009
|
+
],
|
|
1010
|
+
"weights": [
|
|
1011
|
+
400,
|
|
1012
|
+
700
|
|
1013
|
+
],
|
|
1014
|
+
"hasItalic": false,
|
|
1015
|
+
"hasLigatures": false,
|
|
1016
|
+
"nerdFontVersion": "3.4.0",
|
|
1017
|
+
"license": "Various",
|
|
1018
|
+
"urls": {
|
|
1019
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Agave.zip",
|
|
1020
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Agave/",
|
|
1021
|
+
"googleFonts": null,
|
|
1022
|
+
"preview": "https://www.programmingfonts.org/#agave"
|
|
1023
|
+
},
|
|
1024
|
+
"install": {
|
|
1025
|
+
"homebrew": "font-agave-nerd-font",
|
|
1026
|
+
"commands": {
|
|
1027
|
+
"macos": "brew install --cask font-agave-nerd-font",
|
|
1028
|
+
"arch": "sudo pacman -S ttf-agave-nerd",
|
|
1029
|
+
"scoop": "scoop install Agave-NF"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
"css": {
|
|
1033
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Agave.zip */",
|
|
1034
|
+
"fontFace": "font-family: 'Agave Nerd Font', 'Agave', sans-serif;",
|
|
1035
|
+
"tailwindConfig": "'Agave Nerd Font', 'Agave', sans-serif"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
"comic-shanns-mono-nerd": {
|
|
1039
|
+
"name": "ComicShannsMono Nerd Font",
|
|
1040
|
+
"familyName": "ComicShannsMono Nerd Font",
|
|
1041
|
+
"shortName": "ComicShannsMono",
|
|
1042
|
+
"originalName": null,
|
|
1043
|
+
"category": "creative",
|
|
1044
|
+
"version": "1.3.2",
|
|
1045
|
+
"description": "The very typeface you've been trained to recognize since childhood - comic style monospace",
|
|
1046
|
+
"features": [
|
|
1047
|
+
"comic",
|
|
1048
|
+
"fun",
|
|
1049
|
+
"playful"
|
|
1050
|
+
],
|
|
1051
|
+
"weights": [
|
|
1052
|
+
400,
|
|
1053
|
+
700
|
|
1054
|
+
],
|
|
1055
|
+
"hasItalic": true,
|
|
1056
|
+
"hasLigatures": true,
|
|
1057
|
+
"nerdFontVersion": "3.4.0",
|
|
1058
|
+
"license": "Various",
|
|
1059
|
+
"urls": {
|
|
1060
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/ComicShannsMono.zip",
|
|
1061
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/ComicShannsMono/",
|
|
1062
|
+
"googleFonts": null,
|
|
1063
|
+
"preview": "https://www.programmingfonts.org/#comicshannsmono"
|
|
1064
|
+
},
|
|
1065
|
+
"install": {
|
|
1066
|
+
"homebrew": "font-comic-shanns-mono-nerd-font",
|
|
1067
|
+
"commands": {
|
|
1068
|
+
"macos": "brew install --cask font-comic-shanns-mono-nerd-font",
|
|
1069
|
+
"arch": "sudo pacman -S ttf-comicshannsmono-nerd",
|
|
1070
|
+
"scoop": "scoop install ComicShannsMono-NF"
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
"css": {
|
|
1074
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/ComicShannsMono.zip */",
|
|
1075
|
+
"fontFace": "font-family: 'ComicShannsMono Nerd Font', 'ComicShannsMono', monospace;",
|
|
1076
|
+
"tailwindConfig": "'ComicShannsMono Nerd Font', 'ComicShannsMono', monospace"
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
"commit-mono-nerd": {
|
|
1080
|
+
"name": "CommitMono Nerd Font",
|
|
1081
|
+
"familyName": "CommitMono Nerd Font",
|
|
1082
|
+
"shortName": "CommitMono",
|
|
1083
|
+
"originalName": null,
|
|
1084
|
+
"category": "minimal",
|
|
1085
|
+
"version": "1.143",
|
|
1086
|
+
"description": "An anonymous and neutral programming typeface, highly readable",
|
|
1087
|
+
"features": [
|
|
1088
|
+
"neutral",
|
|
1089
|
+
"readable",
|
|
1090
|
+
"modern"
|
|
1091
|
+
],
|
|
1092
|
+
"weights": [
|
|
1093
|
+
200,
|
|
1094
|
+
300,
|
|
1095
|
+
400,
|
|
1096
|
+
500,
|
|
1097
|
+
600,
|
|
1098
|
+
700
|
|
1099
|
+
],
|
|
1100
|
+
"hasItalic": true,
|
|
1101
|
+
"hasLigatures": true,
|
|
1102
|
+
"nerdFontVersion": "3.4.0",
|
|
1103
|
+
"license": "Various",
|
|
1104
|
+
"urls": {
|
|
1105
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CommitMono.zip",
|
|
1106
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/CommitMono/",
|
|
1107
|
+
"googleFonts": null,
|
|
1108
|
+
"preview": "https://www.programmingfonts.org/#commitmono"
|
|
1109
|
+
},
|
|
1110
|
+
"install": {
|
|
1111
|
+
"homebrew": "font-commit-mono-nerd-font",
|
|
1112
|
+
"commands": {
|
|
1113
|
+
"macos": "brew install --cask font-commit-mono-nerd-font",
|
|
1114
|
+
"arch": "sudo pacman -S ttf-commitmono-nerd",
|
|
1115
|
+
"scoop": "scoop install CommitMono-NF"
|
|
1116
|
+
}
|
|
1117
|
+
},
|
|
1118
|
+
"css": {
|
|
1119
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CommitMono.zip */",
|
|
1120
|
+
"fontFace": "font-family: 'CommitMono Nerd Font', 'CommitMono', monospace;",
|
|
1121
|
+
"tailwindConfig": "'CommitMono Nerd Font', 'CommitMono', monospace"
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
"blex-mono-nerd": {
|
|
1125
|
+
"name": "BlexMono Nerd Font",
|
|
1126
|
+
"familyName": "BlexMono Nerd Font",
|
|
1127
|
+
"shortName": "BlexMono",
|
|
1128
|
+
"originalName": "IBM Plex Mono",
|
|
1129
|
+
"category": "minimal",
|
|
1130
|
+
"version": "2.004",
|
|
1131
|
+
"description": "It's global, it's versatile and it's distinctly IBM. Corporate and professional.",
|
|
1132
|
+
"features": [
|
|
1133
|
+
"ibm",
|
|
1134
|
+
"corporate",
|
|
1135
|
+
"professional"
|
|
1136
|
+
],
|
|
1137
|
+
"weights": [
|
|
1138
|
+
100,
|
|
1139
|
+
200,
|
|
1140
|
+
300,
|
|
1141
|
+
400,
|
|
1142
|
+
450,
|
|
1143
|
+
500,
|
|
1144
|
+
600,
|
|
1145
|
+
700
|
|
1146
|
+
],
|
|
1147
|
+
"hasItalic": true,
|
|
1148
|
+
"hasLigatures": false,
|
|
1149
|
+
"nerdFontVersion": "3.4.0",
|
|
1150
|
+
"license": "Various",
|
|
1151
|
+
"urls": {
|
|
1152
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/IBMPlexMono.zip",
|
|
1153
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/IBMPlexMono/",
|
|
1154
|
+
"googleFonts": "https://fonts.googleapis.com/css2?family=IBM%20Plex%20Mono:wght@100..700&display=swap",
|
|
1155
|
+
"preview": "https://www.programmingfonts.org/#blexmono"
|
|
1156
|
+
},
|
|
1157
|
+
"install": {
|
|
1158
|
+
"homebrew": "font-blex-mono-nerd-font",
|
|
1159
|
+
"commands": {
|
|
1160
|
+
"macos": "brew install --cask font-blex-mono-nerd-font",
|
|
1161
|
+
"arch": "sudo pacman -S ttf-blexmono-nerd",
|
|
1162
|
+
"scoop": "scoop install BlexMono-NF"
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
"css": {
|
|
1166
|
+
"import": "@import url('https://fonts.googleapis.com/css2?family=IBM%20Plex%20Mono:wght@100..700&display=swap');",
|
|
1167
|
+
"fontFace": "font-family: 'BlexMono Nerd Font', 'BlexMono', monospace;",
|
|
1168
|
+
"tailwindConfig": "'BlexMono Nerd Font', 'BlexMono', monospace"
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1171
|
+
"intel-one-mono-nerd": {
|
|
1172
|
+
"name": "IntelOneMono Nerd Font",
|
|
1173
|
+
"familyName": "IntelOneMono Nerd Font",
|
|
1174
|
+
"shortName": "IntelOneMono",
|
|
1175
|
+
"originalName": null,
|
|
1176
|
+
"category": "minimal",
|
|
1177
|
+
"version": "1.4.0",
|
|
1178
|
+
"description": "Expressive monospaced font family built with clarity, legibility, and developer needs in mind",
|
|
1179
|
+
"features": [
|
|
1180
|
+
"intel",
|
|
1181
|
+
"clear",
|
|
1182
|
+
"legible"
|
|
1183
|
+
],
|
|
1184
|
+
"weights": [
|
|
1185
|
+
100,
|
|
1186
|
+
200,
|
|
1187
|
+
300,
|
|
1188
|
+
400,
|
|
1189
|
+
500,
|
|
1190
|
+
600,
|
|
1191
|
+
700
|
|
1192
|
+
],
|
|
1193
|
+
"hasItalic": true,
|
|
1194
|
+
"hasLigatures": true,
|
|
1195
|
+
"nerdFontVersion": "3.4.0",
|
|
1196
|
+
"license": "Various",
|
|
1197
|
+
"urls": {
|
|
1198
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/IntelOneMono.zip",
|
|
1199
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/IntelOneMono/",
|
|
1200
|
+
"googleFonts": null,
|
|
1201
|
+
"preview": "https://www.programmingfonts.org/#intelonemono"
|
|
1202
|
+
},
|
|
1203
|
+
"install": {
|
|
1204
|
+
"homebrew": "font-intel-one-mono-nerd-font",
|
|
1205
|
+
"commands": {
|
|
1206
|
+
"macos": "brew install --cask font-intel-one-mono-nerd-font",
|
|
1207
|
+
"arch": "sudo pacman -S ttf-intelonemono-nerd",
|
|
1208
|
+
"scoop": "scoop install IntelOneMono-NF"
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1211
|
+
"css": {
|
|
1212
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/IntelOneMono.zip */",
|
|
1213
|
+
"fontFace": "font-family: 'IntelOneMono Nerd Font', 'IntelOneMono', monospace;",
|
|
1214
|
+
"tailwindConfig": "'IntelOneMono Nerd Font', 'IntelOneMono', monospace"
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
"monaspace-nerd": {
|
|
1218
|
+
"name": "Monaspice Nerd Font",
|
|
1219
|
+
"familyName": "Monaspice Nerd Font",
|
|
1220
|
+
"shortName": "Monaspice",
|
|
1221
|
+
"originalName": "Monaspace",
|
|
1222
|
+
"category": "programming",
|
|
1223
|
+
"version": "1.200",
|
|
1224
|
+
"description": "Five matching fonts all having 'texture healing' to improve legibility - GitHub's font family",
|
|
1225
|
+
"features": [
|
|
1226
|
+
"github",
|
|
1227
|
+
"texture-healing",
|
|
1228
|
+
"five-variants"
|
|
1229
|
+
],
|
|
1230
|
+
"weights": [
|
|
1231
|
+
200,
|
|
1232
|
+
300,
|
|
1233
|
+
400,
|
|
1234
|
+
500,
|
|
1235
|
+
600,
|
|
1236
|
+
700,
|
|
1237
|
+
800
|
|
1238
|
+
],
|
|
1239
|
+
"hasItalic": true,
|
|
1240
|
+
"hasLigatures": true,
|
|
1241
|
+
"nerdFontVersion": "3.4.0",
|
|
1242
|
+
"license": "Various",
|
|
1243
|
+
"urls": {
|
|
1244
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Monaspace.zip",
|
|
1245
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Monaspace/",
|
|
1246
|
+
"googleFonts": null,
|
|
1247
|
+
"preview": "https://www.programmingfonts.org/#monaspice"
|
|
1248
|
+
},
|
|
1249
|
+
"install": {
|
|
1250
|
+
"homebrew": "font-monaspace-nerd-font",
|
|
1251
|
+
"commands": {
|
|
1252
|
+
"macos": "brew install --cask font-monaspace-nerd-font",
|
|
1253
|
+
"arch": "sudo pacman -S ttf-monaspace-nerd",
|
|
1254
|
+
"scoop": "scoop install Monaspice-NF"
|
|
1255
|
+
}
|
|
1256
|
+
},
|
|
1257
|
+
"css": {
|
|
1258
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Monaspace.zip */",
|
|
1259
|
+
"fontFace": "font-family: 'Monaspice Nerd Font', 'Monaspice', sans-serif;",
|
|
1260
|
+
"tailwindConfig": "'Monaspice Nerd Font', 'Monaspice', sans-serif"
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
"atkinson-hyperlegible-mono-nerd": {
|
|
1264
|
+
"name": "Atkinson Hyperlegible Mono Nerd Font",
|
|
1265
|
+
"familyName": "Atkinson Hyperlegible Mono Nerd Font",
|
|
1266
|
+
"shortName": "AtkynsonMono",
|
|
1267
|
+
"originalName": null,
|
|
1268
|
+
"category": "accessible",
|
|
1269
|
+
"version": "2.001",
|
|
1270
|
+
"description": "A monospaced font designed to improve legibility and readability for individuals with low vision",
|
|
1271
|
+
"features": [
|
|
1272
|
+
"accessibility",
|
|
1273
|
+
"low-vision",
|
|
1274
|
+
"legibility"
|
|
1275
|
+
],
|
|
1276
|
+
"weights": [
|
|
1277
|
+
400,
|
|
1278
|
+
700
|
|
1279
|
+
],
|
|
1280
|
+
"hasItalic": false,
|
|
1281
|
+
"hasLigatures": false,
|
|
1282
|
+
"nerdFontVersion": "3.4.0",
|
|
1283
|
+
"license": "Various",
|
|
1284
|
+
"urls": {
|
|
1285
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/AtkinsonHyperlegibleMono.zip",
|
|
1286
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/AtkinsonHyperlegibleMono/",
|
|
1287
|
+
"googleFonts": null,
|
|
1288
|
+
"preview": "https://www.programmingfonts.org/#atkynsonmono"
|
|
1289
|
+
},
|
|
1290
|
+
"install": {
|
|
1291
|
+
"homebrew": "font-atkinson-hyperlegible-mono-nerd-font",
|
|
1292
|
+
"commands": {
|
|
1293
|
+
"macos": "brew install --cask font-atkinson-hyperlegible-mono-nerd-font",
|
|
1294
|
+
"arch": "sudo pacman -S ttf-atkinsonhyperlegiblemono-nerd",
|
|
1295
|
+
"scoop": "scoop install AtkynsonMono-NF"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"css": {
|
|
1299
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/AtkinsonHyperlegibleMono.zip */",
|
|
1300
|
+
"fontFace": "font-family: 'Atkinson Hyperlegible Mono Nerd Font', 'AtkynsonMono', monospace;",
|
|
1301
|
+
"tailwindConfig": "'Atkinson Hyperlegible Mono Nerd Font', 'AtkynsonMono', monospace"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
"opendyslexic-nerd": {
|
|
1305
|
+
"name": "OpenDyslexic Nerd Font",
|
|
1306
|
+
"familyName": "OpenDyslexic Nerd Font",
|
|
1307
|
+
"shortName": "OpenDyslexic",
|
|
1308
|
+
"originalName": null,
|
|
1309
|
+
"category": "accessible",
|
|
1310
|
+
"version": "2.001",
|
|
1311
|
+
"description": "Designed specifically to alleviate reading errors caused by dyslexia - weighted bottoms for stability",
|
|
1312
|
+
"features": [
|
|
1313
|
+
"dyslexia",
|
|
1314
|
+
"accessibility",
|
|
1315
|
+
"weighted"
|
|
1316
|
+
],
|
|
1317
|
+
"weights": [
|
|
1318
|
+
400,
|
|
1319
|
+
700
|
|
1320
|
+
],
|
|
1321
|
+
"hasItalic": true,
|
|
1322
|
+
"hasLigatures": false,
|
|
1323
|
+
"nerdFontVersion": "3.4.0",
|
|
1324
|
+
"license": "Various",
|
|
1325
|
+
"urls": {
|
|
1326
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Opendyslexic.zip",
|
|
1327
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/OpenDyslexic/",
|
|
1328
|
+
"googleFonts": null,
|
|
1329
|
+
"preview": "https://www.programmingfonts.org/#opendyslexic"
|
|
1330
|
+
},
|
|
1331
|
+
"install": {
|
|
1332
|
+
"homebrew": "font-opendyslexic-nerd-font",
|
|
1333
|
+
"commands": {
|
|
1334
|
+
"macos": "brew install --cask font-opendyslexic-nerd-font",
|
|
1335
|
+
"arch": "sudo pacman -S ttf-opendyslexic-nerd",
|
|
1336
|
+
"scoop": "scoop install OpenDyslexic-NF"
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
"css": {
|
|
1340
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Opendyslexic.zip */",
|
|
1341
|
+
"fontFace": "font-family: 'OpenDyslexic Nerd Font', 'OpenDyslexic', sans-serif;",
|
|
1342
|
+
"tailwindConfig": "'OpenDyslexic Nerd Font', 'OpenDyslexic', sans-serif"
|
|
1343
|
+
}
|
|
1344
|
+
},
|
|
1345
|
+
"3270-nerd": {
|
|
1346
|
+
"name": "3270 Nerd Font",
|
|
1347
|
+
"familyName": "3270 Nerd Font",
|
|
1348
|
+
"shortName": "3270",
|
|
1349
|
+
"originalName": null,
|
|
1350
|
+
"category": "retro",
|
|
1351
|
+
"version": "3.0.1",
|
|
1352
|
+
"description": "Derived from the x3270 font, a modern format of a font with high nostalgic IBM terminal value",
|
|
1353
|
+
"features": [
|
|
1354
|
+
"ibm",
|
|
1355
|
+
"terminal",
|
|
1356
|
+
"retro",
|
|
1357
|
+
"ibm-3270"
|
|
1358
|
+
],
|
|
1359
|
+
"weights": [
|
|
1360
|
+
400,
|
|
1361
|
+
700
|
|
1362
|
+
],
|
|
1363
|
+
"hasItalic": false,
|
|
1364
|
+
"hasLigatures": false,
|
|
1365
|
+
"nerdFontVersion": "3.4.0",
|
|
1366
|
+
"license": "Various",
|
|
1367
|
+
"urls": {
|
|
1368
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/3270.zip",
|
|
1369
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/3270/",
|
|
1370
|
+
"googleFonts": null,
|
|
1371
|
+
"preview": "https://www.programmingfonts.org/#3270"
|
|
1372
|
+
},
|
|
1373
|
+
"install": {
|
|
1374
|
+
"homebrew": "font-3270-nerd-font",
|
|
1375
|
+
"commands": {
|
|
1376
|
+
"macos": "brew install --cask font-3270-nerd-font",
|
|
1377
|
+
"arch": "sudo pacman -S ttf-3270-nerd",
|
|
1378
|
+
"scoop": "scoop install 3270-NF"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
"css": {
|
|
1382
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/3270.zip */",
|
|
1383
|
+
"fontFace": "font-family: '3270 Nerd Font', '3270', sans-serif;",
|
|
1384
|
+
"tailwindConfig": "'3270 Nerd Font', '3270', sans-serif"
|
|
1385
|
+
}
|
|
1386
|
+
},
|
|
1387
|
+
"bigblue-terminal-nerd": {
|
|
1388
|
+
"name": "BigBlueTerminal Nerd Font",
|
|
1389
|
+
"familyName": "BigBlueTerminal Nerd Font",
|
|
1390
|
+
"shortName": "BigBlueTerminal",
|
|
1391
|
+
"originalName": null,
|
|
1392
|
+
"category": "retro",
|
|
1393
|
+
"version": null,
|
|
1394
|
+
"description": "Nostalgic, closely based on IBM's 8x14 EGA/VGA charset",
|
|
1395
|
+
"features": [
|
|
1396
|
+
"ibm",
|
|
1397
|
+
"ega",
|
|
1398
|
+
"vga",
|
|
1399
|
+
"retro"
|
|
1400
|
+
],
|
|
1401
|
+
"weights": [
|
|
1402
|
+
400
|
|
1403
|
+
],
|
|
1404
|
+
"hasItalic": false,
|
|
1405
|
+
"hasLigatures": false,
|
|
1406
|
+
"nerdFontVersion": "3.4.0",
|
|
1407
|
+
"license": "Various",
|
|
1408
|
+
"urls": {
|
|
1409
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/BigBlueTerminal.zip",
|
|
1410
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/BigBlueTerminal/",
|
|
1411
|
+
"googleFonts": null,
|
|
1412
|
+
"preview": "https://www.programmingfonts.org/#bigblueterminal"
|
|
1413
|
+
},
|
|
1414
|
+
"install": {
|
|
1415
|
+
"homebrew": "font-bigblue-terminal-nerd-font",
|
|
1416
|
+
"commands": {
|
|
1417
|
+
"macos": "brew install --cask font-bigblue-terminal-nerd-font",
|
|
1418
|
+
"arch": "sudo pacman -S ttf-bigblueterminal-nerd",
|
|
1419
|
+
"scoop": "scoop install BigBlueTerminal-NF"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
"css": {
|
|
1423
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/BigBlueTerminal.zip */",
|
|
1424
|
+
"fontFace": "font-family: 'BigBlueTerminal Nerd Font', 'BigBlueTerminal', sans-serif;",
|
|
1425
|
+
"tailwindConfig": "'BigBlueTerminal Nerd Font', 'BigBlueTerminal', sans-serif"
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1428
|
+
"proggy-clean-nerd": {
|
|
1429
|
+
"name": "ProggyClean Nerd Font",
|
|
1430
|
+
"familyName": "ProggyClean Nerd Font",
|
|
1431
|
+
"shortName": "ProggyClean",
|
|
1432
|
+
"originalName": null,
|
|
1433
|
+
"category": "dense",
|
|
1434
|
+
"version": "2004/04/15",
|
|
1435
|
+
"description": "Designed particularly for use at small point sizes - bitmap-like clarity",
|
|
1436
|
+
"features": [
|
|
1437
|
+
"small-sizes",
|
|
1438
|
+
"bitmap-like",
|
|
1439
|
+
"crisp"
|
|
1440
|
+
],
|
|
1441
|
+
"weights": [
|
|
1442
|
+
400
|
|
1443
|
+
],
|
|
1444
|
+
"hasItalic": false,
|
|
1445
|
+
"hasLigatures": false,
|
|
1446
|
+
"nerdFontVersion": "3.4.0",
|
|
1447
|
+
"license": "Various",
|
|
1448
|
+
"urls": {
|
|
1449
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/ProggyClean.zip",
|
|
1450
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/ProggyClean/",
|
|
1451
|
+
"googleFonts": null,
|
|
1452
|
+
"preview": "https://www.programmingfonts.org/#proggyclean"
|
|
1453
|
+
},
|
|
1454
|
+
"install": {
|
|
1455
|
+
"homebrew": "font-proggy-clean-nerd-font",
|
|
1456
|
+
"commands": {
|
|
1457
|
+
"macos": "brew install --cask font-proggy-clean-nerd-font",
|
|
1458
|
+
"arch": "sudo pacman -S ttf-proggyclean-nerd",
|
|
1459
|
+
"scoop": "scoop install ProggyClean-NF"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
"css": {
|
|
1463
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/ProggyClean.zip */",
|
|
1464
|
+
"fontFace": "font-family: 'ProggyClean Nerd Font', 'ProggyClean', sans-serif;",
|
|
1465
|
+
"tailwindConfig": "'ProggyClean Nerd Font', 'ProggyClean', sans-serif"
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
"hasklug-nerd": {
|
|
1469
|
+
"name": "Hasklug Nerd Font",
|
|
1470
|
+
"familyName": "Hasklug Nerd Font",
|
|
1471
|
+
"shortName": "Hasklug",
|
|
1472
|
+
"originalName": "Hasklig",
|
|
1473
|
+
"category": "programming",
|
|
1474
|
+
"version": "1.2",
|
|
1475
|
+
"description": "Monospaced ligatures make composite glyphs (e.g. ->) more readable, especially in Haskell",
|
|
1476
|
+
"features": [
|
|
1477
|
+
"ligatures",
|
|
1478
|
+
"haskell",
|
|
1479
|
+
"functional"
|
|
1480
|
+
],
|
|
1481
|
+
"weights": [
|
|
1482
|
+
400,
|
|
1483
|
+
500,
|
|
1484
|
+
600,
|
|
1485
|
+
700
|
|
1486
|
+
],
|
|
1487
|
+
"hasItalic": true,
|
|
1488
|
+
"hasLigatures": true,
|
|
1489
|
+
"nerdFontVersion": "3.4.0",
|
|
1490
|
+
"license": "Various",
|
|
1491
|
+
"urls": {
|
|
1492
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Hasklig.zip",
|
|
1493
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Hasklig/",
|
|
1494
|
+
"googleFonts": null,
|
|
1495
|
+
"preview": "https://www.programmingfonts.org/#hasklug"
|
|
1496
|
+
},
|
|
1497
|
+
"install": {
|
|
1498
|
+
"homebrew": "font-hasklug-nerd-font",
|
|
1499
|
+
"commands": {
|
|
1500
|
+
"macos": "brew install --cask font-hasklug-nerd-font",
|
|
1501
|
+
"arch": "sudo pacman -S ttf-hasklug-nerd",
|
|
1502
|
+
"scoop": "scoop install Hasklug-NF"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
"css": {
|
|
1506
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Hasklig.zip */",
|
|
1507
|
+
"fontFace": "font-family: 'Hasklug Nerd Font', 'Hasklug', sans-serif;",
|
|
1508
|
+
"tailwindConfig": "'Hasklug Nerd Font', 'Hasklug', sans-serif"
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
"lilex-nerd": {
|
|
1512
|
+
"name": "Lilex Nerd Font",
|
|
1513
|
+
"familyName": "Lilex Nerd Font",
|
|
1514
|
+
"shortName": "Lilex",
|
|
1515
|
+
"originalName": null,
|
|
1516
|
+
"category": "programming",
|
|
1517
|
+
"version": "2.600",
|
|
1518
|
+
"description": "Modern with ligatures and a distinctive geometric design",
|
|
1519
|
+
"features": [
|
|
1520
|
+
"ligatures",
|
|
1521
|
+
"modern",
|
|
1522
|
+
"geometric"
|
|
1523
|
+
],
|
|
1524
|
+
"weights": [
|
|
1525
|
+
100,
|
|
1526
|
+
200,
|
|
1527
|
+
300,
|
|
1528
|
+
400,
|
|
1529
|
+
500,
|
|
1530
|
+
600,
|
|
1531
|
+
700,
|
|
1532
|
+
800,
|
|
1533
|
+
900
|
|
1534
|
+
],
|
|
1535
|
+
"hasItalic": true,
|
|
1536
|
+
"hasLigatures": true,
|
|
1537
|
+
"nerdFontVersion": "3.4.0",
|
|
1538
|
+
"license": "Various",
|
|
1539
|
+
"urls": {
|
|
1540
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Lilex.zip",
|
|
1541
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Lilex/",
|
|
1542
|
+
"googleFonts": null,
|
|
1543
|
+
"preview": "https://www.programmingfonts.org/#lilex"
|
|
1544
|
+
},
|
|
1545
|
+
"install": {
|
|
1546
|
+
"homebrew": "font-lilex-nerd-font",
|
|
1547
|
+
"commands": {
|
|
1548
|
+
"macos": "brew install --cask font-lilex-nerd-font",
|
|
1549
|
+
"arch": "sudo pacman -S ttf-lilex-nerd",
|
|
1550
|
+
"scoop": "scoop install Lilex-NF"
|
|
1551
|
+
}
|
|
1552
|
+
},
|
|
1553
|
+
"css": {
|
|
1554
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Lilex.zip */",
|
|
1555
|
+
"fontFace": "font-family: 'Lilex Nerd Font', 'Lilex', sans-serif;",
|
|
1556
|
+
"tailwindConfig": "'Lilex Nerd Font', 'Lilex', sans-serif"
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
"zed-mono-nerd": {
|
|
1560
|
+
"name": "ZedMono Nerd Font",
|
|
1561
|
+
"familyName": "ZedMono Nerd Font",
|
|
1562
|
+
"shortName": "ZedMono",
|
|
1563
|
+
"originalName": null,
|
|
1564
|
+
"category": "programming",
|
|
1565
|
+
"version": "1.2.0",
|
|
1566
|
+
"description": "Zed Mono is a more rounded version of Iosevka - from Zed editor creators",
|
|
1567
|
+
"features": [
|
|
1568
|
+
"zed",
|
|
1569
|
+
"rounded",
|
|
1570
|
+
"modern"
|
|
1571
|
+
],
|
|
1572
|
+
"weights": [
|
|
1573
|
+
400,
|
|
1574
|
+
500,
|
|
1575
|
+
600,
|
|
1576
|
+
700
|
|
1577
|
+
],
|
|
1578
|
+
"hasItalic": true,
|
|
1579
|
+
"hasLigatures": true,
|
|
1580
|
+
"nerdFontVersion": "3.4.0",
|
|
1581
|
+
"license": "Various",
|
|
1582
|
+
"urls": {
|
|
1583
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Zedmono.zip",
|
|
1584
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/ZedMono/",
|
|
1585
|
+
"googleFonts": null,
|
|
1586
|
+
"preview": "https://www.programmingfonts.org/#zedmono"
|
|
1587
|
+
},
|
|
1588
|
+
"install": {
|
|
1589
|
+
"homebrew": "font-zed-mono-nerd-font",
|
|
1590
|
+
"commands": {
|
|
1591
|
+
"macos": "brew install --cask font-zed-mono-nerd-font",
|
|
1592
|
+
"arch": "sudo pacman -S ttf-zedmono-nerd",
|
|
1593
|
+
"scoop": "scoop install ZedMono-NF"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
"css": {
|
|
1597
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Zedmono.zip */",
|
|
1598
|
+
"fontFace": "font-family: 'ZedMono Nerd Font', 'ZedMono', monospace;",
|
|
1599
|
+
"tailwindConfig": "'ZedMono Nerd Font', 'ZedMono', monospace"
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
"martian-mono-nerd": {
|
|
1603
|
+
"name": "MartianMono Nerd Font",
|
|
1604
|
+
"familyName": "MartianMono Nerd Font",
|
|
1605
|
+
"shortName": "MartianMono",
|
|
1606
|
+
"originalName": null,
|
|
1607
|
+
"category": "programming",
|
|
1608
|
+
"version": "1.1.0",
|
|
1609
|
+
"description": "Free and open-source monospaced font from Evil Martians - great for UI",
|
|
1610
|
+
"features": [
|
|
1611
|
+
"evil-martians",
|
|
1612
|
+
"ui",
|
|
1613
|
+
"modern"
|
|
1614
|
+
],
|
|
1615
|
+
"weights": [
|
|
1616
|
+
100,
|
|
1617
|
+
200,
|
|
1618
|
+
300,
|
|
1619
|
+
400,
|
|
1620
|
+
500,
|
|
1621
|
+
600,
|
|
1622
|
+
700,
|
|
1623
|
+
800
|
|
1624
|
+
],
|
|
1625
|
+
"hasItalic": true,
|
|
1626
|
+
"hasLigatures": false,
|
|
1627
|
+
"nerdFontVersion": "3.4.0",
|
|
1628
|
+
"license": "Various",
|
|
1629
|
+
"urls": {
|
|
1630
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Martianmono.zip",
|
|
1631
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/MartianMono/",
|
|
1632
|
+
"googleFonts": null,
|
|
1633
|
+
"preview": "https://www.programmingfonts.org/#martianmono"
|
|
1634
|
+
},
|
|
1635
|
+
"install": {
|
|
1636
|
+
"homebrew": "font-martian-mono-nerd-font",
|
|
1637
|
+
"commands": {
|
|
1638
|
+
"macos": "brew install --cask font-martian-mono-nerd-font",
|
|
1639
|
+
"arch": "sudo pacman -S ttf-martianmono-nerd",
|
|
1640
|
+
"scoop": "scoop install MartianMono-NF"
|
|
1641
|
+
}
|
|
1642
|
+
},
|
|
1643
|
+
"css": {
|
|
1644
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Martianmono.zip */",
|
|
1645
|
+
"fontFace": "font-family: 'MartianMono Nerd Font', 'MartianMono', monospace;",
|
|
1646
|
+
"tailwindConfig": "'MartianMono Nerd Font', 'MartianMono', monospace"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
"recursive-mono-nerd": {
|
|
1650
|
+
"name": "RecMono Nerd Font",
|
|
1651
|
+
"familyName": "RecMono Nerd Font",
|
|
1652
|
+
"shortName": "RecMono",
|
|
1653
|
+
"originalName": "Recursive Mono",
|
|
1654
|
+
"category": "creative",
|
|
1655
|
+
"version": "1.085",
|
|
1656
|
+
"description": "Inspired by casual script signpainting, 4 variants with linear, casual, mono styles",
|
|
1657
|
+
"features": [
|
|
1658
|
+
"variable",
|
|
1659
|
+
"signpainting",
|
|
1660
|
+
"casual"
|
|
1661
|
+
],
|
|
1662
|
+
"weights": [
|
|
1663
|
+
300,
|
|
1664
|
+
400,
|
|
1665
|
+
500,
|
|
1666
|
+
600,
|
|
1667
|
+
700,
|
|
1668
|
+
800,
|
|
1669
|
+
900,
|
|
1670
|
+
1000
|
|
1671
|
+
],
|
|
1672
|
+
"hasItalic": true,
|
|
1673
|
+
"hasLigatures": true,
|
|
1674
|
+
"nerdFontVersion": "3.4.0",
|
|
1675
|
+
"license": "Various",
|
|
1676
|
+
"urls": {
|
|
1677
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Recursive.zip",
|
|
1678
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Recursive/",
|
|
1679
|
+
"googleFonts": "https://fonts.googleapis.com/css2?family=Recursive:wght@300..1000&display=swap",
|
|
1680
|
+
"preview": "https://www.programmingfonts.org/#recmono"
|
|
1681
|
+
},
|
|
1682
|
+
"install": {
|
|
1683
|
+
"homebrew": "font-recursive-mono-nerd-font",
|
|
1684
|
+
"commands": {
|
|
1685
|
+
"macos": "brew install --cask font-recursive-mono-nerd-font",
|
|
1686
|
+
"arch": "sudo pacman -S ttf-recursivemono-nerd",
|
|
1687
|
+
"scoop": "scoop install RecMono-NF"
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
"css": {
|
|
1691
|
+
"import": "@import url('https://fonts.googleapis.com/css2?family=Recursive:wght@300..1000&display=swap');",
|
|
1692
|
+
"fontFace": "font-family: 'RecMono Nerd Font', 'RecMono', monospace;",
|
|
1693
|
+
"tailwindConfig": "'RecMono Nerd Font', 'RecMono', monospace"
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
"dejavu-sans-mono-nerd": {
|
|
1697
|
+
"name": "DejaVuSansMono Nerd Font",
|
|
1698
|
+
"familyName": "DejaVuSansMono Nerd Font",
|
|
1699
|
+
"shortName": "DejaVuSansMono",
|
|
1700
|
+
"originalName": null,
|
|
1701
|
+
"category": "programming",
|
|
1702
|
+
"version": "2.37",
|
|
1703
|
+
"description": "Dotted zero, based on the Bitstream Vera Fonts with a wider range of characters",
|
|
1704
|
+
"features": [
|
|
1705
|
+
"classic",
|
|
1706
|
+
"wide-coverage",
|
|
1707
|
+
"bitstream-based"
|
|
1708
|
+
],
|
|
1709
|
+
"weights": [
|
|
1710
|
+
400,
|
|
1711
|
+
700
|
|
1712
|
+
],
|
|
1713
|
+
"hasItalic": true,
|
|
1714
|
+
"hasLigatures": false,
|
|
1715
|
+
"nerdFontVersion": "3.4.0",
|
|
1716
|
+
"license": "Various",
|
|
1717
|
+
"urls": {
|
|
1718
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/DejaVuSansMono.zip",
|
|
1719
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/DejaVuSansMono/",
|
|
1720
|
+
"googleFonts": null,
|
|
1721
|
+
"preview": "https://www.programmingfonts.org/#dejavusansmono"
|
|
1722
|
+
},
|
|
1723
|
+
"install": {
|
|
1724
|
+
"homebrew": "font-dejavu-sans-mono-nerd-font",
|
|
1725
|
+
"commands": {
|
|
1726
|
+
"macos": "brew install --cask font-dejavu-sans-mono-nerd-font",
|
|
1727
|
+
"arch": "sudo pacman -S ttf-dejavusansmono-nerd",
|
|
1728
|
+
"scoop": "scoop install DejaVuSansMono-NF"
|
|
1729
|
+
}
|
|
1730
|
+
},
|
|
1731
|
+
"css": {
|
|
1732
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/DejaVuSansMono.zip */",
|
|
1733
|
+
"fontFace": "font-family: 'DejaVuSansMono Nerd Font', 'DejaVuSansMono', monospace;",
|
|
1734
|
+
"tailwindConfig": "'DejaVuSansMono Nerd Font', 'DejaVuSansMono', monospace"
|
|
1735
|
+
}
|
|
1736
|
+
},
|
|
1737
|
+
"liberation-mono-nerd": {
|
|
1738
|
+
"name": "LiberationMono Nerd Font",
|
|
1739
|
+
"familyName": "LiberationMono Nerd Font",
|
|
1740
|
+
"shortName": "LiberationMono",
|
|
1741
|
+
"originalName": null,
|
|
1742
|
+
"category": "programming",
|
|
1743
|
+
"version": "2.1.5",
|
|
1744
|
+
"description": "0 and O very similar, very short tight descenders - metrically compatible with Courier New",
|
|
1745
|
+
"features": [
|
|
1746
|
+
"metric-compatible",
|
|
1747
|
+
"courier-alternative"
|
|
1748
|
+
],
|
|
1749
|
+
"weights": [
|
|
1750
|
+
400,
|
|
1751
|
+
700
|
|
1752
|
+
],
|
|
1753
|
+
"hasItalic": true,
|
|
1754
|
+
"hasLigatures": false,
|
|
1755
|
+
"nerdFontVersion": "3.4.0",
|
|
1756
|
+
"license": "Various",
|
|
1757
|
+
"urls": {
|
|
1758
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/LiberationMono.zip",
|
|
1759
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/LiberationMono/",
|
|
1760
|
+
"googleFonts": null,
|
|
1761
|
+
"preview": "https://www.programmingfonts.org/#liberationmono"
|
|
1762
|
+
},
|
|
1763
|
+
"install": {
|
|
1764
|
+
"homebrew": "font-liberation-mono-nerd-font",
|
|
1765
|
+
"commands": {
|
|
1766
|
+
"macos": "brew install --cask font-liberation-mono-nerd-font",
|
|
1767
|
+
"arch": "sudo pacman -S ttf-liberationmono-nerd",
|
|
1768
|
+
"scoop": "scoop install LiberationMono-NF"
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
"css": {
|
|
1772
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/LiberationMono.zip */",
|
|
1773
|
+
"fontFace": "font-family: 'LiberationMono Nerd Font', 'LiberationMono', monospace;",
|
|
1774
|
+
"tailwindConfig": "'LiberationMono Nerd Font', 'LiberationMono', monospace"
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
"envy-code-r-nerd": {
|
|
1778
|
+
"name": "EnvyCodeR Nerd Font",
|
|
1779
|
+
"familyName": "EnvyCodeR Nerd Font",
|
|
1780
|
+
"shortName": "EnvyCodeR",
|
|
1781
|
+
"originalName": null,
|
|
1782
|
+
"category": "programming",
|
|
1783
|
+
"version": "0.79",
|
|
1784
|
+
"description": "Fully-scalable monospaced font designed for programming and command prompts",
|
|
1785
|
+
"features": [
|
|
1786
|
+
"programming",
|
|
1787
|
+
"command-prompt"
|
|
1788
|
+
],
|
|
1789
|
+
"weights": [
|
|
1790
|
+
400,
|
|
1791
|
+
700
|
|
1792
|
+
],
|
|
1793
|
+
"hasItalic": true,
|
|
1794
|
+
"hasLigatures": false,
|
|
1795
|
+
"nerdFontVersion": "3.4.0",
|
|
1796
|
+
"license": "Various",
|
|
1797
|
+
"urls": {
|
|
1798
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/EnvyCodeR.zip",
|
|
1799
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/EnvyCodeR/",
|
|
1800
|
+
"googleFonts": null,
|
|
1801
|
+
"preview": "https://www.programmingfonts.org/#envycoder"
|
|
1802
|
+
},
|
|
1803
|
+
"install": {
|
|
1804
|
+
"homebrew": "font-envy-code-r-nerd-font",
|
|
1805
|
+
"commands": {
|
|
1806
|
+
"macos": "brew install --cask font-envy-code-r-nerd-font",
|
|
1807
|
+
"arch": "sudo pacman -S ttf-envycoder-nerd",
|
|
1808
|
+
"scoop": "scoop install EnvyCodeR-NF"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
"css": {
|
|
1812
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/EnvyCodeR.zip */",
|
|
1813
|
+
"fontFace": "font-family: 'EnvyCodeR Nerd Font', 'EnvyCodeR', sans-serif;",
|
|
1814
|
+
"tailwindConfig": "'EnvyCodeR Nerd Font', 'EnvyCodeR', sans-serif"
|
|
1815
|
+
}
|
|
1816
|
+
},
|
|
1817
|
+
"hermit-nerd": {
|
|
1818
|
+
"name": "Hermit Nerd Font",
|
|
1819
|
+
"familyName": "Hermit Nerd Font",
|
|
1820
|
+
"shortName": "Hermit",
|
|
1821
|
+
"originalName": null,
|
|
1822
|
+
"category": "programming",
|
|
1823
|
+
"version": "2.0",
|
|
1824
|
+
"description": "Symbols stand out from common text - clear and distinctive",
|
|
1825
|
+
"features": [
|
|
1826
|
+
"distinctive",
|
|
1827
|
+
"clear"
|
|
1828
|
+
],
|
|
1829
|
+
"weights": [
|
|
1830
|
+
400,
|
|
1831
|
+
700
|
|
1832
|
+
],
|
|
1833
|
+
"hasItalic": true,
|
|
1834
|
+
"hasLigatures": false,
|
|
1835
|
+
"nerdFontVersion": "3.4.0",
|
|
1836
|
+
"license": "Various",
|
|
1837
|
+
"urls": {
|
|
1838
|
+
"githubRelease": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Hermit.zip",
|
|
1839
|
+
"jsDelivr": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Hermit/",
|
|
1840
|
+
"googleFonts": null,
|
|
1841
|
+
"preview": "https://www.programmingfonts.org/#hermit"
|
|
1842
|
+
},
|
|
1843
|
+
"install": {
|
|
1844
|
+
"homebrew": "font-hermit-nerd-font",
|
|
1845
|
+
"commands": {
|
|
1846
|
+
"macos": "brew install --cask font-hermit-nerd-font",
|
|
1847
|
+
"arch": "sudo pacman -S ttf-hermit-nerd",
|
|
1848
|
+
"scoop": "scoop install Hermit-NF"
|
|
1849
|
+
}
|
|
1850
|
+
},
|
|
1851
|
+
"css": {
|
|
1852
|
+
"import": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Hermit.zip */",
|
|
1853
|
+
"fontFace": "font-family: 'Hermit Nerd Font', 'Hermit', sans-serif;",
|
|
1854
|
+
"tailwindConfig": "'Hermit Nerd Font', 'Hermit', sans-serif"
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
}
|
|
1858
|
+
}
|