mcp-probe-kit 3.0.14 → 3.0.16
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 +17 -11
- package/build/lib/__tests__/gitnexus-bridge.unit.test.js +9 -1
- package/build/lib/gitnexus-bridge.d.ts +1 -0
- package/build/lib/gitnexus-bridge.js +29 -1
- package/build/lib/skill-bridge.d.ts +31 -0
- package/build/lib/skill-bridge.js +100 -0
- package/build/resources/ui-ux-data/charts.json +302 -0
- package/build/resources/ui-ux-data/colors.json +1058 -0
- package/build/resources/ui-ux-data/icons.json +1102 -0
- package/build/resources/ui-ux-data/landing.json +262 -0
- package/build/resources/ui-ux-data/metadata.json +6 -0
- package/build/resources/ui-ux-data/products.json +1058 -0
- package/build/resources/ui-ux-data/react-performance.json +574 -0
- package/build/resources/ui-ux-data/stacks/astro.json +266 -0
- package/build/resources/ui-ux-data/stacks/flutter.json +626 -0
- package/build/resources/ui-ux-data/stacks/html-tailwind.json +662 -0
- package/build/resources/ui-ux-data/stacks/jetpack-compose.json +626 -0
- package/build/resources/ui-ux-data/stacks/nextjs.json +218 -0
- package/build/resources/ui-ux-data/stacks/nuxt-ui.json +14 -0
- package/build/resources/ui-ux-data/stacks/nuxtjs.json +182 -0
- package/build/resources/ui-ux-data/stacks/react-native.json +350 -0
- package/build/resources/ui-ux-data/stacks/react.json +530 -0
- package/build/resources/ui-ux-data/stacks/shadcn.json +566 -0
- package/build/resources/ui-ux-data/stacks/svelte.json +134 -0
- package/build/resources/ui-ux-data/stacks/swiftui.json +26 -0
- package/build/resources/ui-ux-data/stacks/vue.json +170 -0
- package/build/resources/ui-ux-data/styles.json +1610 -0
- package/build/resources/ui-ux-data/typography.json +743 -0
- package/build/resources/ui-ux-data/ui-reasoning.json +1431 -0
- package/build/resources/ui-ux-data/ux-guidelines.json +1190 -0
- package/build/resources/ui-ux-data/web-interface.json +389 -0
- package/build/schemas/ui-ux-schemas.js +1 -1
- package/build/tools/start_product.js +8 -1
- package/build/tools/start_ui.js +14 -3
- package/build/tools/ui-ux-tools.js +21 -17
- package/build/utils/ui-data-loader.d.ts +18 -2
- package/build/utils/ui-data-loader.js +74 -12
- package/docs/i18n/en.json +4 -2
- package/docs/i18n/ja.json +4 -2
- package/docs/i18n/ko.json +4 -2
- package/docs/i18n/zh-CN.json +4 -2
- package/docs/pages/getting-started.html +3 -0
- package/package.json +2 -1
|
@@ -0,0 +1,743 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"No": "1",
|
|
4
|
+
"Font Pairing Name": "Classic Elegant",
|
|
5
|
+
"Category": "Serif + Sans",
|
|
6
|
+
"Heading Font": "Playfair Display",
|
|
7
|
+
"Body Font": "Inter",
|
|
8
|
+
"Mood/Style Keywords": "elegant, luxury, sophisticated, timeless, premium, editorial",
|
|
9
|
+
"Best For": "Luxury brands, fashion, spa, beauty, editorial, magazines, high-end e-commerce",
|
|
10
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Inter:wght@300;400;500;600;700|Playfair+Display:wght@400;500;600;700",
|
|
11
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');",
|
|
12
|
+
"Tailwind Config": "fontFamily: { serif: ['Playfair Display', 'serif'], sans: ['Inter', 'sans-serif'] }",
|
|
13
|
+
"Notes": "High contrast between elegant heading and clean body. Perfect for luxury/premium."
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"No": "2",
|
|
17
|
+
"Font Pairing Name": "Modern Professional",
|
|
18
|
+
"Category": "Sans + Sans",
|
|
19
|
+
"Heading Font": "Poppins",
|
|
20
|
+
"Body Font": "Open Sans",
|
|
21
|
+
"Mood/Style Keywords": "modern, professional, clean, corporate, friendly, approachable",
|
|
22
|
+
"Best For": "SaaS, corporate sites, business apps, startups, professional services",
|
|
23
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Open+Sans:wght@300;400;500;600;700|Poppins:wght@400;500;600;700",
|
|
24
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');",
|
|
25
|
+
"Tailwind Config": "fontFamily: { heading: ['Poppins', 'sans-serif'], body: ['Open Sans', 'sans-serif'] }",
|
|
26
|
+
"Notes": "Geometric Poppins for headings, humanist Open Sans for readability."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"No": "3",
|
|
30
|
+
"Font Pairing Name": "Tech Startup",
|
|
31
|
+
"Category": "Sans + Sans",
|
|
32
|
+
"Heading Font": "Space Grotesk",
|
|
33
|
+
"Body Font": "DM Sans",
|
|
34
|
+
"Mood/Style Keywords": "tech, startup, modern, innovative, bold, futuristic",
|
|
35
|
+
"Best For": "Tech companies, startups, SaaS, developer tools, AI products",
|
|
36
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=DM+Sans:wght@400;500;700|Space+Grotesk:wght@400;500;600;700",
|
|
37
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');",
|
|
38
|
+
"Tailwind Config": "fontFamily: { heading: ['Space Grotesk', 'sans-serif'], body: ['DM Sans', 'sans-serif'] }",
|
|
39
|
+
"Notes": "Space Grotesk has unique character, DM Sans is highly readable."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"No": "4",
|
|
43
|
+
"Font Pairing Name": "Editorial Classic",
|
|
44
|
+
"Category": "Serif + Serif",
|
|
45
|
+
"Heading Font": "Cormorant Garamond",
|
|
46
|
+
"Body Font": "Libre Baskerville",
|
|
47
|
+
"Mood/Style Keywords": "editorial, classic, literary, traditional, refined, bookish",
|
|
48
|
+
"Best For": "Publishing, blogs, news sites, literary magazines, book covers",
|
|
49
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Cormorant+Garamond:wght@400;500;600;700|Libre+Baskerville:wght@400;700",
|
|
50
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&display=swap');",
|
|
51
|
+
"Tailwind Config": "fontFamily: { heading: ['Cormorant Garamond', 'serif'], body: ['Libre Baskerville', 'serif'] }",
|
|
52
|
+
"Notes": "All-serif pairing for traditional editorial feel."
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"No": "5",
|
|
56
|
+
"Font Pairing Name": "Minimal Swiss",
|
|
57
|
+
"Category": "Sans + Sans",
|
|
58
|
+
"Heading Font": "Inter",
|
|
59
|
+
"Body Font": "Inter",
|
|
60
|
+
"Mood/Style Keywords": "minimal, clean, swiss, functional, neutral, professional",
|
|
61
|
+
"Best For": "Dashboards, admin panels, documentation, enterprise apps, design systems",
|
|
62
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Inter:wght@300;400;500;600;700",
|
|
63
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');",
|
|
64
|
+
"Tailwind Config": "fontFamily: { sans: ['Inter', 'sans-serif'] }",
|
|
65
|
+
"Notes": "Single font family with weight variations. Ultimate simplicity."
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"No": "6",
|
|
69
|
+
"Font Pairing Name": "Playful Creative",
|
|
70
|
+
"Category": "Display + Sans",
|
|
71
|
+
"Heading Font": "Fredoka",
|
|
72
|
+
"Body Font": "Nunito",
|
|
73
|
+
"Mood/Style Keywords": "playful, friendly, fun, creative, warm, approachable",
|
|
74
|
+
"Best For": "Children's apps, educational, gaming, creative tools, entertainment",
|
|
75
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Fredoka:wght@400;500;600;700|Nunito:wght@300;400;500;600;700",
|
|
76
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@300;400;500;600;700&display=swap');",
|
|
77
|
+
"Tailwind Config": "fontFamily: { heading: ['Fredoka', 'sans-serif'], body: ['Nunito', 'sans-serif'] }",
|
|
78
|
+
"Notes": "Rounded, friendly fonts perfect for playful UIs."
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"No": "7",
|
|
82
|
+
"Font Pairing Name": "Bold Statement",
|
|
83
|
+
"Category": "Display + Sans",
|
|
84
|
+
"Heading Font": "Bebas Neue",
|
|
85
|
+
"Body Font": "Source Sans 3",
|
|
86
|
+
"Mood/Style Keywords": "bold, impactful, strong, dramatic, modern, headlines",
|
|
87
|
+
"Best For": "Marketing sites, portfolios, agencies, event pages, sports",
|
|
88
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Bebas+Neue|Source+Sans+3:wght@300;400;500;600;700",
|
|
89
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');",
|
|
90
|
+
"Tailwind Config": "fontFamily: { display: ['Bebas Neue', 'sans-serif'], body: ['Source Sans 3', 'sans-serif'] }",
|
|
91
|
+
"Notes": "Bebas Neue for large headlines only. All-caps display font."
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"No": "8",
|
|
95
|
+
"Font Pairing Name": "Wellness Calm",
|
|
96
|
+
"Category": "Serif + Sans",
|
|
97
|
+
"Heading Font": "Lora",
|
|
98
|
+
"Body Font": "Raleway",
|
|
99
|
+
"Mood/Style Keywords": "calm, wellness, health, relaxing, natural, organic",
|
|
100
|
+
"Best For": "Health apps, wellness, spa, meditation, yoga, organic brands",
|
|
101
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Lora:wght@400;500;600;700|Raleway:wght@300;400;500;600;700",
|
|
102
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Raleway:wght@300;400;500;600;700&display=swap');",
|
|
103
|
+
"Tailwind Config": "fontFamily: { serif: ['Lora', 'serif'], sans: ['Raleway', 'sans-serif'] }",
|
|
104
|
+
"Notes": "Lora's organic curves with Raleway's elegant simplicity."
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"No": "9",
|
|
108
|
+
"Font Pairing Name": "Developer Mono",
|
|
109
|
+
"Category": "Mono + Sans",
|
|
110
|
+
"Heading Font": "JetBrains Mono",
|
|
111
|
+
"Body Font": "IBM Plex Sans",
|
|
112
|
+
"Mood/Style Keywords": "code, developer, technical, precise, functional, hacker",
|
|
113
|
+
"Best For": "Developer tools, documentation, code editors, tech blogs, CLI apps",
|
|
114
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=IBM+Plex+Sans:wght@300;400;500;600;700|JetBrains+Mono:wght@400;500;600;700",
|
|
115
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap');",
|
|
116
|
+
"Tailwind Config": "fontFamily: { mono: ['JetBrains Mono', 'monospace'], sans: ['IBM Plex Sans', 'sans-serif'] }",
|
|
117
|
+
"Notes": "JetBrains for code, IBM Plex for UI. Developer-focused."
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"No": "10",
|
|
121
|
+
"Font Pairing Name": "Retro Vintage",
|
|
122
|
+
"Category": "Display + Serif",
|
|
123
|
+
"Heading Font": "Abril Fatface",
|
|
124
|
+
"Body Font": "Merriweather",
|
|
125
|
+
"Mood/Style Keywords": "retro, vintage, nostalgic, dramatic, decorative, bold",
|
|
126
|
+
"Best For": "Vintage brands, breweries, restaurants, creative portfolios, posters",
|
|
127
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Abril+Fatface|Merriweather:wght@300;400;700",
|
|
128
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Merriweather:wght@300;400;700&display=swap');",
|
|
129
|
+
"Tailwind Config": "fontFamily: { display: ['Abril Fatface', 'serif'], body: ['Merriweather', 'serif'] }",
|
|
130
|
+
"Notes": "Abril Fatface for hero headlines only. High-impact vintage feel."
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"No": "11",
|
|
134
|
+
"Font Pairing Name": "Geometric Modern",
|
|
135
|
+
"Category": "Sans + Sans",
|
|
136
|
+
"Heading Font": "Outfit",
|
|
137
|
+
"Body Font": "Work Sans",
|
|
138
|
+
"Mood/Style Keywords": "geometric, modern, clean, balanced, contemporary, versatile",
|
|
139
|
+
"Best For": "General purpose, portfolios, agencies, modern brands, landing pages",
|
|
140
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Outfit:wght@300;400;500;600;700|Work+Sans:wght@300;400;500;600;700",
|
|
141
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Work+Sans:wght@300;400;500;600;700&display=swap');",
|
|
142
|
+
"Tailwind Config": "fontFamily: { heading: ['Outfit', 'sans-serif'], body: ['Work Sans', 'sans-serif'] }",
|
|
143
|
+
"Notes": "Both geometric but Outfit more distinctive for headings."
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"No": "12",
|
|
147
|
+
"Font Pairing Name": "Luxury Serif",
|
|
148
|
+
"Category": "Serif + Sans",
|
|
149
|
+
"Heading Font": "Cormorant",
|
|
150
|
+
"Body Font": "Montserrat",
|
|
151
|
+
"Mood/Style Keywords": "luxury, high-end, fashion, elegant, refined, premium",
|
|
152
|
+
"Best For": "Fashion brands, luxury e-commerce, jewelry, high-end services",
|
|
153
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Cormorant:wght@400;500;600;700|Montserrat:wght@300;400;500;600;700",
|
|
154
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');",
|
|
155
|
+
"Tailwind Config": "fontFamily: { serif: ['Cormorant', 'serif'], sans: ['Montserrat', 'sans-serif'] }",
|
|
156
|
+
"Notes": "Cormorant's elegance with Montserrat's geometric precision."
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"No": "13",
|
|
160
|
+
"Font Pairing Name": "Friendly SaaS",
|
|
161
|
+
"Category": "Sans + Sans",
|
|
162
|
+
"Heading Font": "Plus Jakarta Sans",
|
|
163
|
+
"Body Font": "Plus Jakarta Sans",
|
|
164
|
+
"Mood/Style Keywords": "friendly, modern, saas, clean, approachable, professional",
|
|
165
|
+
"Best For": "SaaS products, web apps, dashboards, B2B, productivity tools",
|
|
166
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Plus+Jakarta+Sans:wght@300;400;500;600;700",
|
|
167
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');",
|
|
168
|
+
"Tailwind Config": "fontFamily: { sans: ['Plus Jakarta Sans', 'sans-serif'] }",
|
|
169
|
+
"Notes": "Single versatile font. Modern alternative to Inter."
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"No": "14",
|
|
173
|
+
"Font Pairing Name": "News Editorial",
|
|
174
|
+
"Category": "Serif + Sans",
|
|
175
|
+
"Heading Font": "Newsreader",
|
|
176
|
+
"Body Font": "Roboto",
|
|
177
|
+
"Mood/Style Keywords": "news, editorial, journalism, trustworthy, readable, informative",
|
|
178
|
+
"Best For": "News sites, blogs, magazines, journalism, content-heavy sites",
|
|
179
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Newsreader:wght@400;500;600;700|Roboto:wght@300;400;500;700",
|
|
180
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');",
|
|
181
|
+
"Tailwind Config": "fontFamily: { serif: ['Newsreader', 'serif'], sans: ['Roboto', 'sans-serif'] }",
|
|
182
|
+
"Notes": "Newsreader designed for long-form reading. Roboto for UI."
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"No": "15",
|
|
186
|
+
"Font Pairing Name": "Handwritten Charm",
|
|
187
|
+
"Category": "Script + Sans",
|
|
188
|
+
"Heading Font": "Caveat",
|
|
189
|
+
"Body Font": "Quicksand",
|
|
190
|
+
"Mood/Style Keywords": "handwritten, personal, friendly, casual, warm, charming",
|
|
191
|
+
"Best For": "Personal blogs, invitations, creative portfolios, lifestyle brands",
|
|
192
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Caveat:wght@400;500;600;700|Quicksand:wght@300;400;500;600;700",
|
|
193
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');",
|
|
194
|
+
"Tailwind Config": "fontFamily: { script: ['Caveat', 'cursive'], sans: ['Quicksand', 'sans-serif'] }",
|
|
195
|
+
"Notes": "Use Caveat sparingly for accents. Quicksand for body."
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"No": "16",
|
|
199
|
+
"Font Pairing Name": "Corporate Trust",
|
|
200
|
+
"Category": "Sans + Sans",
|
|
201
|
+
"Heading Font": "Lexend",
|
|
202
|
+
"Body Font": "Source Sans 3",
|
|
203
|
+
"Mood/Style Keywords": "corporate, trustworthy, accessible, readable, professional, clean",
|
|
204
|
+
"Best For": "Enterprise, government, healthcare, finance, accessibility-focused",
|
|
205
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Lexend:wght@300;400;500;600;700|Source+Sans+3:wght@300;400;500;600;700",
|
|
206
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');",
|
|
207
|
+
"Tailwind Config": "fontFamily: { heading: ['Lexend', 'sans-serif'], body: ['Source Sans 3', 'sans-serif'] }",
|
|
208
|
+
"Notes": "Lexend designed for readability. Excellent accessibility."
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"No": "17",
|
|
212
|
+
"Font Pairing Name": "Brutalist Raw",
|
|
213
|
+
"Category": "Mono + Mono",
|
|
214
|
+
"Heading Font": "Space Mono",
|
|
215
|
+
"Body Font": "Space Mono",
|
|
216
|
+
"Mood/Style Keywords": "brutalist, raw, technical, monospace, minimal, stark",
|
|
217
|
+
"Best For": "Brutalist designs, developer portfolios, experimental, tech art",
|
|
218
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Space+Mono:wght@400;700",
|
|
219
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap');",
|
|
220
|
+
"Tailwind Config": "fontFamily: { mono: ['Space Mono', 'monospace'] }",
|
|
221
|
+
"Notes": "All-mono for raw brutalist aesthetic. Limited weights."
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"No": "18",
|
|
225
|
+
"Font Pairing Name": "Fashion Forward",
|
|
226
|
+
"Category": "Sans + Sans",
|
|
227
|
+
"Heading Font": "Syne",
|
|
228
|
+
"Body Font": "Manrope",
|
|
229
|
+
"Mood/Style Keywords": "fashion, avant-garde, creative, bold, artistic, edgy",
|
|
230
|
+
"Best For": "Fashion brands, creative agencies, art galleries, design studios",
|
|
231
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Manrope:wght@300;400;500;600;700|Syne:wght@400;500;600;700",
|
|
232
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Syne:wght@400;500;600;700&display=swap');",
|
|
233
|
+
"Tailwind Config": "fontFamily: { heading: ['Syne', 'sans-serif'], body: ['Manrope', 'sans-serif'] }",
|
|
234
|
+
"Notes": "Syne's unique character for headlines. Manrope for readability."
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"No": "19",
|
|
238
|
+
"Font Pairing Name": "Soft Rounded",
|
|
239
|
+
"Category": "Sans + Sans",
|
|
240
|
+
"Heading Font": "Varela Round",
|
|
241
|
+
"Body Font": "Nunito Sans",
|
|
242
|
+
"Mood/Style Keywords": "soft, rounded, friendly, approachable, warm, gentle",
|
|
243
|
+
"Best For": "Children's products, pet apps, friendly brands, wellness, soft UI",
|
|
244
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Nunito+Sans:wght@300;400;500;600;700|Varela+Round",
|
|
245
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700&family=Varela+Round&display=swap');",
|
|
246
|
+
"Tailwind Config": "fontFamily: { heading: ['Varela Round', 'sans-serif'], body: ['Nunito Sans', 'sans-serif'] }",
|
|
247
|
+
"Notes": "Both rounded and friendly. Perfect for soft UI designs."
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"No": "20",
|
|
251
|
+
"Font Pairing Name": "Premium Sans",
|
|
252
|
+
"Category": "Sans + Sans",
|
|
253
|
+
"Heading Font": "Satoshi",
|
|
254
|
+
"Body Font": "General Sans",
|
|
255
|
+
"Mood/Style Keywords": "premium, modern, clean, sophisticated, versatile, balanced",
|
|
256
|
+
"Best For": "Premium brands, modern agencies, SaaS, portfolios, startups",
|
|
257
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=DM+Sans:wght@400;500;700",
|
|
258
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');",
|
|
259
|
+
"Tailwind Config": "fontFamily: { sans: ['DM Sans', 'sans-serif'] }",
|
|
260
|
+
"Notes": "Note: Satoshi/General Sans on Fontshare. DM Sans as Google alternative."
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"No": "21",
|
|
264
|
+
"Font Pairing Name": "Vietnamese Friendly",
|
|
265
|
+
"Category": "Sans + Sans",
|
|
266
|
+
"Heading Font": "Be Vietnam Pro",
|
|
267
|
+
"Body Font": "Noto Sans",
|
|
268
|
+
"Mood/Style Keywords": "vietnamese, international, readable, clean, multilingual, accessible",
|
|
269
|
+
"Best For": "Vietnamese sites, multilingual apps, international products",
|
|
270
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Be+Vietnam+Pro:wght@300;400;500;600;700|Noto+Sans:wght@300;400;500;600;700",
|
|
271
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700&family=Noto+Sans:wght@300;400;500;600;700&display=swap');",
|
|
272
|
+
"Tailwind Config": "fontFamily: { sans: ['Be Vietnam Pro', 'Noto Sans', 'sans-serif'] }",
|
|
273
|
+
"Notes": "Be Vietnam Pro excellent Vietnamese support. Noto as fallback."
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"No": "22",
|
|
277
|
+
"Font Pairing Name": "Japanese Elegant",
|
|
278
|
+
"Category": "Serif + Sans",
|
|
279
|
+
"Heading Font": "Noto Serif JP",
|
|
280
|
+
"Body Font": "Noto Sans JP",
|
|
281
|
+
"Mood/Style Keywords": "japanese, elegant, traditional, modern, multilingual, readable",
|
|
282
|
+
"Best For": "Japanese sites, Japanese restaurants, cultural sites, anime/manga",
|
|
283
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Noto+Sans+JP:wght@300;400;500;700|Noto+Serif+JP:wght@400;500;600;700",
|
|
284
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');",
|
|
285
|
+
"Tailwind Config": "fontFamily: { serif: ['Noto Serif JP', 'serif'], sans: ['Noto Sans JP', 'sans-serif'] }",
|
|
286
|
+
"Notes": "Noto fonts excellent Japanese support. Traditional + modern feel."
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"No": "23",
|
|
290
|
+
"Font Pairing Name": "Korean Modern",
|
|
291
|
+
"Category": "Sans + Sans",
|
|
292
|
+
"Heading Font": "Noto Sans KR",
|
|
293
|
+
"Body Font": "Noto Sans KR",
|
|
294
|
+
"Mood/Style Keywords": "korean, modern, clean, professional, multilingual, readable",
|
|
295
|
+
"Best For": "Korean sites, K-beauty, K-pop, Korean businesses, multilingual",
|
|
296
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Noto+Sans+KR:wght@300;400;500;700",
|
|
297
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');",
|
|
298
|
+
"Tailwind Config": "fontFamily: { sans: ['Noto Sans KR', 'sans-serif'] }",
|
|
299
|
+
"Notes": "Clean Korean typography. Single font with weight variations."
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"No": "24",
|
|
303
|
+
"Font Pairing Name": "Chinese Traditional",
|
|
304
|
+
"Category": "Serif + Sans",
|
|
305
|
+
"Heading Font": "Noto Serif TC",
|
|
306
|
+
"Body Font": "Noto Sans TC",
|
|
307
|
+
"Mood/Style Keywords": "chinese, traditional, elegant, cultural, multilingual, readable",
|
|
308
|
+
"Best For": "Traditional Chinese sites, cultural content, Taiwan/Hong Kong markets",
|
|
309
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Noto+Sans+TC:wght@300;400;500;700|Noto+Serif+TC:wght@400;500;600;700",
|
|
310
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Serif+TC:wght@400;500;600;700&display=swap');",
|
|
311
|
+
"Tailwind Config": "fontFamily: { serif: ['Noto Serif TC', 'serif'], sans: ['Noto Sans TC', 'sans-serif'] }",
|
|
312
|
+
"Notes": "Traditional Chinese character support. Elegant pairing."
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"No": "25",
|
|
316
|
+
"Font Pairing Name": "Chinese Simplified",
|
|
317
|
+
"Category": "Sans + Sans",
|
|
318
|
+
"Heading Font": "Noto Sans SC",
|
|
319
|
+
"Body Font": "Noto Sans SC",
|
|
320
|
+
"Mood/Style Keywords": "chinese, simplified, modern, professional, multilingual, readable",
|
|
321
|
+
"Best For": "Simplified Chinese sites, mainland China market, business apps",
|
|
322
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Noto+Sans+SC:wght@300;400;500;700",
|
|
323
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');",
|
|
324
|
+
"Tailwind Config": "fontFamily: { sans: ['Noto Sans SC', 'sans-serif'] }",
|
|
325
|
+
"Notes": "Simplified Chinese support. Clean modern look."
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"No": "26",
|
|
329
|
+
"Font Pairing Name": "Arabic Elegant",
|
|
330
|
+
"Category": "Serif + Sans",
|
|
331
|
+
"Heading Font": "Noto Naskh Arabic",
|
|
332
|
+
"Body Font": "Noto Sans Arabic",
|
|
333
|
+
"Mood/Style Keywords": "arabic, elegant, traditional, cultural, RTL, readable",
|
|
334
|
+
"Best For": "Arabic sites, Middle East market, Islamic content, bilingual sites",
|
|
335
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Noto+Naskh+Arabic:wght@400;500;600;700|Noto+Sans+Arabic:wght@300;400;500;700",
|
|
336
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;500;600;700&family=Noto+Sans+Arabic:wght@300;400;500;700&display=swap');",
|
|
337
|
+
"Tailwind Config": "fontFamily: { serif: ['Noto Naskh Arabic', 'serif'], sans: ['Noto Sans Arabic', 'sans-serif'] }",
|
|
338
|
+
"Notes": "RTL support. Naskh for traditional, Sans for modern Arabic."
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"No": "27",
|
|
342
|
+
"Font Pairing Name": "Thai Modern",
|
|
343
|
+
"Category": "Sans + Sans",
|
|
344
|
+
"Heading Font": "Noto Sans Thai",
|
|
345
|
+
"Body Font": "Noto Sans Thai",
|
|
346
|
+
"Mood/Style Keywords": "thai, modern, readable, clean, multilingual, accessible",
|
|
347
|
+
"Best For": "Thai sites, Southeast Asia, tourism, Thai restaurants",
|
|
348
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Noto+Sans+Thai:wght@300;400;500;700",
|
|
349
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;700&display=swap');",
|
|
350
|
+
"Tailwind Config": "fontFamily: { sans: ['Noto Sans Thai', 'sans-serif'] }",
|
|
351
|
+
"Notes": "Clean Thai typography. Excellent readability."
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"No": "28",
|
|
355
|
+
"Font Pairing Name": "Hebrew Modern",
|
|
356
|
+
"Category": "Sans + Sans",
|
|
357
|
+
"Heading Font": "Noto Sans Hebrew",
|
|
358
|
+
"Body Font": "Noto Sans Hebrew",
|
|
359
|
+
"Mood/Style Keywords": "hebrew, modern, RTL, clean, professional, readable",
|
|
360
|
+
"Best For": "Hebrew sites, Israeli market, Jewish content, bilingual sites",
|
|
361
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Noto+Sans+Hebrew:wght@300;400;500;700",
|
|
362
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@300;400;500;700&display=swap');",
|
|
363
|
+
"Tailwind Config": "fontFamily: { sans: ['Noto Sans Hebrew', 'sans-serif'] }",
|
|
364
|
+
"Notes": "RTL support. Clean modern Hebrew typography."
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"No": "29",
|
|
368
|
+
"Font Pairing Name": "Legal Professional",
|
|
369
|
+
"Category": "Serif + Sans",
|
|
370
|
+
"Heading Font": "EB Garamond",
|
|
371
|
+
"Body Font": "Lato",
|
|
372
|
+
"Mood/Style Keywords": "legal, professional, traditional, trustworthy, formal, authoritative",
|
|
373
|
+
"Best For": "Law firms, legal services, contracts, formal documents, government",
|
|
374
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=EB+Garamond:wght@400;500;600;700|Lato:wght@300;400;700",
|
|
375
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Lato:wght@300;400;700&display=swap');",
|
|
376
|
+
"Tailwind Config": "fontFamily: { serif: ['EB Garamond', 'serif'], sans: ['Lato', 'sans-serif'] }",
|
|
377
|
+
"Notes": "EB Garamond for authority. Lato for clean body text."
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"No": "30",
|
|
381
|
+
"Font Pairing Name": "Medical Clean",
|
|
382
|
+
"Category": "Sans + Sans",
|
|
383
|
+
"Heading Font": "Figtree",
|
|
384
|
+
"Body Font": "Noto Sans",
|
|
385
|
+
"Mood/Style Keywords": "medical, clean, accessible, professional, healthcare, trustworthy",
|
|
386
|
+
"Best For": "Healthcare, medical clinics, pharma, health apps, accessibility",
|
|
387
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Figtree:wght@300;400;500;600;700|Noto+Sans:wght@300;400;500;700",
|
|
388
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&family=Noto+Sans:wght@300;400;500;700&display=swap');",
|
|
389
|
+
"Tailwind Config": "fontFamily: { heading: ['Figtree', 'sans-serif'], body: ['Noto Sans', 'sans-serif'] }",
|
|
390
|
+
"Notes": "Clean, accessible fonts for medical contexts."
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"No": "31",
|
|
394
|
+
"Font Pairing Name": "Financial Trust",
|
|
395
|
+
"Category": "Sans + Sans",
|
|
396
|
+
"Heading Font": "IBM Plex Sans",
|
|
397
|
+
"Body Font": "IBM Plex Sans",
|
|
398
|
+
"Mood/Style Keywords": "financial, trustworthy, professional, corporate, banking, serious",
|
|
399
|
+
"Best For": "Banks, finance, insurance, investment, fintech, enterprise",
|
|
400
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=IBM+Plex+Sans:wght@300;400;500;600;700",
|
|
401
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');",
|
|
402
|
+
"Tailwind Config": "fontFamily: { sans: ['IBM Plex Sans', 'sans-serif'] }",
|
|
403
|
+
"Notes": "IBM Plex conveys trust and professionalism. Excellent for data."
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"No": "32",
|
|
407
|
+
"Font Pairing Name": "Real Estate Luxury",
|
|
408
|
+
"Category": "Serif + Sans",
|
|
409
|
+
"Heading Font": "Cinzel",
|
|
410
|
+
"Body Font": "Josefin Sans",
|
|
411
|
+
"Mood/Style Keywords": "real estate, luxury, elegant, sophisticated, property, premium",
|
|
412
|
+
"Best For": "Real estate, luxury properties, architecture, interior design",
|
|
413
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Cinzel:wght@400;500;600;700|Josefin+Sans:wght@300;400;500;600;700",
|
|
414
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Josefin+Sans:wght@300;400;500;600;700&display=swap');",
|
|
415
|
+
"Tailwind Config": "fontFamily: { serif: ['Cinzel', 'serif'], sans: ['Josefin Sans', 'sans-serif'] }",
|
|
416
|
+
"Notes": "Cinzel's elegance for headlines. Josefin for modern body."
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"No": "33",
|
|
420
|
+
"Font Pairing Name": "Restaurant Menu",
|
|
421
|
+
"Category": "Serif + Sans",
|
|
422
|
+
"Heading Font": "Playfair Display SC",
|
|
423
|
+
"Body Font": "Karla",
|
|
424
|
+
"Mood/Style Keywords": "restaurant, menu, culinary, elegant, foodie, hospitality",
|
|
425
|
+
"Best For": "Restaurants, cafes, food blogs, culinary, hospitality",
|
|
426
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Karla:wght@300;400;500;600;700|Playfair+Display+SC:wght@400;700",
|
|
427
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&family=Playfair+Display+SC:wght@400;700&display=swap');",
|
|
428
|
+
"Tailwind Config": "fontFamily: { display: ['Playfair Display SC', 'serif'], sans: ['Karla', 'sans-serif'] }",
|
|
429
|
+
"Notes": "Small caps Playfair for menu headers. Karla for descriptions."
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"No": "34",
|
|
433
|
+
"Font Pairing Name": "Art Deco",
|
|
434
|
+
"Category": "Display + Sans",
|
|
435
|
+
"Heading Font": "Poiret One",
|
|
436
|
+
"Body Font": "Didact Gothic",
|
|
437
|
+
"Mood/Style Keywords": "art deco, vintage, 1920s, elegant, decorative, gatsby",
|
|
438
|
+
"Best For": "Vintage events, art deco themes, luxury hotels, classic cocktails",
|
|
439
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Didact+Gothic|Poiret+One",
|
|
440
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Poiret+One&display=swap');",
|
|
441
|
+
"Tailwind Config": "fontFamily: { display: ['Poiret One', 'sans-serif'], sans: ['Didact Gothic', 'sans-serif'] }",
|
|
442
|
+
"Notes": "Poiret One for art deco headlines only. Didact for body."
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"No": "35",
|
|
446
|
+
"Font Pairing Name": "Magazine Style",
|
|
447
|
+
"Category": "Serif + Sans",
|
|
448
|
+
"Heading Font": "Libre Bodoni",
|
|
449
|
+
"Body Font": "Public Sans",
|
|
450
|
+
"Mood/Style Keywords": "magazine, editorial, publishing, refined, journalism, print",
|
|
451
|
+
"Best For": "Magazines, online publications, editorial content, journalism",
|
|
452
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Libre+Bodoni:wght@400;500;600;700|Public+Sans:wght@300;400;500;600;700",
|
|
453
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:wght@400;500;600;700&family=Public+Sans:wght@300;400;500;600;700&display=swap');",
|
|
454
|
+
"Tailwind Config": "fontFamily: { serif: ['Libre Bodoni', 'serif'], sans: ['Public Sans', 'sans-serif'] }",
|
|
455
|
+
"Notes": "Bodoni's editorial elegance. Public Sans for clean UI."
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"No": "36",
|
|
459
|
+
"Font Pairing Name": "Crypto/Web3",
|
|
460
|
+
"Category": "Sans + Sans",
|
|
461
|
+
"Heading Font": "Orbitron",
|
|
462
|
+
"Body Font": "Exo 2",
|
|
463
|
+
"Mood/Style Keywords": "crypto, web3, futuristic, tech, blockchain, digital",
|
|
464
|
+
"Best For": "Crypto platforms, NFT, blockchain, web3, futuristic tech",
|
|
465
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Exo+2:wght@300;400;500;600;700|Orbitron:wght@400;500;600;700",
|
|
466
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&family=Orbitron:wght@400;500;600;700&display=swap');",
|
|
467
|
+
"Tailwind Config": "fontFamily: { display: ['Orbitron', 'sans-serif'], body: ['Exo 2', 'sans-serif'] }",
|
|
468
|
+
"Notes": "Orbitron for futuristic headers. Exo 2 for readable body."
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"No": "37",
|
|
472
|
+
"Font Pairing Name": "Gaming Bold",
|
|
473
|
+
"Category": "Display + Sans",
|
|
474
|
+
"Heading Font": "Russo One",
|
|
475
|
+
"Body Font": "Chakra Petch",
|
|
476
|
+
"Mood/Style Keywords": "gaming, bold, action, esports, competitive, energetic",
|
|
477
|
+
"Best For": "Gaming, esports, action games, competitive sports, entertainment",
|
|
478
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Chakra+Petch:wght@300;400;500;600;700|Russo+One",
|
|
479
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Russo+One&display=swap');",
|
|
480
|
+
"Tailwind Config": "fontFamily: { display: ['Russo One', 'sans-serif'], body: ['Chakra Petch', 'sans-serif'] }",
|
|
481
|
+
"Notes": "Russo One for impact. Chakra Petch for techy body text."
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"No": "38",
|
|
485
|
+
"Font Pairing Name": "Indie/Craft",
|
|
486
|
+
"Category": "Display + Sans",
|
|
487
|
+
"Heading Font": "Amatic SC",
|
|
488
|
+
"Body Font": "Cabin",
|
|
489
|
+
"Mood/Style Keywords": "indie, craft, handmade, artisan, organic, creative",
|
|
490
|
+
"Best For": "Craft brands, indie products, artisan, handmade, organic products",
|
|
491
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Amatic+SC:wght@400;700|Cabin:wght@400;500;600;700",
|
|
492
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Cabin:wght@400;500;600;700&display=swap');",
|
|
493
|
+
"Tailwind Config": "fontFamily: { display: ['Amatic SC', 'sans-serif'], sans: ['Cabin', 'sans-serif'] }",
|
|
494
|
+
"Notes": "Amatic for handwritten feel. Cabin for readable body."
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"No": "39",
|
|
498
|
+
"Font Pairing Name": "Startup Bold",
|
|
499
|
+
"Category": "Sans + Sans",
|
|
500
|
+
"Heading Font": "Clash Display",
|
|
501
|
+
"Body Font": "Satoshi",
|
|
502
|
+
"Mood/Style Keywords": "startup, bold, modern, innovative, confident, dynamic",
|
|
503
|
+
"Best For": "Startups, pitch decks, product launches, bold brands",
|
|
504
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Outfit:wght@400;500;600;700|Rubik:wght@300;400;500;600;700",
|
|
505
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap');",
|
|
506
|
+
"Tailwind Config": "fontFamily: { heading: ['Outfit', 'sans-serif'], body: ['Rubik', 'sans-serif'] }",
|
|
507
|
+
"Notes": "Note: Clash Display on Fontshare. Outfit as Google alternative."
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"No": "40",
|
|
511
|
+
"Font Pairing Name": "E-commerce Clean",
|
|
512
|
+
"Category": "Sans + Sans",
|
|
513
|
+
"Heading Font": "Rubik",
|
|
514
|
+
"Body Font": "Nunito Sans",
|
|
515
|
+
"Mood/Style Keywords": "ecommerce, clean, shopping, product, retail, conversion",
|
|
516
|
+
"Best For": "E-commerce, online stores, product pages, retail, shopping",
|
|
517
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Nunito+Sans:wght@300;400;500;600;700|Rubik:wght@300;400;500;600;700",
|
|
518
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap');",
|
|
519
|
+
"Tailwind Config": "fontFamily: { heading: ['Rubik', 'sans-serif'], body: ['Nunito Sans', 'sans-serif'] }",
|
|
520
|
+
"Notes": "Clean readable fonts perfect for product descriptions."
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"No": "41",
|
|
524
|
+
"Font Pairing Name": "Academic/Research",
|
|
525
|
+
"Category": "Serif + Sans",
|
|
526
|
+
"Heading Font": "Crimson Pro",
|
|
527
|
+
"Body Font": "Atkinson Hyperlegible",
|
|
528
|
+
"Mood/Style Keywords": "academic, research, scholarly, accessible, readable, educational",
|
|
529
|
+
"Best For": "Universities, research papers, academic journals, educational",
|
|
530
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Atkinson+Hyperlegible:wght@400;700|Crimson+Pro:wght@400;500;600;700",
|
|
531
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&family=Crimson+Pro:wght@400;500;600;700&display=swap');",
|
|
532
|
+
"Tailwind Config": "fontFamily: { serif: ['Crimson Pro', 'serif'], sans: ['Atkinson Hyperlegible', 'sans-serif'] }",
|
|
533
|
+
"Notes": "Crimson for scholarly headlines. Atkinson for accessibility."
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"No": "42",
|
|
537
|
+
"Font Pairing Name": "Dashboard Data",
|
|
538
|
+
"Category": "Mono + Sans",
|
|
539
|
+
"Heading Font": "Fira Code",
|
|
540
|
+
"Body Font": "Fira Sans",
|
|
541
|
+
"Mood/Style Keywords": "dashboard, data, analytics, code, technical, precise",
|
|
542
|
+
"Best For": "Dashboards, analytics, data visualization, admin panels",
|
|
543
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Fira+Code:wght@400;500;600;700|Fira+Sans:wght@300;400;500;600;700",
|
|
544
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&family=Fira+Sans:wght@300;400;500;600;700&display=swap');",
|
|
545
|
+
"Tailwind Config": "fontFamily: { mono: ['Fira Code', 'monospace'], sans: ['Fira Sans', 'sans-serif'] }",
|
|
546
|
+
"Notes": "Fira family cohesion. Code for data, Sans for labels."
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"No": "43",
|
|
550
|
+
"Font Pairing Name": "Music/Entertainment",
|
|
551
|
+
"Category": "Display + Sans",
|
|
552
|
+
"Heading Font": "Righteous",
|
|
553
|
+
"Body Font": "Poppins",
|
|
554
|
+
"Mood/Style Keywords": "music, entertainment, fun, energetic, bold, performance",
|
|
555
|
+
"Best For": "Music platforms, entertainment, events, festivals, performers",
|
|
556
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Poppins:wght@300;400;500;600;700|Righteous",
|
|
557
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Righteous&display=swap');",
|
|
558
|
+
"Tailwind Config": "fontFamily: { display: ['Righteous', 'sans-serif'], sans: ['Poppins', 'sans-serif'] }",
|
|
559
|
+
"Notes": "Righteous for bold entertainment headers. Poppins for body."
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"No": "44",
|
|
563
|
+
"Font Pairing Name": "Minimalist Portfolio",
|
|
564
|
+
"Category": "Sans + Sans",
|
|
565
|
+
"Heading Font": "Archivo",
|
|
566
|
+
"Body Font": "Space Grotesk",
|
|
567
|
+
"Mood/Style Keywords": "minimal, portfolio, designer, creative, clean, artistic",
|
|
568
|
+
"Best For": "Design portfolios, creative professionals, minimalist brands",
|
|
569
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Archivo:wght@300;400;500;600;700|Space+Grotesk:wght@300;400;500;600;700",
|
|
570
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');",
|
|
571
|
+
"Tailwind Config": "fontFamily: { heading: ['Space Grotesk', 'sans-serif'], body: ['Archivo', 'sans-serif'] }",
|
|
572
|
+
"Notes": "Space Grotesk for distinctive headers. Archivo for clean body."
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"No": "45",
|
|
576
|
+
"Font Pairing Name": "Kids/Education",
|
|
577
|
+
"Category": "Display + Sans",
|
|
578
|
+
"Heading Font": "Baloo 2",
|
|
579
|
+
"Body Font": "Comic Neue",
|
|
580
|
+
"Mood/Style Keywords": "kids, education, playful, friendly, colorful, learning",
|
|
581
|
+
"Best For": "Children's apps, educational games, kid-friendly content",
|
|
582
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Baloo+2:wght@400;500;600;700|Comic+Neue:wght@300;400;700",
|
|
583
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&family=Comic+Neue:wght@300;400;700&display=swap');",
|
|
584
|
+
"Tailwind Config": "fontFamily: { display: ['Baloo 2', 'sans-serif'], sans: ['Comic Neue', 'sans-serif'] }",
|
|
585
|
+
"Notes": "Fun, playful fonts for children. Comic Neue is readable comic style."
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"No": "46",
|
|
589
|
+
"Font Pairing Name": "Wedding/Romance",
|
|
590
|
+
"Category": "Script + Serif",
|
|
591
|
+
"Heading Font": "Great Vibes",
|
|
592
|
+
"Body Font": "Cormorant Infant",
|
|
593
|
+
"Mood/Style Keywords": "wedding, romance, elegant, script, invitation, feminine",
|
|
594
|
+
"Best For": "Wedding sites, invitations, romantic brands, bridal",
|
|
595
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Cormorant+Infant:wght@300;400;500;600;700|Great+Vibes",
|
|
596
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&family=Great+Vibes&display=swap');",
|
|
597
|
+
"Tailwind Config": "fontFamily: { script: ['Great Vibes', 'cursive'], serif: ['Cormorant Infant', 'serif'] }",
|
|
598
|
+
"Notes": "Great Vibes for elegant accents. Cormorant for readable text."
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"No": "47",
|
|
602
|
+
"Font Pairing Name": "Science/Tech",
|
|
603
|
+
"Category": "Sans + Sans",
|
|
604
|
+
"Heading Font": "Exo",
|
|
605
|
+
"Body Font": "Roboto Mono",
|
|
606
|
+
"Mood/Style Keywords": "science, technology, research, data, futuristic, precise",
|
|
607
|
+
"Best For": "Science, research, tech documentation, data-heavy sites",
|
|
608
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Exo:wght@300;400;500;600;700|Roboto+Mono:wght@300;400;500;700",
|
|
609
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700&family=Roboto+Mono:wght@300;400;500;700&display=swap');",
|
|
610
|
+
"Tailwind Config": "fontFamily: { sans: ['Exo', 'sans-serif'], mono: ['Roboto Mono', 'monospace'] }",
|
|
611
|
+
"Notes": "Exo for modern tech feel. Roboto Mono for code/data."
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"No": "48",
|
|
615
|
+
"Font Pairing Name": "Accessibility First",
|
|
616
|
+
"Category": "Sans + Sans",
|
|
617
|
+
"Heading Font": "Atkinson Hyperlegible",
|
|
618
|
+
"Body Font": "Atkinson Hyperlegible",
|
|
619
|
+
"Mood/Style Keywords": "accessible, readable, inclusive, WCAG, dyslexia-friendly, clear",
|
|
620
|
+
"Best For": "Accessibility-critical sites, government, healthcare, inclusive design",
|
|
621
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Atkinson+Hyperlegible:wght@400;700",
|
|
622
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap');",
|
|
623
|
+
"Tailwind Config": "fontFamily: { sans: ['Atkinson Hyperlegible', 'sans-serif'] }",
|
|
624
|
+
"Notes": "Designed for maximum legibility. Excellent for accessibility."
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"No": "49",
|
|
628
|
+
"Font Pairing Name": "Sports/Fitness",
|
|
629
|
+
"Category": "Sans + Sans",
|
|
630
|
+
"Heading Font": "Barlow Condensed",
|
|
631
|
+
"Body Font": "Barlow",
|
|
632
|
+
"Mood/Style Keywords": "sports, fitness, athletic, energetic, condensed, action",
|
|
633
|
+
"Best For": "Sports, fitness, gyms, athletic brands, competition",
|
|
634
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Barlow+Condensed:wght@400;500;600;700|Barlow:wght@300;400;500;600;700",
|
|
635
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Barlow:wght@300;400;500;600;700&display=swap');",
|
|
636
|
+
"Tailwind Config": "fontFamily: { display: ['Barlow Condensed', 'sans-serif'], body: ['Barlow', 'sans-serif'] }",
|
|
637
|
+
"Notes": "Condensed for impact headlines. Regular Barlow for body."
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"No": "50",
|
|
641
|
+
"Font Pairing Name": "Luxury Minimalist",
|
|
642
|
+
"Category": "Serif + Sans",
|
|
643
|
+
"Heading Font": "Bodoni Moda",
|
|
644
|
+
"Body Font": "Jost",
|
|
645
|
+
"Mood/Style Keywords": "luxury, minimalist, high-end, sophisticated, refined, premium",
|
|
646
|
+
"Best For": "Luxury minimalist brands, high-end fashion, premium products",
|
|
647
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Bodoni+Moda:wght@400;500;600;700|Jost:wght@300;400;500;600;700",
|
|
648
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500;600;700&family=Jost:wght@300;400;500;600;700&display=swap');",
|
|
649
|
+
"Tailwind Config": "fontFamily: { serif: ['Bodoni Moda', 'serif'], sans: ['Jost', 'sans-serif'] }",
|
|
650
|
+
"Notes": "Bodoni's high contrast elegance. Jost for geometric body."
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"No": "51",
|
|
654
|
+
"Font Pairing Name": "Tech/HUD Mono",
|
|
655
|
+
"Category": "Mono + Mono",
|
|
656
|
+
"Heading Font": "Share Tech Mono",
|
|
657
|
+
"Body Font": "Fira Code",
|
|
658
|
+
"Mood/Style Keywords": "tech, futuristic, hud, sci-fi, data, monospaced, precise",
|
|
659
|
+
"Best For": "Sci-fi interfaces, developer tools, cybersecurity, dashboards",
|
|
660
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Fira+Code:wght@300;400;500;600;700|Share+Tech+Mono",
|
|
661
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Share+Tech+Mono&display=swap');",
|
|
662
|
+
"Tailwind Config": "fontFamily: { hud: ['Share Tech Mono', 'monospace'], code: ['Fira Code', 'monospace'] }",
|
|
663
|
+
"Notes": "Share Tech Mono has that classic sci-fi look."
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"No": "52",
|
|
667
|
+
"Font Pairing Name": "Pixel Retro",
|
|
668
|
+
"Category": "Display + Sans",
|
|
669
|
+
"Heading Font": "Press Start 2P",
|
|
670
|
+
"Body Font": "VT323",
|
|
671
|
+
"Mood/Style Keywords": "pixel, retro, gaming, 8-bit, nostalgic, arcade",
|
|
672
|
+
"Best For": "Pixel art games, retro websites, creative portfolios",
|
|
673
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Press+Start+2P|VT323",
|
|
674
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap');",
|
|
675
|
+
"Tailwind Config": "fontFamily: { pixel: ['Press Start 2P', 'cursive'], terminal: ['VT323', 'monospace'] }",
|
|
676
|
+
"Notes": "Press Start 2P is very wide/large. VT323 is better for body text."
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"No": "53",
|
|
680
|
+
"Font Pairing Name": "Neubrutalist Bold",
|
|
681
|
+
"Category": "Display + Sans",
|
|
682
|
+
"Heading Font": "Lexend Mega",
|
|
683
|
+
"Body Font": "Public Sans",
|
|
684
|
+
"Mood/Style Keywords": "bold, neubrutalist, loud, strong, geometric, quirky",
|
|
685
|
+
"Best For": "Neubrutalist designs, Gen Z brands, bold marketing",
|
|
686
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Lexend+Mega:wght@100..900|Public+Sans:wght@100..900",
|
|
687
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Lexend+Mega:wght@100..900&family=Public+Sans:wght@100..900&display=swap');",
|
|
688
|
+
"Tailwind Config": "fontFamily: { mega: ['Lexend Mega', 'sans-serif'], body: ['Public Sans', 'sans-serif'] }",
|
|
689
|
+
"Notes": "Lexend Mega has distinct character and variable weight."
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"No": "54",
|
|
693
|
+
"Font Pairing Name": "Academic/Archival",
|
|
694
|
+
"Category": "Serif + Serif",
|
|
695
|
+
"Heading Font": "EB Garamond",
|
|
696
|
+
"Body Font": "Crimson Text",
|
|
697
|
+
"Mood/Style Keywords": "academic, old-school, university, research, serious, traditional",
|
|
698
|
+
"Best For": "University sites, archives, research papers, history",
|
|
699
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Crimson+Text:wght@400;600;700|EB+Garamond:wght@400;500;600;700;800",
|
|
700
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=EB+Garamond:wght@400;500;600;700;800&display=swap');",
|
|
701
|
+
"Tailwind Config": "fontFamily: { classic: ['EB Garamond', 'serif'], text: ['Crimson Text', 'serif'] }",
|
|
702
|
+
"Notes": "Classic academic aesthetic. Very legible."
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"No": "55",
|
|
706
|
+
"Font Pairing Name": "Spatial Clear",
|
|
707
|
+
"Category": "Sans + Sans",
|
|
708
|
+
"Heading Font": "Inter",
|
|
709
|
+
"Body Font": "Inter",
|
|
710
|
+
"Mood/Style Keywords": "spatial, legible, glass, system, clean, neutral",
|
|
711
|
+
"Best For": "Spatial computing, AR/VR, glassmorphism interfaces",
|
|
712
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Inter:wght@300;400;500;600",
|
|
713
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');",
|
|
714
|
+
"Tailwind Config": "fontFamily: { sans: ['Inter', 'sans-serif'] }",
|
|
715
|
+
"Notes": "Optimized for readability on dynamic backgrounds."
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"No": "56",
|
|
719
|
+
"Font Pairing Name": "Kinetic Motion",
|
|
720
|
+
"Category": "Display + Mono",
|
|
721
|
+
"Heading Font": "Syncopate",
|
|
722
|
+
"Body Font": "Space Mono",
|
|
723
|
+
"Mood/Style Keywords": "kinetic, motion, futuristic, speed, wide, tech",
|
|
724
|
+
"Best For": "Music festivals, automotive, high-energy brands",
|
|
725
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Space+Mono:wght@400;700|Syncopate:wght@400;700",
|
|
726
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Syncopate:wght@400;700&display=swap');",
|
|
727
|
+
"Tailwind Config": "fontFamily: { display: ['Syncopate', 'sans-serif'], mono: ['Space Mono', 'monospace'] }",
|
|
728
|
+
"Notes": "Syncopate's wide stance works well with motion effects."
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"No": "57",
|
|
732
|
+
"Font Pairing Name": "Gen Z Brutal",
|
|
733
|
+
"Category": "Display + Sans",
|
|
734
|
+
"Heading Font": "Anton",
|
|
735
|
+
"Body Font": "Epilogue",
|
|
736
|
+
"Mood/Style Keywords": "brutal, loud, shouty, meme, internet, bold",
|
|
737
|
+
"Best For": "Gen Z marketing, streetwear, viral campaigns",
|
|
738
|
+
"Google Fonts URL": "https://fonts.google.com/share?selection.family=Anton|Epilogue:wght@400;500;600;700",
|
|
739
|
+
"CSS Import": "@import url('https://fonts.googleapis.com/css2?family=Anton&family=Epilogue:wght@400;500;600;700&display=swap');",
|
|
740
|
+
"Tailwind Config": "fontFamily: { display: ['Anton', 'sans-serif'], body: ['Epilogue', 'sans-serif'] }",
|
|
741
|
+
"Notes": "Anton is impactful and condensed. Good for stickers/badges."
|
|
742
|
+
}
|
|
743
|
+
]
|