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,511 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_meta": {
|
|
3
|
+
"version": "3.4.0",
|
|
4
|
+
"totalFonts": 67,
|
|
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 and CSS import snippets"
|
|
9
|
+
},
|
|
10
|
+
"categories": {
|
|
11
|
+
"programming": {
|
|
12
|
+
"description": "Fonts optimized for programming with ligatures, clear distinctions, and excellent readability",
|
|
13
|
+
"recommendations": ["jetbrains-mono-nerd", "fira-code-nerd", "hack-nerd", "caskaydia-cove-nerd", "cascadia-code-nerd"]
|
|
14
|
+
},
|
|
15
|
+
"terminal": {
|
|
16
|
+
"description": "Fonts designed for terminal use with powerline symbols and compact designs",
|
|
17
|
+
"recommendations": ["iosevka-term-nerd", "meslo-lg-nerd", "jetbrains-mono-nerd", "hack-nerd"]
|
|
18
|
+
},
|
|
19
|
+
"dense": {
|
|
20
|
+
"description": "Narrow fonts for maximum information density",
|
|
21
|
+
"recommendations": ["iosevka-nerd", "iosevka-term-nerd", "terminus-nerd", "proggy-clean-nerd"]
|
|
22
|
+
},
|
|
23
|
+
"retro": {
|
|
24
|
+
"description": "Vintage and nostalgic terminal fonts",
|
|
25
|
+
"recommendations": ["3270-nerd", "bigblue-terminal-nerd", "gohu-nerd", "terminus-nerd"]
|
|
26
|
+
},
|
|
27
|
+
"creative": {
|
|
28
|
+
"description": "Unique and artistic monospace fonts",
|
|
29
|
+
"recommendations": ["victor-mono-nerd", "fantasque-sans-mono-nerd", "cascadia-code-nerd", "comic-shanns-mono-nerd"]
|
|
30
|
+
},
|
|
31
|
+
"accessible": {
|
|
32
|
+
"description": "Fonts designed for accessibility and readability",
|
|
33
|
+
"recommendations": ["atkinson-hyperlegible-mono-nerd", "opendyslexic-nerd", "commit-mono-nerd"]
|
|
34
|
+
},
|
|
35
|
+
"minimal": {
|
|
36
|
+
"description": "Clean, simple, and minimal designs",
|
|
37
|
+
"recommendations": ["geist-mono-nerd", "jetbrains-mono-nerd", "ibm-plex-mono-nerd", "inter-nerd"]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"fonts": {
|
|
41
|
+
"0xProto-nerd": {
|
|
42
|
+
"name": "0xProto Nerd Font",
|
|
43
|
+
"familyName": "0xProto Nerd Font",
|
|
44
|
+
"shortName": "0xProto",
|
|
45
|
+
"category": "programming",
|
|
46
|
+
"version": "2.300",
|
|
47
|
+
"license": "OFL-1.1",
|
|
48
|
+
"description": "A programming font focused on source code legibility with a modern geometric design",
|
|
49
|
+
"features": ["programming", "geometric"],
|
|
50
|
+
"weights": [400, 500, 600, 700],
|
|
51
|
+
"hasItalic": true,
|
|
52
|
+
"hasLigatures": false,
|
|
53
|
+
"nerdFontVersion": "3.4.0",
|
|
54
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/0xProto.zip",
|
|
55
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/0xProto/",
|
|
56
|
+
"googleFonts": null,
|
|
57
|
+
"npmPackage": null,
|
|
58
|
+
"homebrewCask": "font-0xproto-nerd-font",
|
|
59
|
+
"installCommands": {
|
|
60
|
+
"macos": "brew install --cask font-0xproto-nerd-font",
|
|
61
|
+
"arch": "sudo pacman -S ttf-0xproto-nerd",
|
|
62
|
+
"scoop": "scoop install 0xProto-NF"
|
|
63
|
+
},
|
|
64
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/0xProto.zip */",
|
|
65
|
+
"fontFaceDeclaration": "font-family: '0xProto Nerd Font', '0xProto', monospace;",
|
|
66
|
+
"tailwindConfig": "'0xProto Nerd Font', '0xProto', monospace"
|
|
67
|
+
},
|
|
68
|
+
"3270-nerd": {
|
|
69
|
+
"name": "3270 Nerd Font",
|
|
70
|
+
"familyName": "3270 Nerd Font",
|
|
71
|
+
"shortName": "3270",
|
|
72
|
+
"category": "retro",
|
|
73
|
+
"version": "3.0.1",
|
|
74
|
+
"license": "BSD-3-Clause",
|
|
75
|
+
"description": "Derived from the x3270 font, a modern format of a font with high nostalgic IBM terminal value",
|
|
76
|
+
"features": ["retro", "terminal"],
|
|
77
|
+
"weights": [400, 700],
|
|
78
|
+
"hasItalic": false,
|
|
79
|
+
"hasLigatures": false,
|
|
80
|
+
"nerdFontVersion": "3.4.0",
|
|
81
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/3270.zip",
|
|
82
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/3270/",
|
|
83
|
+
"googleFonts": null,
|
|
84
|
+
"npmPackage": null,
|
|
85
|
+
"homebrewCask": "font-3270-nerd-font",
|
|
86
|
+
"installCommands": {
|
|
87
|
+
"macos": "brew install --cask font-3270-nerd-font",
|
|
88
|
+
"arch": "sudo pacman -S ttf-3270-nerd",
|
|
89
|
+
"scoop": "scoop install 3270-NF"
|
|
90
|
+
},
|
|
91
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/3270.zip */",
|
|
92
|
+
"fontFaceDeclaration": "font-family: '3270 Nerd Font', 'IBM 3270', monospace;",
|
|
93
|
+
"tailwindConfig": "'3270 Nerd Font', 'IBM 3270', monospace"
|
|
94
|
+
},
|
|
95
|
+
"adwaita-mono-nerd": {
|
|
96
|
+
"name": "AdwaitaMono Nerd Font",
|
|
97
|
+
"familyName": "AdwaitaMono Nerd Font",
|
|
98
|
+
"shortName": "AdwaitaMono",
|
|
99
|
+
"category": "minimal",
|
|
100
|
+
"version": "32.4",
|
|
101
|
+
"license": "GPL-3.0",
|
|
102
|
+
"description": "The monospace typeface for GNOME, clean and modern",
|
|
103
|
+
"features": ["gnome", "modern"],
|
|
104
|
+
"weights": [400, 500, 700],
|
|
105
|
+
"hasItalic": true,
|
|
106
|
+
"hasLigatures": false,
|
|
107
|
+
"nerdFontVersion": "3.4.0",
|
|
108
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/AdwaitaMono.zip",
|
|
109
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/AdwaitaMono/",
|
|
110
|
+
"googleFonts": null,
|
|
111
|
+
"npmPackage": null,
|
|
112
|
+
"homebrewCask": "font-adwaita-mono-nerd-font",
|
|
113
|
+
"installCommands": {
|
|
114
|
+
"macos": "brew install --cask font-adwaita-mono-nerd-font",
|
|
115
|
+
"arch": "sudo pacman -S ttf-adwaita-mono-nerd",
|
|
116
|
+
"scoop": "scoop install AdwaitaMono-NF"
|
|
117
|
+
},
|
|
118
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/AdwaitaMono.zip */",
|
|
119
|
+
"fontFaceDeclaration": "font-family: 'AdwaitaMono Nerd Font', 'Adwaita Mono', monospace;",
|
|
120
|
+
"tailwindConfig": "'AdwaitaMono Nerd Font', 'Adwaita Mono', monospace"
|
|
121
|
+
},
|
|
122
|
+
"agave-nerd": {
|
|
123
|
+
"name": "Agave Nerd Font",
|
|
124
|
+
"familyName": "Agave Nerd Font",
|
|
125
|
+
"shortName": "Agave",
|
|
126
|
+
"category": "creative",
|
|
127
|
+
"version": "37",
|
|
128
|
+
"license": "MIT",
|
|
129
|
+
"description": "A small, monospace, outline font that is geometrically regular and simple with a unique artistic feel",
|
|
130
|
+
"features": ["artistic", "geometric"],
|
|
131
|
+
"weights": [400, 700],
|
|
132
|
+
"hasItalic": false,
|
|
133
|
+
"hasLigatures": false,
|
|
134
|
+
"nerdFontVersion": "3.4.0",
|
|
135
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Agave.zip",
|
|
136
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Agave/",
|
|
137
|
+
"googleFonts": null,
|
|
138
|
+
"npmPackage": null,
|
|
139
|
+
"homebrewCask": "font-agave-nerd-font",
|
|
140
|
+
"installCommands": {
|
|
141
|
+
"macos": "brew install --cask font-agave-nerd-font",
|
|
142
|
+
"arch": "sudo pacman -S ttf-agave-nerd",
|
|
143
|
+
"scoop": "scoop install Agave-NF"
|
|
144
|
+
},
|
|
145
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Agave.zip */",
|
|
146
|
+
"fontFaceDeclaration": "font-family: 'Agave Nerd Font', 'Agave', monospace;",
|
|
147
|
+
"tailwindConfig": "'Agave Nerd Font', 'Agave', monospace"
|
|
148
|
+
},
|
|
149
|
+
"anonymice-pro-nerd": {
|
|
150
|
+
"name": "AnonymicePro Nerd Font",
|
|
151
|
+
"familyName": "AnonymicePro Nerd Font",
|
|
152
|
+
"shortName": "AnonymicePro",
|
|
153
|
+
"originalName": "Anonymous Pro",
|
|
154
|
+
"category": "programming",
|
|
155
|
+
"version": "1.002",
|
|
156
|
+
"license": "OFL-1.1",
|
|
157
|
+
"description": "Inspired by Anonymous 9 on Macintosh, since 2009, distinct O, 0, I, l, 1",
|
|
158
|
+
"features": ["programming", "distinct-glyphs"],
|
|
159
|
+
"weights": [400, 700],
|
|
160
|
+
"hasItalic": true,
|
|
161
|
+
"hasLigatures": false,
|
|
162
|
+
"nerdFontVersion": "3.4.0",
|
|
163
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/AnonymousPro.zip",
|
|
164
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/AnonymousPro/",
|
|
165
|
+
"googleFonts": "https://fonts.google.com/specimen/Anonymous+Pro",
|
|
166
|
+
"googleFontsImport": "@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@400;700&display=swap');",
|
|
167
|
+
"npmPackage": null,
|
|
168
|
+
"homebrewCask": "font-anonymice-pro-nerd-font",
|
|
169
|
+
"installCommands": {
|
|
170
|
+
"macos": "brew install --cask font-anonymice-pro-nerd-font",
|
|
171
|
+
"arch": "sudo pacman -S ttf-anonymouspro-nerd",
|
|
172
|
+
"scoop": "scoop install AnonymicePro-NF"
|
|
173
|
+
},
|
|
174
|
+
"cssImport": "@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@400;700&display=swap');",
|
|
175
|
+
"fontFaceDeclaration": "font-family: 'AnonymicePro Nerd Font', 'Anonymous Pro', monospace;",
|
|
176
|
+
"tailwindConfig": "'AnonymicePro Nerd Font', 'Anonymous Pro', monospace"
|
|
177
|
+
},
|
|
178
|
+
"arimo-nerd": {
|
|
179
|
+
"name": "Arimo Nerd Font",
|
|
180
|
+
"familyName": "Arimo Nerd Font",
|
|
181
|
+
"shortName": "Arimo",
|
|
182
|
+
"category": "minimal",
|
|
183
|
+
"version": "1.33",
|
|
184
|
+
"license": "Apache-2.0",
|
|
185
|
+
"description": "Metrically similar to Arial, pan-European WGL character set, sans serif monospace",
|
|
186
|
+
"features": ["arial-like", "pan-european"],
|
|
187
|
+
"weights": [400, 700],
|
|
188
|
+
"hasItalic": true,
|
|
189
|
+
"hasLigatures": false,
|
|
190
|
+
"nerdFontVersion": "3.4.0",
|
|
191
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Arimo.zip",
|
|
192
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Arimo/",
|
|
193
|
+
"googleFonts": "https://fonts.google.com/specimen/Arimo",
|
|
194
|
+
"googleFontsImport": "@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap');",
|
|
195
|
+
"npmPackage": null,
|
|
196
|
+
"homebrewCask": "font-arimo-nerd-font",
|
|
197
|
+
"installCommands": {
|
|
198
|
+
"macos": "brew install --cask font-arimo-nerd-font",
|
|
199
|
+
"arch": "sudo pacman -S ttf-arimo-nerd",
|
|
200
|
+
"scoop": "scoop install Arimo-NF"
|
|
201
|
+
},
|
|
202
|
+
"cssImport": "@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap');",
|
|
203
|
+
"fontFaceDeclaration": "font-family: 'Arimo Nerd Font', 'Arimo', sans-serif;",
|
|
204
|
+
"tailwindConfig": "'Arimo Nerd Font', 'Arimo', sans-serif"
|
|
205
|
+
},
|
|
206
|
+
"atkinson-hyperlegible-mono-nerd": {
|
|
207
|
+
"name": "Atkinson Hyperlegible Mono Nerd Font",
|
|
208
|
+
"familyName": "AtkynsonMono Nerd Font",
|
|
209
|
+
"shortName": "AtkynsonMono",
|
|
210
|
+
"originalName": "Atkinson Hyperlegible Mono",
|
|
211
|
+
"category": "accessible",
|
|
212
|
+
"version": "2.001",
|
|
213
|
+
"license": "OFL-1.1",
|
|
214
|
+
"description": "A monospaced font designed to improve legibility and readability for individuals with low vision",
|
|
215
|
+
"features": ["accessibility", "legibility", "low-vision"],
|
|
216
|
+
"weights": [400, 700],
|
|
217
|
+
"hasItalic": false,
|
|
218
|
+
"hasLigatures": false,
|
|
219
|
+
"nerdFontVersion": "3.4.0",
|
|
220
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/AtkinsonHyperlegibleMono.zip",
|
|
221
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/AtkinsonHyperlegibleMono/",
|
|
222
|
+
"googleFonts": null,
|
|
223
|
+
"npmPackage": null,
|
|
224
|
+
"homebrewCask": "font-atkinson-hyperlegible-mono-nerd-font",
|
|
225
|
+
"installCommands": {
|
|
226
|
+
"macos": "brew install --cask font-atkinson-hyperlegible-mono-nerd-font",
|
|
227
|
+
"arch": "sudo pacman -S ttf-atkinson-hyperlegible-mono-nerd",
|
|
228
|
+
"scoop": "scoop install AtkynsonMono-NF"
|
|
229
|
+
},
|
|
230
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/AtkinsonHyperlegibleMono.zip */",
|
|
231
|
+
"fontFaceDeclaration": "font-family: 'AtkynsonMono Nerd Font', 'Atkinson Hyperlegible Mono', monospace;",
|
|
232
|
+
"tailwindConfig": "'AtkynsonMono Nerd Font', 'Atkinson Hyperlegible Mono', monospace"
|
|
233
|
+
},
|
|
234
|
+
"aurulent-sans-mono-nerd": {
|
|
235
|
+
"name": "AurulentSansMono Nerd Font",
|
|
236
|
+
"familyName": "AurulentSansMono Nerd Font",
|
|
237
|
+
"shortName": "AurulentSansMono",
|
|
238
|
+
"category": "creative",
|
|
239
|
+
"version": null,
|
|
240
|
+
"license": "OFL-1.1",
|
|
241
|
+
"description": "Sans serif, designed by Stephen G. Hartke which also created Verily Serif",
|
|
242
|
+
"features": ["sans-serif", "clean"],
|
|
243
|
+
"weights": [400],
|
|
244
|
+
"hasItalic": false,
|
|
245
|
+
"hasLigatures": false,
|
|
246
|
+
"nerdFontVersion": "3.4.0",
|
|
247
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/AurulentSansMono.zip",
|
|
248
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/AurulentSansMono/",
|
|
249
|
+
"googleFonts": null,
|
|
250
|
+
"npmPackage": null,
|
|
251
|
+
"homebrewCask": "font-aurulent-sans-mono-nerd-font",
|
|
252
|
+
"installCommands": {
|
|
253
|
+
"macos": "brew install --cask font-aurulent-sans-mono-nerd-font",
|
|
254
|
+
"arch": "sudo pacman -S ttf-aurulent-sans-mono-nerd",
|
|
255
|
+
"scoop": "scoop install AurulentSansMono-NF"
|
|
256
|
+
},
|
|
257
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/AurulentSansMono.zip */",
|
|
258
|
+
"fontFaceDeclaration": "font-family: 'AurulentSansMono Nerd Font', 'Aurulent Sans Mono', monospace;",
|
|
259
|
+
"tailwindConfig": "'AurulentSansMono Nerd Font', 'Aurulent Sans Mono', monospace"
|
|
260
|
+
},
|
|
261
|
+
"bigblue-terminal-nerd": {
|
|
262
|
+
"name": "BigBlueTerminal Nerd Font",
|
|
263
|
+
"familyName": "BigBlueTerminal Nerd Font",
|
|
264
|
+
"shortName": "BigBlueTerminal",
|
|
265
|
+
"category": "retro",
|
|
266
|
+
"version": null,
|
|
267
|
+
"license": "OFL-1.1",
|
|
268
|
+
"description": "Nostalgic, closely based on IBM's 8x14 EGA/VGA charset",
|
|
269
|
+
"features": ["retro", "ibm", "terminal"],
|
|
270
|
+
"weights": [400],
|
|
271
|
+
"hasItalic": false,
|
|
272
|
+
"hasLigatures": false,
|
|
273
|
+
"nerdFontVersion": "3.4.0",
|
|
274
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/BigBlueTerminal.zip",
|
|
275
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/BigBlueTerminal/",
|
|
276
|
+
"googleFonts": null,
|
|
277
|
+
"npmPackage": null,
|
|
278
|
+
"homebrewCask": "font-bigblue-terminal-nerd-font",
|
|
279
|
+
"installCommands": {
|
|
280
|
+
"macos": "brew install --cask font-bigblue-terminal-nerd-font",
|
|
281
|
+
"arch": "sudo pacman -S ttf-bigblue-terminal-nerd",
|
|
282
|
+
"scoop": "scoop install BigBlueTerm-NF"
|
|
283
|
+
},
|
|
284
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/BigBlueTerminal.zip */",
|
|
285
|
+
"fontFaceDeclaration": "font-family: 'BigBlueTerminal Nerd Font', 'BigBlue Terminal', monospace;",
|
|
286
|
+
"tailwindConfig": "'BigBlueTerminal Nerd Font', 'BigBlue Terminal', monospace"
|
|
287
|
+
},
|
|
288
|
+
"bitstream-vera-sans-mono-nerd": {
|
|
289
|
+
"name": "BitstromWera Nerd Font",
|
|
290
|
+
"familyName": "BitstromWera Nerd Font",
|
|
291
|
+
"shortName": "BitstromWera",
|
|
292
|
+
"originalName": "Bitstream Vera Sans Mono",
|
|
293
|
+
"category": "programming",
|
|
294
|
+
"version": "1.1",
|
|
295
|
+
"license": "Bitstream-Vera",
|
|
296
|
+
"description": "Dotted zero, compact lowercase characters, classic programming font",
|
|
297
|
+
"features": ["classic", "compact"],
|
|
298
|
+
"weights": [400, 700],
|
|
299
|
+
"hasItalic": true,
|
|
300
|
+
"hasLigatures": false,
|
|
301
|
+
"nerdFontVersion": "3.4.0",
|
|
302
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/BitstreamVeraSansMono.zip",
|
|
303
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/BitstreamVeraSansMono/",
|
|
304
|
+
"googleFonts": null,
|
|
305
|
+
"npmPackage": null,
|
|
306
|
+
"homebrewCask": "font-bitstream-vera-sans-mono-nerd-font",
|
|
307
|
+
"installCommands": {
|
|
308
|
+
"macos": "brew install --cask font-bitstream-vera-sans-mono-nerd-font",
|
|
309
|
+
"arch": "sudo pacman -S ttf-bitstream-vera-mono-nerd",
|
|
310
|
+
"scoop": "scoop install BitstromWera-NF"
|
|
311
|
+
},
|
|
312
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/BitstreamVeraSansMono.zip */",
|
|
313
|
+
"fontFaceDeclaration": "font-family: 'BitstromWera Nerd Font', 'Bitstream Vera Sans Mono', monospace;",
|
|
314
|
+
"tailwindConfig": "'BitstromWera Nerd Font', 'Bitstream Vera Sans Mono', monospace"
|
|
315
|
+
},
|
|
316
|
+
"blex-mono-nerd": {
|
|
317
|
+
"name": "BlexMono Nerd Font",
|
|
318
|
+
"familyName": "BlexMono Nerd Font",
|
|
319
|
+
"shortName": "BlexMono",
|
|
320
|
+
"originalName": "IBM Plex Mono",
|
|
321
|
+
"category": "minimal",
|
|
322
|
+
"version": "2.004",
|
|
323
|
+
"license": "OFL-1.1",
|
|
324
|
+
"description": "It's global, it's versatile and it's distinctly IBM. Corporate and professional.",
|
|
325
|
+
"features": ["ibm", "corporate", "professional"],
|
|
326
|
+
"weights": [100, 200, 300, 400, 450, 500, 600, 700],
|
|
327
|
+
"hasItalic": true,
|
|
328
|
+
"hasLigatures": false,
|
|
329
|
+
"nerdFontVersion": "3.4.0",
|
|
330
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/IBMPlexMono.zip",
|
|
331
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/IBMPlexMono/",
|
|
332
|
+
"googleFonts": "https://fonts.google.com/specimen/IBM+Plex+Mono",
|
|
333
|
+
"googleFontsImport": "@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;200;300;400;500;600;700&display=swap');",
|
|
334
|
+
"npmPackage": null,
|
|
335
|
+
"homebrewCask": "font-blex-mono-nerd-font",
|
|
336
|
+
"installCommands": {
|
|
337
|
+
"macos": "brew install --cask font-blex-mono-nerd-font",
|
|
338
|
+
"arch": "sudo pacman -S ttf-ibm-plex-mono-nerd",
|
|
339
|
+
"scoop": "scoop install BlexMono-NF"
|
|
340
|
+
},
|
|
341
|
+
"cssImport": "@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;200;300;400;500;600;700&display=swap');",
|
|
342
|
+
"fontFaceDeclaration": "font-family: 'BlexMono Nerd Font', 'IBM Plex Mono', monospace;",
|
|
343
|
+
"tailwindConfig": "'BlexMono Nerd Font', 'IBM Plex Mono', monospace"
|
|
344
|
+
},
|
|
345
|
+
"caskaydia-cove-nerd": {
|
|
346
|
+
"name": "CaskaydiaCove Nerd Font",
|
|
347
|
+
"familyName": "CaskaydiaCove Nerd Font",
|
|
348
|
+
"shortName": "CaskaydiaCove",
|
|
349
|
+
"originalName": "Cascadia Code",
|
|
350
|
+
"category": "programming",
|
|
351
|
+
"version": "2407.24",
|
|
352
|
+
"license": "OFL-1.1",
|
|
353
|
+
"description": "A fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal",
|
|
354
|
+
"features": ["ligatures", "microsoft", "windows-terminal"],
|
|
355
|
+
"weights": [200, 300, 400, 500, 600, 700],
|
|
356
|
+
"hasItalic": true,
|
|
357
|
+
"hasLigatures": true,
|
|
358
|
+
"nerdFontVersion": "3.4.0",
|
|
359
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CascadiaCode.zip",
|
|
360
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/CascadiaCode/",
|
|
361
|
+
"googleFonts": null,
|
|
362
|
+
"npmPackage": null,
|
|
363
|
+
"homebrewCask": "font-caskaydia-cove-nerd-font",
|
|
364
|
+
"installCommands": {
|
|
365
|
+
"macos": "brew install --cask font-caskaydia-cove-nerd-font",
|
|
366
|
+
"arch": "sudo pacman -S ttf-cascadia-code-nerd",
|
|
367
|
+
"scoop": "scoop install CaskaydiaCove-NF"
|
|
368
|
+
},
|
|
369
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CascadiaCode.zip */",
|
|
370
|
+
"fontFaceDeclaration": "font-family: 'CaskaydiaCove Nerd Font', 'Cascadia Code', 'Cascadia Mono', monospace;",
|
|
371
|
+
"tailwindConfig": "'CaskaydiaCove Nerd Font', 'Cascadia Code', monospace"
|
|
372
|
+
},
|
|
373
|
+
"caskaydia-mono-nerd": {
|
|
374
|
+
"name": "CaskaydiaMono Nerd Font",
|
|
375
|
+
"familyName": "CaskaydiaMono Nerd Font",
|
|
376
|
+
"shortName": "CaskaydiaMono",
|
|
377
|
+
"originalName": "Cascadia Mono",
|
|
378
|
+
"category": "programming",
|
|
379
|
+
"version": "2407.24",
|
|
380
|
+
"license": "OFL-1.1",
|
|
381
|
+
"description": "Like Cascadia Code but without any ligatures",
|
|
382
|
+
"features": ["no-ligatures", "microsoft"],
|
|
383
|
+
"weights": [200, 300, 400, 500, 600, 700],
|
|
384
|
+
"hasItalic": true,
|
|
385
|
+
"hasLigatures": false,
|
|
386
|
+
"nerdFontVersion": "3.4.0",
|
|
387
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CascadiaMono.zip",
|
|
388
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/CascadiaMono/",
|
|
389
|
+
"googleFonts": null,
|
|
390
|
+
"npmPackage": null,
|
|
391
|
+
"homebrewCask": "font-caskaydia-mono-nerd-font",
|
|
392
|
+
"installCommands": {
|
|
393
|
+
"macos": "brew install --cask font-caskaydia-mono-nerd-font",
|
|
394
|
+
"arch": "sudo pacman -S ttf-cascadia-mono-nerd",
|
|
395
|
+
"scoop": "scoop install CaskaydiaMono-NF"
|
|
396
|
+
},
|
|
397
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CascadiaMono.zip */",
|
|
398
|
+
"fontFaceDeclaration": "font-family: 'CaskaydiaMono Nerd Font', 'Cascadia Mono', monospace;",
|
|
399
|
+
"tailwindConfig": "'CaskaydiaMono Nerd Font', 'Cascadia Mono', monospace"
|
|
400
|
+
},
|
|
401
|
+
"code-new-roman-nerd": {
|
|
402
|
+
"name": "CodeNewRoman Nerd Font",
|
|
403
|
+
"familyName": "CodeNewRoman Nerd Font",
|
|
404
|
+
"shortName": "CodeNewRoman",
|
|
405
|
+
"category": "creative",
|
|
406
|
+
"version": "2.0",
|
|
407
|
+
"license": "OFL-1.1",
|
|
408
|
+
"description": "Tunable, slashed zeros, compact smaller characters, alternative to traditional Roman fonts",
|
|
409
|
+
"features": ["compact", "slashed-zero"],
|
|
410
|
+
"weights": [400, 700],
|
|
411
|
+
"hasItalic": true,
|
|
412
|
+
"hasLigatures": false,
|
|
413
|
+
"nerdFontVersion": "3.4.0",
|
|
414
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CodeNewRoman.zip",
|
|
415
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/CodeNewRoman/",
|
|
416
|
+
"googleFonts": null,
|
|
417
|
+
"npmPackage": null,
|
|
418
|
+
"homebrewCask": "font-code-new-roman-nerd-font",
|
|
419
|
+
"installCommands": {
|
|
420
|
+
"macos": "brew install --cask font-code-new-roman-nerd-font",
|
|
421
|
+
"arch": "sudo pacman -S ttf-code-new-roman-nerd",
|
|
422
|
+
"scoop": "scoop install CodeNewRoman-NF"
|
|
423
|
+
},
|
|
424
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CodeNewRoman.zip */",
|
|
425
|
+
"fontFaceDeclaration": "font-family: 'CodeNewRoman Nerd Font', 'Code New Roman', monospace;",
|
|
426
|
+
"tailwindConfig": "'CodeNewRoman Nerd Font', 'Code New Roman', monospace"
|
|
427
|
+
},
|
|
428
|
+
"comic-shanns-mono-nerd": {
|
|
429
|
+
"name": "ComicShannsMono Nerd Font",
|
|
430
|
+
"familyName": "ComicShannsMono Nerd Font",
|
|
431
|
+
"shortName": "ComicShannsMono",
|
|
432
|
+
"category": "creative",
|
|
433
|
+
"version": "1.3.2",
|
|
434
|
+
"license": "MIT",
|
|
435
|
+
"description": "The very typeface you've been trained to recognize since childhood - comic style monospace",
|
|
436
|
+
"features": ["comic", "fun", "playful"],
|
|
437
|
+
"weights": [400, 700],
|
|
438
|
+
"hasItalic": true,
|
|
439
|
+
"hasLigatures": true,
|
|
440
|
+
"nerdFontVersion": "3.4.0",
|
|
441
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/ComicShannsMono.zip",
|
|
442
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/ComicShannsMono/",
|
|
443
|
+
"googleFonts": null,
|
|
444
|
+
"npmPackage": null,
|
|
445
|
+
"homebrewCask": "font-comic-shanns-mono-nerd-font",
|
|
446
|
+
"installCommands": {
|
|
447
|
+
"macos": "brew install --cask font-comic-shanns-mono-nerd-font",
|
|
448
|
+
"arch": "sudo pacman -S ttf-comic-shanns-mono-nerd",
|
|
449
|
+
"scoop": "scoop install ComicShannsMono-NF"
|
|
450
|
+
},
|
|
451
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/ComicShannsMono.zip */",
|
|
452
|
+
"fontFaceDeclaration": "font-family: 'ComicShannsMono Nerd Font', 'Comic Shanns Mono', monospace;",
|
|
453
|
+
"tailwindConfig": "'ComicShannsMono Nerd Font', 'Comic Shanns Mono', monospace"
|
|
454
|
+
},
|
|
455
|
+
"commit-mono-nerd": {
|
|
456
|
+
"name": "CommitMono Nerd Font",
|
|
457
|
+
"familyName": "CommitMono Nerd Font",
|
|
458
|
+
"shortName": "CommitMono",
|
|
459
|
+
"category": "minimal",
|
|
460
|
+
"version": "1.143",
|
|
461
|
+
"license": "OFL-1.1",
|
|
462
|
+
"description": "An anonymous and neutral programming typeface, highly readable",
|
|
463
|
+
"features": ["neutral", "readable"],
|
|
464
|
+
"weights": [200, 300, 400, 500, 600, 700],
|
|
465
|
+
"hasItalic": true,
|
|
466
|
+
"hasLigatures": true,
|
|
467
|
+
"nerdFontVersion": "3.4.0",
|
|
468
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CommitMono.zip",
|
|
469
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/CommitMono/",
|
|
470
|
+
"googleFonts": null,
|
|
471
|
+
"npmPackage": null,
|
|
472
|
+
"homebrewCask": "font-commit-mono-nerd-font",
|
|
473
|
+
"installCommands": {
|
|
474
|
+
"macos": "brew install --cask font-commit-mono-nerd-font",
|
|
475
|
+
"arch": "sudo pacman -S ttf-commit-mono-nerd",
|
|
476
|
+
"scoop": "scoop install CommitMono-NF"
|
|
477
|
+
},
|
|
478
|
+
"cssImport": "/* Download from: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CommitMono.zip */",
|
|
479
|
+
"fontFaceDeclaration": "font-family: 'CommitMono Nerd Font', 'Commit Mono', monospace;",
|
|
480
|
+
"tailwindConfig": "'CommitMono Nerd Font', 'Commit Mono', monospace"
|
|
481
|
+
},
|
|
482
|
+
"cousine-nerd": {
|
|
483
|
+
"name": "Cousine Nerd Font",
|
|
484
|
+
"familyName": "Cousine Nerd Font",
|
|
485
|
+
"shortName": "Cousine",
|
|
486
|
+
"category": "programming",
|
|
487
|
+
"version": "1.211",
|
|
488
|
+
"license": "Apache-2.0",
|
|
489
|
+
"description": "Similar to Courier New with better readability, dotted zeros",
|
|
490
|
+
"features": ["courier-like", "readable"],
|
|
491
|
+
"weights": [400, 700],
|
|
492
|
+
"hasItalic": true,
|
|
493
|
+
"hasLigatures": false,
|
|
494
|
+
"nerdFontVersion": "3.4.0",
|
|
495
|
+
"githubReleaseUrl": "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Cousine.zip",
|
|
496
|
+
"jsDelivrCdn": "https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@master/patched-fonts/Cousine/",
|
|
497
|
+
"googleFonts": "https://fonts.google.com/specimen/Cousine",
|
|
498
|
+
"googleFontsImport": "@import url('https://fonts.googleapis.com/css2?family=Cousine:wght@400;700&display=swap');",
|
|
499
|
+
"npmPackage": null,
|
|
500
|
+
"homebrewCask": "font-cousine-nerd-font",
|
|
501
|
+
"installCommands": {
|
|
502
|
+
"macos": "brew install --cask font-cousine-nerd-font",
|
|
503
|
+
"arch": "sudo pacman -S ttf-cousine-nerd",
|
|
504
|
+
"scoop": "scoop install Cousine-NF"
|
|
505
|
+
},
|
|
506
|
+
"cssImport": "@import url('https://fonts.googleapis.com/css2?family=Cousine:wght@400;700&display=swap');",
|
|
507
|
+
"fontFaceDeclaration": "font-family: 'Cousine Nerd Font', 'Cousine', monospace;",
|
|
508
|
+
"tailwindConfig": "'Cousine Nerd Font', 'Cousine', monospace"
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
}
|