@webspire/mcp 0.8.1 → 0.9.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/README.md +11 -0
- package/data/fonts.json +582 -0
- package/data/registry.json +8939 -434
- package/dist/registration.d.ts +2 -2
- package/dist/registration.js +439 -304
- package/dist/registry.d.ts +5 -1
- package/dist/registry.js +17 -0
- package/dist/search.d.ts +11 -2
- package/dist/search.js +397 -266
- package/dist/types.d.ts +77 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,17 @@ MCP server for [Webspire](https://webspire.de) — AI-native discovery of CSS sn
|
|
|
4
4
|
|
|
5
5
|
Includes CSS snippets, UI patterns, and page templates — all Tailwind v4, token-based, dark mode, accessible.
|
|
6
6
|
|
|
7
|
+
## Stability Model
|
|
8
|
+
|
|
9
|
+
Webspire is intentionally iterative.
|
|
10
|
+
|
|
11
|
+
- Not every pattern or snippet is optimal yet.
|
|
12
|
+
- Registry contents, taxonomy, scoring, and composition output may change over time.
|
|
13
|
+
- The only guaranteed answer is the snapshot you receive when you make the request.
|
|
14
|
+
- This is by design: the registry is supposed to keep improving instead of acting like a fixed framework API.
|
|
15
|
+
|
|
16
|
+
The important invariant is different: MCP should provide context, discovery, and composition help, while the resulting code remains something you can own directly in your project. The goal is not to introduce a runtime dependency.
|
|
17
|
+
|
|
7
18
|
## Quick Start
|
|
8
19
|
|
|
9
20
|
### Claude Code / Claude Desktop
|
package/data/fonts.json
ADDED
|
@@ -0,0 +1,582 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "Font taxonomy for semantic recommendations",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"fonts": [
|
|
5
|
+
{
|
|
6
|
+
"id": "inter",
|
|
7
|
+
"name": "Inter",
|
|
8
|
+
"category": "sans-serif",
|
|
9
|
+
"npm": "@fontsource/inter",
|
|
10
|
+
"variable": "@fontsource-variable/inter",
|
|
11
|
+
"css": "'Inter', ui-sans-serif, system-ui, sans-serif",
|
|
12
|
+
"weights": [300, 400, 500, 600, 700, 800],
|
|
13
|
+
"license": "OFL-1.1",
|
|
14
|
+
"source": "google-fonts",
|
|
15
|
+
"characteristics": {
|
|
16
|
+
"contrast": "low",
|
|
17
|
+
"xHeight": "tall",
|
|
18
|
+
"width": "normal",
|
|
19
|
+
"mood": ["neutral", "clean", "technical"]
|
|
20
|
+
},
|
|
21
|
+
"tones": ["modern", "technical", "friendly", "approachable", "approachable_professional"],
|
|
22
|
+
"avoidForTones": ["editorial", "playful"],
|
|
23
|
+
"domains": ["saas", "agency", "education", "finance", "consulting"],
|
|
24
|
+
"roles": { "heading": 0.6, "body": 0.95, "mono": 0, "ui": 0.95 }
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "dm-sans",
|
|
28
|
+
"name": "DM Sans",
|
|
29
|
+
"category": "sans-serif",
|
|
30
|
+
"npm": "@fontsource/dm-sans",
|
|
31
|
+
"variable": "@fontsource-variable/dm-sans",
|
|
32
|
+
"css": "'DM Sans', ui-sans-serif, system-ui, sans-serif",
|
|
33
|
+
"weights": [300, 400, 500, 600, 700],
|
|
34
|
+
"license": "OFL-1.1",
|
|
35
|
+
"source": "google-fonts",
|
|
36
|
+
"characteristics": {
|
|
37
|
+
"contrast": "low",
|
|
38
|
+
"xHeight": "tall",
|
|
39
|
+
"width": "normal",
|
|
40
|
+
"mood": ["warm", "geometric", "friendly"]
|
|
41
|
+
},
|
|
42
|
+
"tones": ["modern", "friendly", "approachable", "approachable_professional"],
|
|
43
|
+
"avoidForTones": ["serious", "institutional"],
|
|
44
|
+
"domains": ["saas", "agency", "education", "personal", "consulting"],
|
|
45
|
+
"roles": { "heading": 0.8, "body": 0.85, "mono": 0, "ui": 0.8 }
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "plus-jakarta-sans",
|
|
49
|
+
"name": "Plus Jakarta Sans",
|
|
50
|
+
"category": "sans-serif",
|
|
51
|
+
"npm": "@fontsource/plus-jakarta-sans",
|
|
52
|
+
"variable": "@fontsource-variable/plus-jakarta-sans",
|
|
53
|
+
"css": "'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif",
|
|
54
|
+
"weights": [300, 400, 500, 600, 700, 800],
|
|
55
|
+
"license": "OFL-1.1",
|
|
56
|
+
"source": "google-fonts",
|
|
57
|
+
"characteristics": {
|
|
58
|
+
"contrast": "low",
|
|
59
|
+
"xHeight": "tall",
|
|
60
|
+
"width": "normal",
|
|
61
|
+
"mood": ["modern", "warm", "polished"]
|
|
62
|
+
},
|
|
63
|
+
"tones": ["modern", "premium", "friendly"],
|
|
64
|
+
"avoidForTones": ["institutional", "industrial"],
|
|
65
|
+
"domains": ["saas", "agency", "ecommerce", "consulting"],
|
|
66
|
+
"roles": { "heading": 0.9, "body": 0.8, "mono": 0, "ui": 0.75 }
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": "outfit",
|
|
70
|
+
"name": "Outfit",
|
|
71
|
+
"category": "sans-serif",
|
|
72
|
+
"npm": "@fontsource/outfit",
|
|
73
|
+
"variable": "@fontsource-variable/outfit",
|
|
74
|
+
"css": "'Outfit', ui-sans-serif, system-ui, sans-serif",
|
|
75
|
+
"weights": [300, 400, 500, 600, 700],
|
|
76
|
+
"license": "OFL-1.1",
|
|
77
|
+
"source": "google-fonts",
|
|
78
|
+
"characteristics": {
|
|
79
|
+
"contrast": "low",
|
|
80
|
+
"xHeight": "normal",
|
|
81
|
+
"width": "normal",
|
|
82
|
+
"mood": ["geometric", "clean", "structured"]
|
|
83
|
+
},
|
|
84
|
+
"tones": ["modern", "technical", "premium"],
|
|
85
|
+
"avoidForTones": ["playful", "casual"],
|
|
86
|
+
"domains": ["saas", "finance", "agency", "consulting"],
|
|
87
|
+
"roles": { "heading": 0.85, "body": 0.75, "mono": 0, "ui": 0.7 }
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "manrope",
|
|
91
|
+
"name": "Manrope",
|
|
92
|
+
"category": "sans-serif",
|
|
93
|
+
"npm": "@fontsource/manrope",
|
|
94
|
+
"variable": "@fontsource-variable/manrope",
|
|
95
|
+
"css": "'Manrope', ui-sans-serif, system-ui, sans-serif",
|
|
96
|
+
"weights": [300, 400, 500, 600, 700, 800],
|
|
97
|
+
"license": "OFL-1.1",
|
|
98
|
+
"source": "google-fonts",
|
|
99
|
+
"characteristics": {
|
|
100
|
+
"contrast": "low",
|
|
101
|
+
"xHeight": "tall",
|
|
102
|
+
"width": "wide",
|
|
103
|
+
"mood": ["geometric", "wide", "confident"]
|
|
104
|
+
},
|
|
105
|
+
"tones": ["modern", "technical", "premium"],
|
|
106
|
+
"avoidForTones": ["friendly", "playful"],
|
|
107
|
+
"domains": ["saas", "finance", "agency"],
|
|
108
|
+
"roles": { "heading": 0.9, "body": 0.6, "mono": 0, "ui": 0.7 }
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "source-sans-3",
|
|
112
|
+
"name": "Source Sans 3",
|
|
113
|
+
"category": "sans-serif",
|
|
114
|
+
"npm": "@fontsource/source-sans-3",
|
|
115
|
+
"variable": "@fontsource-variable/source-sans-3",
|
|
116
|
+
"css": "'Source Sans 3', ui-sans-serif, system-ui, sans-serif",
|
|
117
|
+
"weights": [300, 400, 500, 600, 700],
|
|
118
|
+
"license": "OFL-1.1",
|
|
119
|
+
"source": "google-fonts",
|
|
120
|
+
"characteristics": {
|
|
121
|
+
"contrast": "medium",
|
|
122
|
+
"xHeight": "normal",
|
|
123
|
+
"width": "normal",
|
|
124
|
+
"mood": ["neutral", "professional", "readable"]
|
|
125
|
+
},
|
|
126
|
+
"tones": ["serious", "institutional", "approachable_professional"],
|
|
127
|
+
"avoidForTones": ["playful", "modern"],
|
|
128
|
+
"domains": ["legal", "healthcare", "education", "finance", "nonprofit"],
|
|
129
|
+
"roles": { "heading": 0.5, "body": 0.9, "mono": 0, "ui": 0.85 }
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": "nunito",
|
|
133
|
+
"name": "Nunito",
|
|
134
|
+
"category": "sans-serif",
|
|
135
|
+
"npm": "@fontsource/nunito",
|
|
136
|
+
"variable": "@fontsource-variable/nunito",
|
|
137
|
+
"css": "'Nunito', ui-sans-serif, system-ui, sans-serif",
|
|
138
|
+
"weights": [300, 400, 500, 600, 700, 800],
|
|
139
|
+
"license": "OFL-1.1",
|
|
140
|
+
"source": "google-fonts",
|
|
141
|
+
"characteristics": {
|
|
142
|
+
"contrast": "low",
|
|
143
|
+
"xHeight": "tall",
|
|
144
|
+
"width": "normal",
|
|
145
|
+
"mood": ["rounded", "friendly", "soft"]
|
|
146
|
+
},
|
|
147
|
+
"tones": ["friendly", "playful", "approachable", "casual"],
|
|
148
|
+
"avoidForTones": ["serious", "institutional", "premium"],
|
|
149
|
+
"domains": ["education", "nonprofit", "gastronomy", "personal"],
|
|
150
|
+
"roles": { "heading": 0.7, "body": 0.8, "mono": 0, "ui": 0.7 }
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": "figtree",
|
|
154
|
+
"name": "Figtree",
|
|
155
|
+
"category": "sans-serif",
|
|
156
|
+
"npm": "@fontsource/figtree",
|
|
157
|
+
"variable": "@fontsource-variable/figtree",
|
|
158
|
+
"css": "'Figtree', ui-sans-serif, system-ui, sans-serif",
|
|
159
|
+
"weights": [300, 400, 500, 600, 700],
|
|
160
|
+
"license": "OFL-1.1",
|
|
161
|
+
"source": "google-fonts",
|
|
162
|
+
"characteristics": {
|
|
163
|
+
"contrast": "low",
|
|
164
|
+
"xHeight": "tall",
|
|
165
|
+
"width": "normal",
|
|
166
|
+
"mood": ["humanist", "warm", "organic"]
|
|
167
|
+
},
|
|
168
|
+
"tones": ["friendly", "approachable", "approachable_professional"],
|
|
169
|
+
"avoidForTones": ["serious", "technical"],
|
|
170
|
+
"domains": ["education", "nonprofit", "healthcare", "personal", "consulting"],
|
|
171
|
+
"roles": { "heading": 0.6, "body": 0.85, "mono": 0, "ui": 0.75 }
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"id": "geist-sans",
|
|
175
|
+
"name": "Geist Sans",
|
|
176
|
+
"category": "sans-serif",
|
|
177
|
+
"npm": "geist",
|
|
178
|
+
"variable": null,
|
|
179
|
+
"css": "'Geist Sans', ui-sans-serif, system-ui, sans-serif",
|
|
180
|
+
"weights": [300, 400, 500, 600, 700],
|
|
181
|
+
"license": "OFL-1.1",
|
|
182
|
+
"source": "vercel",
|
|
183
|
+
"characteristics": {
|
|
184
|
+
"contrast": "low",
|
|
185
|
+
"xHeight": "tall",
|
|
186
|
+
"width": "normal",
|
|
187
|
+
"mood": ["minimal", "developer", "precise"]
|
|
188
|
+
},
|
|
189
|
+
"tones": ["technical", "modern"],
|
|
190
|
+
"avoidForTones": ["playful", "friendly", "editorial"],
|
|
191
|
+
"domains": ["saas", "agency"],
|
|
192
|
+
"roles": { "heading": 0.7, "body": 0.85, "mono": 0, "ui": 0.9 }
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "dm-serif-display",
|
|
196
|
+
"name": "DM Serif Display",
|
|
197
|
+
"category": "serif",
|
|
198
|
+
"npm": "@fontsource/dm-serif-display",
|
|
199
|
+
"variable": null,
|
|
200
|
+
"css": "'DM Serif Display', ui-serif, Georgia, serif",
|
|
201
|
+
"weights": [400],
|
|
202
|
+
"license": "OFL-1.1",
|
|
203
|
+
"source": "google-fonts",
|
|
204
|
+
"characteristics": {
|
|
205
|
+
"contrast": "high",
|
|
206
|
+
"xHeight": "normal",
|
|
207
|
+
"width": "normal",
|
|
208
|
+
"mood": ["classic", "warm", "authoritative"]
|
|
209
|
+
},
|
|
210
|
+
"tones": ["serious", "editorial", "premium", "approachable_professional"],
|
|
211
|
+
"avoidForTones": ["playful", "casual", "technical"],
|
|
212
|
+
"domains": ["legal", "finance", "agency", "consulting"],
|
|
213
|
+
"roles": { "heading": 0.95, "body": 0.2, "mono": 0, "ui": 0.1 }
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"id": "playfair-display",
|
|
217
|
+
"name": "Playfair Display",
|
|
218
|
+
"category": "serif",
|
|
219
|
+
"npm": "@fontsource/playfair-display",
|
|
220
|
+
"variable": "@fontsource-variable/playfair-display",
|
|
221
|
+
"css": "'Playfair Display', ui-serif, Georgia, serif",
|
|
222
|
+
"weights": [400, 500, 600, 700, 800],
|
|
223
|
+
"license": "OFL-1.1",
|
|
224
|
+
"source": "google-fonts",
|
|
225
|
+
"characteristics": {
|
|
226
|
+
"contrast": "very-high",
|
|
227
|
+
"xHeight": "normal",
|
|
228
|
+
"width": "normal",
|
|
229
|
+
"mood": ["elegant", "luxurious", "editorial"]
|
|
230
|
+
},
|
|
231
|
+
"tones": ["premium", "editorial"],
|
|
232
|
+
"avoidForTones": ["technical", "casual", "friendly"],
|
|
233
|
+
"domains": ["agency", "gastronomy", "realestate", "personal"],
|
|
234
|
+
"roles": { "heading": 0.95, "body": 0.15, "mono": 0, "ui": 0.05 }
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"id": "lora",
|
|
238
|
+
"name": "Lora",
|
|
239
|
+
"category": "serif",
|
|
240
|
+
"npm": "@fontsource/lora",
|
|
241
|
+
"variable": "@fontsource-variable/lora",
|
|
242
|
+
"css": "'Lora', ui-serif, Georgia, serif",
|
|
243
|
+
"weights": [400, 500, 600, 700],
|
|
244
|
+
"license": "OFL-1.1",
|
|
245
|
+
"source": "google-fonts",
|
|
246
|
+
"characteristics": {
|
|
247
|
+
"contrast": "medium",
|
|
248
|
+
"xHeight": "normal",
|
|
249
|
+
"width": "normal",
|
|
250
|
+
"mood": ["timeless", "readable", "literary"]
|
|
251
|
+
},
|
|
252
|
+
"tones": ["editorial", "serious", "approachable_professional"],
|
|
253
|
+
"avoidForTones": ["technical", "playful"],
|
|
254
|
+
"domains": ["education", "legal", "nonprofit", "personal"],
|
|
255
|
+
"roles": { "heading": 0.8, "body": 0.85, "mono": 0, "ui": 0.2 }
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"id": "fraunces",
|
|
259
|
+
"name": "Fraunces",
|
|
260
|
+
"category": "serif",
|
|
261
|
+
"npm": "@fontsource/fraunces",
|
|
262
|
+
"variable": "@fontsource-variable/fraunces",
|
|
263
|
+
"css": "'Fraunces', ui-serif, Georgia, serif",
|
|
264
|
+
"weights": [300, 400, 500, 600, 700],
|
|
265
|
+
"license": "OFL-1.1",
|
|
266
|
+
"source": "google-fonts",
|
|
267
|
+
"characteristics": {
|
|
268
|
+
"contrast": "medium",
|
|
269
|
+
"xHeight": "normal",
|
|
270
|
+
"width": "normal",
|
|
271
|
+
"mood": ["artisan", "soft", "distinctive"]
|
|
272
|
+
},
|
|
273
|
+
"tones": ["friendly", "editorial", "premium"],
|
|
274
|
+
"avoidForTones": ["technical", "institutional", "industrial"],
|
|
275
|
+
"domains": ["gastronomy", "agency", "personal", "nonprofit"],
|
|
276
|
+
"roles": { "heading": 0.9, "body": 0.4, "mono": 0, "ui": 0.1 }
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"id": "libre-baskerville",
|
|
280
|
+
"name": "Libre Baskerville",
|
|
281
|
+
"category": "serif",
|
|
282
|
+
"npm": "@fontsource/libre-baskerville",
|
|
283
|
+
"variable": null,
|
|
284
|
+
"css": "'Libre Baskerville', ui-serif, Georgia, serif",
|
|
285
|
+
"weights": [400, 700],
|
|
286
|
+
"license": "OFL-1.1",
|
|
287
|
+
"source": "google-fonts",
|
|
288
|
+
"characteristics": {
|
|
289
|
+
"contrast": "high",
|
|
290
|
+
"xHeight": "normal",
|
|
291
|
+
"width": "normal",
|
|
292
|
+
"mood": ["classic", "bookish", "formal"]
|
|
293
|
+
},
|
|
294
|
+
"tones": ["serious", "institutional", "editorial"],
|
|
295
|
+
"avoidForTones": ["playful", "modern", "casual"],
|
|
296
|
+
"domains": ["legal", "education", "finance"],
|
|
297
|
+
"roles": { "heading": 0.7, "body": 0.8, "mono": 0, "ui": 0.1 }
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "noto-serif",
|
|
301
|
+
"name": "Noto Serif",
|
|
302
|
+
"category": "serif",
|
|
303
|
+
"npm": "@fontsource/noto-serif",
|
|
304
|
+
"variable": "@fontsource-variable/noto-serif",
|
|
305
|
+
"css": "'Noto Serif', ui-serif, Georgia, serif",
|
|
306
|
+
"weights": [300, 400, 500, 600, 700],
|
|
307
|
+
"license": "OFL-1.1",
|
|
308
|
+
"source": "google-fonts",
|
|
309
|
+
"characteristics": {
|
|
310
|
+
"contrast": "medium",
|
|
311
|
+
"xHeight": "normal",
|
|
312
|
+
"width": "normal",
|
|
313
|
+
"mood": ["universal", "neutral", "reliable"]
|
|
314
|
+
},
|
|
315
|
+
"tones": ["serious", "institutional", "approachable_professional"],
|
|
316
|
+
"avoidForTones": ["playful"],
|
|
317
|
+
"domains": ["legal", "healthcare", "education", "finance", "nonprofit"],
|
|
318
|
+
"roles": { "heading": 0.6, "body": 0.85, "mono": 0, "ui": 0.2 }
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"id": "source-serif-4",
|
|
322
|
+
"name": "Source Serif 4",
|
|
323
|
+
"category": "serif",
|
|
324
|
+
"npm": "@fontsource/source-serif-4",
|
|
325
|
+
"variable": "@fontsource-variable/source-serif-4",
|
|
326
|
+
"css": "'Source Serif 4', ui-serif, Georgia, serif",
|
|
327
|
+
"weights": [300, 400, 500, 600, 700],
|
|
328
|
+
"license": "OFL-1.1",
|
|
329
|
+
"source": "google-fonts",
|
|
330
|
+
"characteristics": {
|
|
331
|
+
"contrast": "medium",
|
|
332
|
+
"xHeight": "normal",
|
|
333
|
+
"width": "normal",
|
|
334
|
+
"mood": ["neutral", "professional", "paired"]
|
|
335
|
+
},
|
|
336
|
+
"tones": ["serious", "editorial", "approachable_professional"],
|
|
337
|
+
"avoidForTones": ["playful", "casual"],
|
|
338
|
+
"domains": ["legal", "education", "finance", "consulting"],
|
|
339
|
+
"roles": { "heading": 0.7, "body": 0.9, "mono": 0, "ui": 0.15 }
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"id": "jetbrains-mono",
|
|
343
|
+
"name": "JetBrains Mono",
|
|
344
|
+
"category": "monospace",
|
|
345
|
+
"npm": "@fontsource/jetbrains-mono",
|
|
346
|
+
"variable": "@fontsource-variable/jetbrains-mono",
|
|
347
|
+
"css": "'JetBrains Mono', ui-monospace, 'Fira Code', monospace",
|
|
348
|
+
"weights": [300, 400, 500, 600, 700],
|
|
349
|
+
"license": "OFL-1.1",
|
|
350
|
+
"source": "jetbrains",
|
|
351
|
+
"characteristics": {
|
|
352
|
+
"contrast": "low",
|
|
353
|
+
"xHeight": "tall",
|
|
354
|
+
"width": "normal",
|
|
355
|
+
"mood": ["developer", "precise", "modern"],
|
|
356
|
+
"ligatures": true
|
|
357
|
+
},
|
|
358
|
+
"tones": ["technical", "modern"],
|
|
359
|
+
"avoidForTones": [],
|
|
360
|
+
"domains": ["saas", "education"],
|
|
361
|
+
"roles": { "heading": 0, "body": 0.1, "mono": 0.95, "ui": 0.3 }
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"id": "fira-code",
|
|
365
|
+
"name": "Fira Code",
|
|
366
|
+
"category": "monospace",
|
|
367
|
+
"npm": "@fontsource/fira-code",
|
|
368
|
+
"variable": "@fontsource-variable/fira-code",
|
|
369
|
+
"css": "'Fira Code', ui-monospace, monospace",
|
|
370
|
+
"weights": [300, 400, 500, 600, 700],
|
|
371
|
+
"license": "OFL-1.1",
|
|
372
|
+
"source": "google-fonts",
|
|
373
|
+
"characteristics": {
|
|
374
|
+
"contrast": "low",
|
|
375
|
+
"xHeight": "tall",
|
|
376
|
+
"width": "normal",
|
|
377
|
+
"mood": ["developer", "established", "readable"],
|
|
378
|
+
"ligatures": true
|
|
379
|
+
},
|
|
380
|
+
"tones": ["technical"],
|
|
381
|
+
"avoidForTones": [],
|
|
382
|
+
"domains": ["saas", "education"],
|
|
383
|
+
"roles": { "heading": 0, "body": 0.1, "mono": 0.9, "ui": 0.2 }
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"id": "ibm-plex-mono",
|
|
387
|
+
"name": "IBM Plex Mono",
|
|
388
|
+
"category": "monospace",
|
|
389
|
+
"npm": "@fontsource/ibm-plex-mono",
|
|
390
|
+
"variable": null,
|
|
391
|
+
"css": "'IBM Plex Mono', ui-monospace, monospace",
|
|
392
|
+
"weights": [300, 400, 500, 600, 700],
|
|
393
|
+
"license": "OFL-1.1",
|
|
394
|
+
"source": "google-fonts",
|
|
395
|
+
"characteristics": {
|
|
396
|
+
"contrast": "low",
|
|
397
|
+
"xHeight": "normal",
|
|
398
|
+
"width": "normal",
|
|
399
|
+
"mood": ["corporate", "clean", "structured"]
|
|
400
|
+
},
|
|
401
|
+
"tones": ["technical", "serious", "institutional"],
|
|
402
|
+
"avoidForTones": ["playful"],
|
|
403
|
+
"domains": ["saas", "finance", "legal"],
|
|
404
|
+
"roles": { "heading": 0, "body": 0.15, "mono": 0.85, "ui": 0.3 }
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"id": "geist-mono",
|
|
408
|
+
"name": "Geist Mono",
|
|
409
|
+
"category": "monospace",
|
|
410
|
+
"npm": "geist",
|
|
411
|
+
"variable": null,
|
|
412
|
+
"css": "'Geist Mono', ui-monospace, monospace",
|
|
413
|
+
"weights": [400, 500, 700],
|
|
414
|
+
"license": "OFL-1.1",
|
|
415
|
+
"source": "vercel",
|
|
416
|
+
"characteristics": {
|
|
417
|
+
"contrast": "low",
|
|
418
|
+
"xHeight": "tall",
|
|
419
|
+
"width": "normal",
|
|
420
|
+
"mood": ["minimal", "modern", "precise"]
|
|
421
|
+
},
|
|
422
|
+
"tones": ["technical", "modern"],
|
|
423
|
+
"avoidForTones": [],
|
|
424
|
+
"domains": ["saas"],
|
|
425
|
+
"roles": { "heading": 0, "body": 0.1, "mono": 0.9, "ui": 0.25 }
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"id": "space-grotesk",
|
|
429
|
+
"name": "Space Grotesk",
|
|
430
|
+
"category": "sans-serif",
|
|
431
|
+
"npm": "@fontsource/space-grotesk",
|
|
432
|
+
"variable": "@fontsource-variable/space-grotesk",
|
|
433
|
+
"css": "'Space Grotesk', ui-sans-serif, system-ui, sans-serif",
|
|
434
|
+
"weights": [300, 400, 500, 600, 700],
|
|
435
|
+
"license": "OFL-1.1",
|
|
436
|
+
"source": "google-fonts",
|
|
437
|
+
"characteristics": {
|
|
438
|
+
"contrast": "low",
|
|
439
|
+
"xHeight": "tall",
|
|
440
|
+
"width": "normal",
|
|
441
|
+
"mood": ["futuristic", "tech", "bold"]
|
|
442
|
+
},
|
|
443
|
+
"tones": ["modern", "technical"],
|
|
444
|
+
"avoidForTones": ["serious", "institutional", "editorial"],
|
|
445
|
+
"domains": ["saas", "agency"],
|
|
446
|
+
"roles": { "heading": 0.9, "body": 0.5, "mono": 0, "ui": 0.6 }
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"id": "syne",
|
|
450
|
+
"name": "Syne",
|
|
451
|
+
"category": "sans-serif",
|
|
452
|
+
"npm": "@fontsource/syne",
|
|
453
|
+
"variable": "@fontsource-variable/syne",
|
|
454
|
+
"css": "'Syne', ui-sans-serif, system-ui, sans-serif",
|
|
455
|
+
"weights": [400, 500, 600, 700, 800],
|
|
456
|
+
"license": "OFL-1.1",
|
|
457
|
+
"source": "google-fonts",
|
|
458
|
+
"characteristics": {
|
|
459
|
+
"contrast": "medium",
|
|
460
|
+
"xHeight": "normal",
|
|
461
|
+
"width": "wide",
|
|
462
|
+
"mood": ["bold", "creative", "expressive"]
|
|
463
|
+
},
|
|
464
|
+
"tones": ["playful", "premium", "modern"],
|
|
465
|
+
"avoidForTones": ["serious", "institutional", "industrial"],
|
|
466
|
+
"domains": ["agency", "personal", "gastronomy"],
|
|
467
|
+
"roles": { "heading": 0.95, "body": 0.2, "mono": 0, "ui": 0.15 }
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"id": "ibm-plex-sans",
|
|
471
|
+
"name": "IBM Plex Sans",
|
|
472
|
+
"category": "sans-serif",
|
|
473
|
+
"npm": "@fontsource/ibm-plex-sans",
|
|
474
|
+
"variable": null,
|
|
475
|
+
"css": "'IBM Plex Sans', ui-sans-serif, system-ui, sans-serif",
|
|
476
|
+
"weights": [300, 400, 500, 600, 700],
|
|
477
|
+
"license": "OFL-1.1",
|
|
478
|
+
"source": "google-fonts",
|
|
479
|
+
"characteristics": {
|
|
480
|
+
"contrast": "low",
|
|
481
|
+
"xHeight": "normal",
|
|
482
|
+
"width": "normal",
|
|
483
|
+
"mood": ["corporate", "reliable", "structured"]
|
|
484
|
+
},
|
|
485
|
+
"tones": ["serious", "institutional", "approachable_professional"],
|
|
486
|
+
"avoidForTones": ["playful", "casual"],
|
|
487
|
+
"domains": ["finance", "legal", "healthcare", "consulting"],
|
|
488
|
+
"roles": { "heading": 0.6, "body": 0.9, "mono": 0, "ui": 0.9 }
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"id": "work-sans",
|
|
492
|
+
"name": "Work Sans",
|
|
493
|
+
"category": "sans-serif",
|
|
494
|
+
"npm": "@fontsource/work-sans",
|
|
495
|
+
"variable": "@fontsource-variable/work-sans",
|
|
496
|
+
"css": "'Work Sans', ui-sans-serif, system-ui, sans-serif",
|
|
497
|
+
"weights": [300, 400, 500, 600, 700],
|
|
498
|
+
"license": "OFL-1.1",
|
|
499
|
+
"source": "google-fonts",
|
|
500
|
+
"characteristics": {
|
|
501
|
+
"contrast": "low",
|
|
502
|
+
"xHeight": "normal",
|
|
503
|
+
"width": "normal",
|
|
504
|
+
"mood": ["versatile", "balanced", "workhorse"]
|
|
505
|
+
},
|
|
506
|
+
"tones": ["modern", "friendly", "approachable_professional"],
|
|
507
|
+
"avoidForTones": ["editorial"],
|
|
508
|
+
"domains": ["saas", "ecommerce", "education", "nonprofit"],
|
|
509
|
+
"roles": { "heading": 0.7, "body": 0.85, "mono": 0, "ui": 0.8 }
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"id": "inconsolata",
|
|
513
|
+
"name": "Inconsolata",
|
|
514
|
+
"category": "monospace",
|
|
515
|
+
"npm": "@fontsource/inconsolata",
|
|
516
|
+
"variable": "@fontsource-variable/inconsolata",
|
|
517
|
+
"css": "'Inconsolata', ui-monospace, monospace",
|
|
518
|
+
"weights": [300, 400, 500, 600, 700],
|
|
519
|
+
"license": "OFL-1.1",
|
|
520
|
+
"source": "google-fonts",
|
|
521
|
+
"characteristics": {
|
|
522
|
+
"contrast": "low",
|
|
523
|
+
"xHeight": "tall",
|
|
524
|
+
"width": "condensed",
|
|
525
|
+
"mood": ["humanist", "readable", "light"]
|
|
526
|
+
},
|
|
527
|
+
"tones": ["technical", "editorial"],
|
|
528
|
+
"avoidForTones": [],
|
|
529
|
+
"domains": ["saas", "education"],
|
|
530
|
+
"roles": { "heading": 0, "body": 0.2, "mono": 0.8, "ui": 0.2 }
|
|
531
|
+
}
|
|
532
|
+
],
|
|
533
|
+
"pairings": {
|
|
534
|
+
"serious-legal": {
|
|
535
|
+
"heading": "dm-serif-display",
|
|
536
|
+
"body": "source-sans-3",
|
|
537
|
+
"mono": "ibm-plex-mono"
|
|
538
|
+
},
|
|
539
|
+
"serious-finance": {
|
|
540
|
+
"heading": "dm-serif-display",
|
|
541
|
+
"body": "ibm-plex-sans",
|
|
542
|
+
"mono": "ibm-plex-mono"
|
|
543
|
+
},
|
|
544
|
+
"serious-healthcare": {
|
|
545
|
+
"heading": "noto-serif",
|
|
546
|
+
"body": "source-sans-3",
|
|
547
|
+
"mono": "ibm-plex-mono"
|
|
548
|
+
},
|
|
549
|
+
"premium-agency": {
|
|
550
|
+
"heading": "playfair-display",
|
|
551
|
+
"body": "plus-jakarta-sans",
|
|
552
|
+
"mono": "jetbrains-mono"
|
|
553
|
+
},
|
|
554
|
+
"premium-realestate": {
|
|
555
|
+
"heading": "playfair-display",
|
|
556
|
+
"body": "inter",
|
|
557
|
+
"mono": "jetbrains-mono"
|
|
558
|
+
},
|
|
559
|
+
"modern-saas": { "heading": "plus-jakarta-sans", "body": "inter", "mono": "jetbrains-mono" },
|
|
560
|
+
"modern-agency": { "heading": "manrope", "body": "dm-sans", "mono": "geist-mono" },
|
|
561
|
+
"technical-saas": { "heading": "space-grotesk", "body": "inter", "mono": "jetbrains-mono" },
|
|
562
|
+
"friendly-education": { "heading": "fraunces", "body": "figtree", "mono": "fira-code" },
|
|
563
|
+
"friendly-nonprofit": { "heading": "dm-sans", "body": "nunito", "mono": "fira-code" },
|
|
564
|
+
"editorial-personal": { "heading": "playfair-display", "body": "lora", "mono": "inconsolata" },
|
|
565
|
+
"editorial-education": {
|
|
566
|
+
"heading": "fraunces",
|
|
567
|
+
"body": "source-serif-4",
|
|
568
|
+
"mono": "inconsolata"
|
|
569
|
+
},
|
|
570
|
+
"playful-gastronomy": { "heading": "syne", "body": "nunito", "mono": "fira-code" },
|
|
571
|
+
"institutional-legal": {
|
|
572
|
+
"heading": "libre-baskerville",
|
|
573
|
+
"body": "ibm-plex-sans",
|
|
574
|
+
"mono": "ibm-plex-mono"
|
|
575
|
+
},
|
|
576
|
+
"approachable_professional-consulting": {
|
|
577
|
+
"heading": "dm-serif-display",
|
|
578
|
+
"body": "dm-sans",
|
|
579
|
+
"mono": "jetbrains-mono"
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
}
|