use-agentz 0.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.
Files changed (113) hide show
  1. package/README.md +308 -0
  2. package/dist/authoring/define.js +132 -0
  3. package/dist/cli.js +26581 -0
  4. package/dist/config/define.js +36 -0
  5. package/dist/ui/web/index.html +16 -0
  6. package/dist/ui/web/logo.png +0 -0
  7. package/dist/ui/web/main.tsx +2406 -0
  8. package/dist/ui/web/styles.css +2338 -0
  9. package/package.json +54 -0
  10. package/registry/r/agent.analyst.json +44 -0
  11. package/registry/r/agent.designer.json +34 -0
  12. package/registry/r/agent.developer.json +31 -0
  13. package/registry/r/agent.expert-orchestrator.json +36 -0
  14. package/registry/r/agent.expert.json +33 -0
  15. package/registry/r/agent.orchestrator.json +39 -0
  16. package/registry/r/agent.quick.json +28 -0
  17. package/registry/r/agent.reviewer-anthropic.json +34 -0
  18. package/registry/r/agent.reviewer-gpt.json +34 -0
  19. package/registry/r/agent.scout.json +34 -0
  20. package/registry/r/command.caveman.json +20 -0
  21. package/registry/r/command.grill-me.json +20 -0
  22. package/registry/r/group.cli-bun.json +13 -0
  23. package/registry/r/group.cli-go.json +13 -0
  24. package/registry/r/group.database-design.json +12 -0
  25. package/registry/r/group.design.json +14 -0
  26. package/registry/r/group.documents.json +13 -0
  27. package/registry/r/group.engineering-process.json +18 -0
  28. package/registry/r/group.go.json +21 -0
  29. package/registry/r/group.python.json +10 -0
  30. package/registry/r/group.react.json +11 -0
  31. package/registry/r/group.typescript.json +10 -0
  32. package/registry/r/lsp.proto.json +41 -0
  33. package/registry/r/mcp.context7.json +13 -0
  34. package/registry/r/mcp.playwright.json +50 -0
  35. package/registry/r/pack.basic.json +78 -0
  36. package/registry/r/pack.gpt-5-6.json +78 -0
  37. package/registry/r/pack.optimized.json +78 -0
  38. package/registry/r/pack.opus-fable.json +78 -0
  39. package/registry/r/plugin.caveman-compress.json +20 -0
  40. package/registry/r/preset.caveman-only.json +13 -0
  41. package/registry/r/preset.cost-aware-trio.json +41 -0
  42. package/registry/r/preset.cross-model-review.json +34 -0
  43. package/registry/r/preset.design.json +39 -0
  44. package/registry/r/preset.fable-pack.json +41 -0
  45. package/registry/r/preset.full.json +67 -0
  46. package/registry/r/rule.always-cross-review.json +25 -0
  47. package/registry/r/rule.always-design.json +25 -0
  48. package/registry/r/rule.always-qa.json +25 -0
  49. package/registry/r/rule.always-test.json +25 -0
  50. package/registry/r/rule.caveman-ultra.json +23 -0
  51. package/registry/r/rule.never-cross-review.json +25 -0
  52. package/registry/r/rule.never-design.json +25 -0
  53. package/registry/r/rule.never-qa.json +25 -0
  54. package/registry/r/rule.never-test.json +25 -0
  55. package/registry/r/rule.routing.json +26 -0
  56. package/registry/r/rule.use-question-tool.json +20 -0
  57. package/registry/r/skill.bun-cli.json +20 -0
  58. package/registry/r/skill.bun-tui.json +20 -0
  59. package/registry/r/skill.caveman-compress.json +17 -0
  60. package/registry/r/skill.caveman.json +20 -0
  61. package/registry/r/skill.cli-design.json +15 -0
  62. package/registry/r/skill.code-review.json +18 -0
  63. package/registry/r/skill.cost-aware-orchestration.json +14 -0
  64. package/registry/r/skill.cross-model-review.json +14 -0
  65. package/registry/r/skill.db-schema-design.json +15 -0
  66. package/registry/r/skill.design-system.json +19 -0
  67. package/registry/r/skill.design-taste.json +116 -0
  68. package/registry/r/skill.diagnosing-bugs.json +23 -0
  69. package/registry/r/skill.diagrams.json +21 -0
  70. package/registry/r/skill.docx-create.json +20 -0
  71. package/registry/r/skill.domain-modeling.json +18 -0
  72. package/registry/r/skill.frontend-qa.json +19 -0
  73. package/registry/r/skill.go-architecture.json +21 -0
  74. package/registry/r/skill.go-ci.json +21 -0
  75. package/registry/r/skill.go-cli.json +20 -0
  76. package/registry/r/skill.go-data-structures.json +21 -0
  77. package/registry/r/skill.go-dependencies.json +21 -0
  78. package/registry/r/skill.go-dev.json +20 -0
  79. package/registry/r/skill.go-documentation.json +21 -0
  80. package/registry/r/skill.go-ecosystem.json +21 -0
  81. package/registry/r/skill.go-qa.json +21 -0
  82. package/registry/r/skill.go-quality.json +21 -0
  83. package/registry/r/skill.go-refactoring.json +21 -0
  84. package/registry/r/skill.go-tooling.json +21 -0
  85. package/registry/r/skill.go-tui.json +20 -0
  86. package/registry/r/skill.go-types.json +21 -0
  87. package/registry/r/skill.grilling.json +18 -0
  88. package/registry/r/skill.improve-architecture.json +18 -0
  89. package/registry/r/skill.pdf-create.json +23 -0
  90. package/registry/r/skill.pptx-create.json +23 -0
  91. package/registry/r/skill.product-ui.json +22 -0
  92. package/registry/r/skill.python-dev.json +20 -0
  93. package/registry/r/skill.react-dev.json +20 -0
  94. package/registry/r/skill.resolving-merge-conflicts.json +18 -0
  95. package/registry/r/skill.scratchpad.json +17 -0
  96. package/registry/r/skill.skill-authoring.json +17 -0
  97. package/registry/r/skill.software-design.json +28 -0
  98. package/registry/r/skill.sql-migrations.json +15 -0
  99. package/registry/r/skill.tdd.json +28 -0
  100. package/registry/r/skill.typescript-dev.json +20 -0
  101. package/registry/r/skill.visual-assets.json +17 -0
  102. package/registry/r/skill.wayfinder.json +18 -0
  103. package/registry/r/skill.xlsx-create.json +20 -0
  104. package/registry/r/tool.a11y-quick.json +24 -0
  105. package/registry/r/tool.contrast-check.json +24 -0
  106. package/registry/r/tool.design-lint.json +24 -0
  107. package/registry/r/tool.design-search.json +23 -0
  108. package/registry/r/tool.pdf-create.json +23 -0
  109. package/registry/r/tool.pptx-create.json +23 -0
  110. package/registry/r/tool.scratchpad.json +68 -0
  111. package/registry/r/tool.token-validate.json +24 -0
  112. package/registry/registry.json +676 -0
  113. package/schema/agentz.schema.json +330 -0
@@ -0,0 +1,116 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "name": "design-taste",
4
+ "type": "skill",
5
+ "title": "design-taste",
6
+ "description": "Public-facing visual direction for landing pages, heroes, marketing or agency sites, portfolios, screenshot-to-code work, and font, palette, layout, or motion choices. Pair with design skills for visual foundations; product-ui leads daily-work product screens.",
7
+ "dependencies": [
8
+ "tool:a11y-quick",
9
+ "tool:contrast-check",
10
+ "tool:design-lint",
11
+ "tool:design-search",
12
+ "tool:token-validate"
13
+ ],
14
+ "files": [
15
+ {
16
+ "path": "SKILL.md",
17
+ "content": "---\nname: design-taste\ndescription: >\n Public-facing visual direction for landing pages, heroes, marketing or agency\n sites, portfolios, screenshot-to-code work, and font, palette, layout, or\n motion choices. Pair with design skills for visual foundations; product-ui\n leads daily-work product screens.\n---\n\n# Design Taste\n\nAnti-slop aesthetics for visual frontends. The model has a statistical default\naesthetic; every rule here exists to break it deliberately.\n\nEverything below is a strong default, not law. Deviate deliberately with a\none-line stated rationale. Non-negotiable hard bans only: scroll event\nlisteners, missing prefers-reduced-motion, contrast failures, div-built fake\nscreenshots, broken mobile layout.\n\n## Scope\n\nMarketing sites, landing pages, portfolios, agency sites, greenfield visual\nfrontends, and redesigns of those, plus the shared aesthetic canon\n(typography, color, motion, dials) every other design skill builds on. Product\nUI: dashboards, data tables, admin, wizards, settings, forms-as-work load the\nproduct-ui skill on top; product-ui wins conflicts there.\nPrecedence on marketing pages: hard rules here beat style-pack preferences.\nTools (design-lint etc.) are advisory heuristics; a skill rule beats a tool\nWARN, and a deliberate documented choice beats both.\n\n## Workflow\n\n1. Read the brief. Extract page type, audience, brand signals, stack.\n2. Ambiguous brief: ask exactly ONE clarifying question. Confident: proceed.\n3. Set dials; state them in one line before writing code.\n4. Pick a real design system (honesty map below) or an honest aesthetic\n direction, optionally via the design-search tool.\n5. Build. Run the copy self-audit. Hand to the frontend-qa skill at the tier\n matching the change scope; a new or redesigned page is a full matrix (T2).\n\n### Dials\n\nDESIGN_VARIANCE / MOTION_INTENSITY / VISUAL_DENSITY, each 1-10.\nBands: 1-3 static, symmetric, airy. 4-7 mid. 8-10 cinematic, asymmetric, dense.\n\n| Brief signal | VAR | MOT | DEN |\n|---|---|---|---|\n| Minimalist, Linear-like | 5-6 | 3-4 | 2-3 |\n| Premium consumer, Apple-like | 7-8 | 5-7 | 3-4 |\n| Playful, Awwwards | 9-10 | 8-10 | 3-4 |\n| Landing page, no signal | 7-9 | 6-8 | 3-5 |\n| Trust-first, public sector | 3-4 | 2-3 | 4-5 |\n| Redesign, preserve mode | match | +1 | match |\n| Redesign, overhaul mode | +2 | +2 | match |\n\nPresets: SaaS landing 7/6/4. Agency 9/8/3. Premium consumer 7/6/3. Designer\nportfolio 8/7/3. Dev portfolio 6/5/4. Editorial 6/4/3. Public sector 3/2/5.\n\n## Typography\n\n- Inter is BANNED as a reflexive default. Exceptions: product UI (host owns\n the font) and the brutalist pack (Inter Extra Bold/Black macro display\n only). Also never default to Roboto, Arial, Open Sans, Helvetica.\n- Sans: pick a characterful grotesque with intent (e.g. Geist, Outfit,\n Satoshi, Cabinet Grotesk, General Sans...); the point is intentionality, not\n this list. Commit to one.\n- Mono pairings: Geist + Geist Mono. Satoshi + JetBrains Mono. Cabinet\n Grotesk + Inter Tight. GT America + IBM Plex Mono.\n- Data numbers: `tabular-nums` on every table column, stat, countdown.\n DENSITY 8-10: font-mono for ALL numbers.\n- Display numbers and hero type: `tracking-tighter leading-none`. Hero ladder\n `text-4xl md:text-5xl lg:text-6xl` default; `text-6xl md:text-7xl` only for\n 3-5 word headlines.\n- Body: `leading-relaxed`, `max-w-[65ch]`. Hierarchy via weight and color,\n never raw size alone. No screaming oversized H1s.\n- Serif discipline: NEVER in dashboards or product UI. Marketing: only with\n articulated brand justification (editorial, luxury, heritage). \"Creative\n brief means serif\" is the #1 AI tell. Fraunces and Instrument Serif banned\n as reflexive defaults (allowed inside the editorial pack when justified).\n Justified serifs come from a rotation of characterful display faces with\n intent (e.g. PP Editorial New, GT Sectra Display, Tiempos Headline, Recoleta,\n Canela, Domaine Display...); vary them, never the same reflex twice.\n- Italic descender clearance: italic display words containing y g j p q need\n `leading-[1.1]` minimum plus a `pb-1` reserve; `leading-none` clips them.\n- H1 hard cap: 2 lines desktop. 4+ lines is a font-size error. Fix by\n widening the container (`max-w-5xl`, `max-w-6xl`, `w-full`) and shrinking\n the clamp, e.g. `clamp(3rem, 5vw, 5.5rem)`. Never fix by wrapping more.\n- Emphasis: italic or bold of the SAME family; a mixed-family emphasis word\n is amateur. Load fonts via next/font or self-hosted @font-face with\n `font-display: swap`; never a Google Fonts link tag in production.\n\n## Color\n\n- No pure #000000 or #FFFFFF backgrounds. Off-black #0A0A0A to #121212,\n off-white or warm bone instead.\n- ONE accent color per project, saturation below 80%. Neutral base from ONE\n gray family (Zinc, Slate, or Stone); never mix warm and cool grays.\n- Purple-blue AI gradient BANNED always. Gradients: banned in the minimalist\n pack and product UI; tonal low-chroma allowed in glass and cinematic packs.\n- Purple/violet escape hatch: allowed ONLY when the brand or brief explicitly\n requires it AND the palette is locked and harmonised (consistent accent,\n restrained gradients). The ban stays for default or reflexive reach.\n- Theme lock: one theme per page. No light/dark section flips; at most one\n deliberate theme-switch device per page.\n- Shadows tinted to the background hue, ultra-diffuse. No pure-black shadows\n on light backgrounds, no neon or outer glows.\n- The warm beige + brass \"premium\" palette is an AI tell; pull palettes from\n design-search instead of inventing. Rotate: cold luxury silver/chrome, forest\n green/bone/amber, black and tan, cobalt/cream, terracotta/slate,\n olive/brick/paper, monochrome plus one saturated pop.\n- Design BOTH modes from the start (`prefers-color-scheme`; Tailwind `dark:`\n OR CSS vars, pick one mechanism). Verify both before ship.\n- Contrast: WCAG AA 4.5:1 body, 3:1 large text and UI. Audit every CTA; ghost\n buttons over photos need a scrim, backdrop, or stroke.\n\n## Layout\n\n- 3-equal-cards feature row BANNED. Use a 2-col zigzag, asymmetric grid, or\n horizontal scroll. Zigzag cap: max 2 consecutive image+text splits.\n- Bento: N items = exactly N cells, no empty cells. `grid-flow-dense` on\n every bento; verify col-span/row-span interlock. 3-5 intentional cards\n beat 8 messy ones.\n- Layout-family repetition: each family (zigzag, bento, card grid, marquee,\n centered stack) max once per page; 8 sections need 4+ families.\n- Full height: `min-h-dvh` (or `min-h-[100dvh]`). NEVER `h-screen` or\n `100vh` (iOS Safari address-bar jump).\n- Mobile: every multi-column collapses to one column below 768px, `w-full\n px-4`. Horizontal overflow on mobile is a critical failure; guard main\n with `overflow-x-hidden w-full max-w-full`.\n- Containment: `max-w-[1200px]` to `max-w-[1400px]` (`max-w-7xl`) centered.\n- Section spacing bands by DENSITY: mid (4-7) `py-16` to `py-24`; airy (1-3)\n `py-32` to `py-48`. Lock one rhythm per page.\n- CSS Grid over flexbox percentage math; `calc(33% - 1rem)` banned.\n- Cards only when elevation means real hierarchy; otherwise `border-t`,\n `divide-y`, negative space. DENSITY above 7: card containers banned.\n- One radius system per page: all-sharp, all-soft (12-16px), or all-pill;\n mixing only with a documented rule.\n- Split-header BANNED (big left headline, small right explainer column).\n Stack vertically at 65ch.\n- Overlapping content banned by default; only high-end and cinematic packs,\n with a sub-768px fallback that removes overlaps and rotations.\n- Centered hero = deliberate archetype only: needs a `max-w-5xl`+ container\n and a 2-line H1. Reflexive centered-with-badge is banned. High VARIANCE\n prefers asymmetric composition.\n\n### Hero hard rules\n\n- Fits the initial viewport; CTAs visible without scroll.\n- H1 max 2 lines. Subtext max 20 words and 3-4 lines.\n- Top padding cap `pt-24`. Max 4 text elements: eyebrow OR brand strip,\n headline, subtext, CTAs.\n- ONE primary CTA plus at most one visually-secondary. Labels max 3 words,\n one label per intent page-wide, no wrap at desktop.\n- Banned inside hero: tagline under CTAs, trust micro-strip, pricing teaser,\n feature bullets, avatar row, stat pills, floating badge icons. Logo wall\n goes UNDER the hero, never inside it.\n\n### Nav and eyebrows\n\n- Nav: single line at lg (1024px) or condense to a menu; height max 80px,\n default 64-72px.\n- Eyebrows: small, uppercase, tracked-out; max 1 per 3 sections (mechanical\n check count <= ceil(sections/3), hero counts).\n- Numbered meta-labels BANNED forever: SECTION 01, 00 / INDEX, QUESTION 05,\n version stamps.\n\n## Motion\n\n- Defaults: spring `type: \"spring\", stiffness: 100, damping: 20`; easing\n `cubic-bezier(0.16, 1, 0.3, 1)`. No linear easing.\n- Animate `transform` and `opacity` ONLY; never top/left/width/height.\n `will-change: transform` only on actively animating elements.\n- `window.addEventListener('scroll')` HARD BAN. Use IntersectionObserver,\n Motion `useScroll()`, GSAP ScrollTrigger, or CSS\n `animation-timeline: view()`.\n- No `useState` for continuous input (scroll, pointer): `useMotionValue`\n plus `useTransform`.\n- `prefers-reduced-motion` mandatory: loops, parallax, hijack, magnetics all\n collapse to static.\n- `prefers-reduced-transparency`: glass and translucent surfaces\n (`backdrop-filter`) need a solid-fill fallback.\n- Entry reveals: `whileInView` from `opacity: 0, y: 24`, duration 0.6,\n viewport `{ once: true, amount: 0.3 }`. Stagger 60-100ms per item, e.g.\n `animation-delay: calc(var(--index) * 80ms)`.\n- GSAP pin/scrub skeleton: `start: \"top top\"`, `pin: true`,\n `pinSpacing: false`, `scrub: true` (or `1`), `end: \"+=\" + distance`,\n `invalidateOnRefresh: true`; previous card exits to `scale: 0.92,\n opacity: 0.55`. GSAP for pinned scrolltelling; whileInView for reveals.\n- Motion must be MOTIVATED: hierarchy, storytelling, feedback, or state\n transition. \"Looked cool\" = cut. MOTION above 4 claimed means real motion\n shown, or drop the dial to 3.\n- Perpetual micro-loops: sparse, motivated only, never on every card.\n Marquee: max 1 per page.\n- Grain/noise overlays only on fixed `pointer-events-none` layers\n (`fixed inset-0 z-[60]`), never scrolling containers. Backdrop-blur only\n on fixed or sticky elements.\n- Tactile press on every button: `active:scale-[0.98]` or\n `-translate-y-[1px]`.\n- Isolate heavy animation in client leaf components; clean up on unmount;\n z-index from a documented scale, never z-[9999].\n- Never mix GSAP or Three.js with Motion/framer in the same component tree;\n they fight over the same frames. One animation library per component tree.\n\n## Content\n\n- Em/en-dash BANNED in headlines, eyebrows, buttons, and labels (the AI tell\n lives there). Typographically correct em/en dashes are acceptable in\n long-form body copy and quotes when used consistently. Ranges may use\n hyphens. Empty cell = \"-\" or \"Not set\".\n- No emojis in code, markup, copy, or alt text.\n- Cliche ban: Elevate, Seamless, Unleash, Next-Gen, Revolutionize,\n Game-changer, Delve, Tapestry, \"In the world of\". Concrete verbs, plain\n specific language, one copy register per page.\n- Placeholder-name ban: John Doe, Sarah Chan, Acme, Nexus, SmartFlow,\n Cloudly, NovaCore, Lorem Ipsum. Use realistic locale-appropriate names.\n- Organic numbers: 47.2%, +1 (312) 847-1928. Never 99.99%, 50%, 1234567.\n Fake-precise specs banned unless real or labeled mock.\n- Section copy budget: headline max 8 words, subtext max 25 words.\n- Quotes: body max 3 lines, real typographic quote marks or none,\n attribution always name + role (+ company), never name only.\n- Copy self-audit before ship: re-read every visible string; fix broken\n grammar, unclear referents, AI wordplay, mock-poetic humility.\n\n## Components and images\n\n- shadcn/ui allowed but NEVER default-styled: customize radius, colors,\n shadows, typography. Default shadcn is a wireframe.\n- Icons: `@phosphor-icons/react` first, then hugeicons-react,\n @radix-ui/react-icons, @tabler/icons-react. lucide-react only on explicit\n request. ONE family per project, one fixed strokeWidth (1.5 or 2.0). Never\n hand-roll SVG icon paths.\n- Image ladder: 1) real URLs the user provided; 2)\n `https://picsum.photos/seed/{descriptive-seed}/{w}/{h}` sized per aspect\n need; 3) labeled TODO slots, and tell the user. Even minimal pages need\n 2-3 real images.\n- Real brand logos: `https://cdn.simpleicons.org/{slug}` (append /ffffff on\n dark). Invented brand: generate an SVG monogram. Logo walls show logos\n only, no category labels underneath.\n- Div-built fake screenshots BANNED (#1 tell). Hand-rolled decorative SVGs\n strongly discouraged.\n- Touch targets: every interactive element ≥44px tap size. Visible focus ring\n on every focusable element (keyboard a11y requirement, not optional); never\n suppress the outline without a replacement.\n- Check package.json before every import; output the install command first.\n\n## Design-system honesty\n\nBrief names a system: use the OFFICIAL package. Do not recreate its CSS by\nhand and do not override 90% of its tokens. ONE system per project.\n\n| Brief says | Use |\n|---|---|\n| Fluent | @fluentui/react-components |\n| Material | @material/web |\n| Carbon | @carbon/react + @carbon/styles |\n| Polaris | @shopify/polaris |\n| Primer | @primer/react (or @primer/css) |\n| Jira / Atlassian | @atlaskit/* + @atlaskit/tokens |\n| GOV.UK | govuk-frontend |\n| USWDS | @uswds/uswds |\n| Radix | @radix-ui/themes |\n| Fast local-business / agency MVP | Bootstrap 5.3 (boring, fast, works) |\n\n## Redesign protocol\n\nModes: greenfield (nothing to preserve), preserve (brand and IA stay),\noverhaul (explicit permission to replace). Detect from the brief; default to\npreserve.\n\n1. Audit first: brand tokens, IA, content blocks, patterns to keep or\n retire, dial reading of the existing site, SEO baseline (#1 risk).\n2. Preserve list: slugs and URLs, anchors, nav labels, copy voice, a11y\n wins, SEO signals, analytics events.\n3. Lever order, stop when the brief is satisfied: 1 typography, 2 spacing\n and rhythm, 3 color recalibration, 4 motion layer, 5 hero recomposition,\n 6 full block replacement. Targeted evolution gives ~70% of the value at\n ~40% of the risk.\n4. NEVER silently change: URLs, nav labels, form field names or order, the\n logo, legal or cookie copy.\n\nWork in the existing stack, no migrations, small reviewable changes, test\neach change.\n\n## Image to code\n\nThe image IS the spec, not inspiration. Implementation = visually faithful,\ntranslated to frontend; never \"inspired by\".\n\n- Extract faithfully: exact visible text (headline, sub, CTAs, nav, pricing,\n footer), type scale and weight relations, line counts, spacing logic\n (section padding, gutters, card gaps), palette and accents, button shape,\n radius, fill vs outline, card structure, shadows, grid.\n- NO-CROP rule: never crop or zoom the source image for details; cropping\n destroys spacing and type-scale accuracy. Unclear region: produce a fresh\n standalone detail render in the same design language with larger text,\n then extract from that.\n- Anti-drift: no collapsing to generic templates, no compressing generous\n spacing, no flattening hierarchy, no nested boxes, no stripping identity.\n Invent only where the image is genuinely ambiguous; when filling gaps,\n preserve design language first, then layout, then component family, then\n mood.\n\n## design-search tool\n\nCurated-CSV lookup: 84 styles, 192 product palettes, 73 font pairings,\nlanding patterns, UX rules, per-stack guidelines. Use it BEFORE inventing a\npalette, picking fonts, or answering stack-specific styling questions.\n\n| Need | Call |\n|---|---|\n| Full design system for a product | query=\"fintech saas\" designSystem=true |\n| Palette only | query=\"luxury ecommerce\" domain=color |\n| Font pairing | query=\"warm editorial\" domain=typography |\n| Style direction | query=\"brutalist portfolio\" domain=style |\n| Landing structure | query=\"conversion hero\" domain=landing |\n| Stack guidance | query=\"image optimization\" stack=react |\n\nMulti-dimensional queries work best: product + industry + tone + density.\ndesignSystem output includes anti-patterns; read and apply them.\n\n## References\n\n- `references/style-packs.md`: full recipes for the minimalist, brutalist,\n high-end, and cinematic packs (fonts, exact hexes, components, motion).\n Pick ONE pack per project; hard rules above always beat pack preferences.\n- `references/anti-patterns.md`: the full ban catalog; scan before ship.\n\n## Page delivery\n\n- Web vitals targets: LCP < 2.5s, INP < 200ms, CLS < 0.1.\n- Hero media: preload or mark `priority` (e.g. `next/image priority`); it is the\n LCP element.\n- Reserve layout space for images, fonts, and embeds — zero CLS from late-loading\n assets.\n- Lazy-load heavy motion and below-the-fold Three.js/Motion bundles.\n\n## Final gate\n\nEvery page goes through the frontend-qa skill before \"done\", at the tier\nmatching the change scope (section 0 there). A new or redesigned page is a full\nmatrix (T2): browser render, both themes, mobile widths, forced states, zero\nconsole errors, and the mechanical checklist (eyebrow count formula,\ndash-character sweep, contrast audit, hero math). A trivial copy or token tweak\non an existing page drops to the static-only tier.\n",
18
+ "kind": "skill-md"
19
+ },
20
+ {
21
+ "path": "data/app-interface.csv",
22
+ "content": "No,Category,Issue,Keywords,Platform,Description,Do,Don't,Code Example Good,Code Example Bad,Severity\n1,Accessibility,Icon Button Labels,icon button accessibilityLabel,iOS/Android/React Native,Icon-only buttons must expose an accessible label,Set accessibilityLabel or label prop on icon buttons,Icon buttons without accessible names,\"<Pressable accessibilityLabel=\"\"Close\"\"><XIcon /></Pressable>\",\"<Pressable><XIcon /></Pressable>\",Critical\n2,Accessibility,Form Control Labels,form input label accessibilityLabel,iOS/Android/React Native,All inputs must have a visible label and an accessibility label,Pair Text label with input and set accessibilityLabel,Inputs with placeholder only,\"<View><Text>Email</Text><TextInput accessibilityLabel=\"\"Email address\"\" /></View>\",\"<TextInput placeholder=\"\"Email\"\" /></View>\",Critical\n3,Accessibility,Role & Traits,accessibilityRole accessibilityTraits,iOS/Android/React Native,Interactive elements must expose correct roles/traits,Use accessibilityRole/button/link/checkbox etc.,Rely on generic views with no roles,\"<Pressable accessibilityRole=\"\"button\"\">Submit</Pressable>\",\"<View onTouchStart={submit}>Submit</View>\",High\n4,Accessibility,Dynamic Updates,accessibilityLiveRegion announce,iOS/Android/React Native,Async status updates should be announced to screen readers,Use accessibilityLiveRegion or announceForAccessibility,Update text silently with no announcement,\"<Text accessibilityLiveRegion=\"\"polite\"\">{status}</Text>\",\"<Text>{status}</Text>\",Medium\n5,Accessibility,Decorative Icons,accessible={false} importantForAccessibility,iOS/Android/React Native,Decorative icons should be hidden from screen readers,Mark decorative icons as not accessible,Have screen reader read every icon,\"<Icon accessible={false} importantForAccessibility=\"\"no\"\" />\",\"<Icon />\",Medium\n6,Touch,Touch Target Size,touch 44x44 hitSlop,iOS/Android/React Native,Primary touch targets must be at least 44x44pt,Increase hitSlop or padding to meet minimum,Small icons with tiny touch area,\"<Pressable hitSlop={10}><Icon /></Pressable>\",\"<Pressable><Icon style={{ width: 16, height: 16 }} /></Pressable>\",Critical\n7,Touch,Touch Spacing,touch spacing gap 8px,iOS/Android/React Native,Adjacent touch targets need enough spacing,Keep at least 8dp spacing between touchables,Cluster many buttons with no gap,\"<View style={{ gap: 8 }}><Button ... /><Button ... /></View>\",\"<View><Button ... /><Button ... /></View>\",Medium\n8,Touch,Gesture Conflicts,scroll swipe back gesture,iOS/Android/React Native,Custom gestures must not break system scroll/back,Reserve horizontal swipes for carousels,Full-screen custom swipe conflicting with back,\"HorizontalPager inside vertical ScrollView\",\"PanResponder on full screen blocking back\",High\n9,Navigation,Back Behavior,back handler navigation stack,iOS/Android/React Native,Back navigation should be predictable and preserve state,Use navigation.goBack and keep screen state,Reset stack or exit app unexpectedly,onPress={() => navigation.goBack()},\"BackHandler.exitApp() on first press\",Critical\n10,Navigation,Bottom Tabs,tab bar max items,iOS/Android/React Native,Bottom tab bar should have at most 5 primary items,Use 3–5 tabs and move extras to More/Settings,Overloaded tab bar with many icons,Home/Explore/Profile/Settings,\"Home/Explore/Shop/Cart/Profile/Settings/More\",Medium\n11,Navigation,Modal Escape,modal dismiss close affordance,iOS/Android/React Native,Modals/sheets must have clear close actions,Provide close button and swipe-down where platform expects,Trapping users in modal with no obvious exit,\"<Modal><Button title=\"\"Close\"\" onPress={onClose} /></Modal>\",\"<Modal><View>{children}</View></Modal>\",High\n12,State,Preserve Screen State,navigation preserve state,iOS/Android/React Native,Returning to a screen should restore its scroll and form state,Keep components mounted or persist state,Reset list scroll and form inputs on every visit,\"<Tab.Navigator screenOptions={{ unmountOnBlur: false }}>\",\"<Tab.Screen options={{ unmountOnBlur: true }} />\",Medium\n13,Feedback,Loading Indicators,activity indicator skeleton,iOS/Android/React Native,Show visible feedback during network operations,Use ActivityIndicator or skeleton for >300ms operations,Leave button and screen frozen,\"{loading ? <ActivityIndicator /> : <Button title=\"\"Save\"\" />}\", \"<Button title=\"\"Save\"\" onPress={submit} /> // no loading\",High\n14,Feedback,Success Feedback,toast checkmark banner,iOS/Android/React Native,Confirm successful actions with brief feedback,Show toast/checkmark or banner,Complete actions silently with no confirmation,\"showToast('Saved successfully')\",\"// silently update state only\",Medium\n15,Feedback,Error Feedback,inline error banner,iOS/Android/React Native,Show clear error messages near the problem,input-level error + summary banner,Only change border color with no explanation,\"<TextInput ... /><Text style={{color:'red'}}>{error}</Text>\",\"<TextInput style={{borderColor:'red'}} />\",High\n16,Forms,Inline Validation,onBlur validation,iOS/Android/React Native,Validate inputs on blur or submit with clear messaging,Validate onBlur and onSubmit,Validate on every keystroke causing jank,\"onBlur={() => validateEmail(value)}\",\"onChangeText={v => validateEmail(v)} // every char\",Medium\n17,Forms,Keyboard Type,keyboardType returnKeyType,iOS/Android/React Native,Use appropriate keyboardType and returnKeyType,Match email/tel/number/search types,Use default keyboard for all inputs,\"<TextInput keyboardType=\"\"email-address\"\" />\",\"<TextInput keyboardType=\"\"default\"\" />\",Medium\n18,Forms,Auto Focus & Next,autoFocus blurOnSubmit onSubmitEditing,iOS/Android/React Native,Guide users through form fields with Next/Done flows,Use onSubmitEditing to focus next input,Force users to tap each field manually,\"onSubmitEditing={() => nextRef.current?.focus()}\",\"// no onSubmitEditing, manual tap only\",Low\n19,Forms,Password Visibility,secureTextEntry toggle,iOS/Android/React Native,Allow toggling password visibility securely,Provide Show/Hide icon toggling secureTextEntry,Force users to type blind with no option,\"<TextInput secureTextEntry={secure} /><Icon onPress={toggle} />\",\"<TextInput secureTextEntry /> // no toggle\",Medium\n20,Performance,Virtualize Long Lists,FlatList SectionList virtualization,iOS/Android/React Native,Use FlatList/SectionList for lists over ~50 items,Use keyExtractor and initialNumToRender appropriately,Render hundreds of items with ScrollView,\"<FlatList data={items} renderItem={...} />\",\"<ScrollView>{items.map(renderItem)}</ScrollView>\",High\n21,Performance,Image Size & Cache,Image resize cache,iOS/Android/React Native,Use correctly sized and cached images,Use Image component with proper resizeMode and caching,Load full-resolution images everywhere,\"<Image source={{uri}} resizeMode=\"\"cover\"\" />\",\"<Image source={require('4k.png')} /> // small avatar\",Medium\n22,Performance,Debounce High-Freq Events,debounce scroll search,iOS/Android/React Native,Debounce scroll/search callbacks to avoid jank,Wrap handlers with debounce/throttle,Run heavy logic on every event,\"onScroll={debouncedHandleScroll}\",\"onScroll={handleScrollHeavy}\",Medium\n23,Animation,Duration & Easing,animation duration easing,iOS/Android/React Native,Micro-interactions should be 150–300ms with native-like easing,Use ease-out for enter/ease-in for exit,Use long or linear animations for core UI,\"Animated.timing(..., { duration: 200, easing: Easing.out(Easing.quad) })\",\"Animated.timing(..., { duration: 800, easing: Easing.linear })\",Medium\n24,Animation,Respect Reduced Motion,reduced motion accessibility,iOS/Android/React Native,Respect OS reduced-motion accessibility setting,Check reduceMotionEnabled and simplify animations,Ignore user motion preferences,\"if (reduceMotionEnabled) skipAnimation()\",\"Always run complex parallax animations\",Critical\n25,Animation,Limited Continuous Motion,loop animation loader,iOS/Android/React Native,Reserve infinite animations for loaders and live data,Use looping only where necessary,Keep decorative elements looping forever,\"Animated.loop(loaderAnim) for ActivityIndicator\",\"Animated.loop(bounceAnim) on background icons\",Medium\n26,Typography,Base Font Size,fontScale dynamic type,iOS/Android/React Native,Body text must be readable and support Dynamic Type,Use platform fontScale and at least 14–16pt base,Render critical text below 12pt,\"<Text style={{ fontSize: 16 }}>Body</Text>\",\"<Text style={{ fontSize: 10 }}>Body</Text>\",High\n27,Typography,Dynamic Type Support,allowFontScaling adjustsFontSizeToFit,iOS/Android/React Native,Support system text scaling without breaking layout,Set allowFontScaling and test large text,Disable scaling on all text globally,\"<Text allowFontScaling>{label}</Text>\",\"<Text allowFontScaling={false}>{label}</Text>\",High\n28,Safe Areas,Safe Area Insets,safe area insets notch gesture,iOS/Android/React Native,Content must not overlap notches/gesture bars,Wrap screens in SafeAreaView or apply insets,Place tappable content under system bars,\"<SafeAreaView style={{ flex: 1 }}><Screen /></SafeAreaView>\",\"<View style={{ flex: 1 }}><Screen /></View>\",High\n29,Theming,Light/Dark Contrast,dark mode contrast tokens,iOS/Android/React Native,Ensure sufficient contrast in both light and dark themes,Use semantic tokens and test both themes,Reuse light-theme grays directly in dark mode,\"colors.textPrimaryDark = '#F9FAFB'\",\"colors.textPrimaryDark = '#9CA3AF' on '#111827'\",High\n30,Anti-Pattern,No Gesture-Only Actions,gesture only hidden controls,iOS/Android/React Native,Don't rely solely on hidden gestures for core actions,Provide visible buttons in addition to gestures,Rely on swipe/shake only with no UI affordance,\"Swipe to delete + visible Delete button\",\"Only shake device to undo with no UI\",Critical",
23
+ "kind": "raw"
24
+ },
25
+ {
26
+ "path": "data/charts.csv",
27
+ "content": "No,Data Type,Keywords,Best Chart Type,Secondary Options,When to Use,When NOT to Use,Data Volume Threshold,Color Guidance,Accessibility Grade,Accessibility Notes,A11y Fallback,Library Recommendation,Interactive Level\r\n1,Trend Over Time,\"trend, time-series, line, growth, timeline, progress\",Line Chart,\"Area Chart, Smooth Area\",\"Data has a time axis; user needs to observe rise/fall trends or rate of change over a continuous period\",\"Fewer than 4 data points (use stat card); more than 6 series (visual noise); no time dimension exists\",\"<1000 pts: SVG; ≥1000 pts: Canvas + downsampling; >10000: aggregate to intervals\",\"Primary: #0080FF. Multiple series: distinct colors + distinct line styles. Fill: 20% opacity\",AA,\"Differentiate series by line style (solid/dashed/dotted) not color alone. Add pattern overlays for colorblind users.\",\"Dashed/dotted lines per series; togglable data table with timestamps and values\",\"Chart.js, Recharts, ApexCharts\",Hover + Zoom\r\n2,Compare Categories,\"compare, categories, bar, comparison, ranking\",Bar Chart (Horizontal or Vertical),\"Column Chart, Grouped Bar\",\"Comparing discrete categories by magnitude; ranking or ordering is the core insight; categories ≤ 15\",\"Categories > 15 (use table or search); data has time dimension (use line); showing proportions (use waffle/stacked)\",\"<20 categories: vertical bar; 20–50: horizontal bar; >50: paginated table\",\"Each bar: distinct color. Grouped: same hue family. Always sort descending by value\",AAA,\"Value labels on each bar by default. Sort control for user reordering.\",\"Value labels always visible; provide CSV export\",\"Chart.js, Recharts, D3.js\",Hover + Sort\r\n3,Part-to-Whole,\"part-to-whole, pie, donut, percentage, proportion, share\",Pie Chart or Donut,\"Stacked Bar, Waffle Chart\",\"≤5 categories; one dominant segment vs rest; emphasis on visual proportion over exact values\",\"Categories > 5; slice differences < 5% (visually indistinguishable); user needs precise values; accessibility-first context\",\"Max 6 slices; beyond that switch to stacked bar 100%\",\"5–6 max colors. Contrasting palette. Largest slice at 12 o'clock. Always label slices with %\",C,\"Pie charts fail WCAG for colorblind users. Slices rely on color alone. Avoid as primary chart in a11y contexts.\",\"Must provide stacked bar alternative + percentage data table as mandatory fallback\",\"Chart.js, Recharts, D3.js\",Hover + Drill\r\n4,Correlation / Distribution,\"correlation, distribution, scatter, relationship, pattern, cluster\",Scatter Plot or Bubble Chart,\"Heat Map, Matrix\",\"Exploring relationship between two continuous variables; identifying clusters or outliers in a dataset\",\"Variables are categorical (use grouped bar); fewer than 20 points (patterns aren't meaningful); mobile-primary context\",\"<500 pts: SVG; 500–5000: Canvas at 0.6–0.8 opacity; >5000: hexbin or aggregate first\",\"Color axis: gradient (blue → red). Bubble size: relative to 3rd variable. Opacity: 0.6–0.8 to show density\",B,\"Provide data table alternative. Combine color + shape distinction for colorblind users.\",\"Data table with correlation coefficient annotation; shape markers (circle/square/triangle) per group\",\"D3.js, Plotly, Recharts\",Hover + Brush\r\n5,Heatmap / Intensity,\"heatmap, heat-map, intensity, density, matrix, calendar\",Heat Map or Choropleth,\"Grid Heat Map, Bubble Heat\",\"Showing intensity/density across a 2D grid; time-based patterns (e.g., activity by hour × day)\",\"Fewer than 20 cells (use bar); user needs to read exact values; colorblind users without pattern fallback\",\"Up to 10,000 cells efficiently; beyond that aggregate; calendar heatmap: 365 cells max per SVG\",\"Gradient: Cool (blue) to Hot (red). Divergent scale for ±data. Always include numeric color legend\",B,\"Pattern overlay for colorblind users. Numerical value on hover. Legend must include scale ticks.\",\"Numerical overlay on hover; downloadable grid table with row/column labels\",\"D3.js, Plotly, ApexCharts\",Hover + Zoom\r\n6,Geographic Data,\"geographic, map, location, region, geo, spatial, choropleth\",Choropleth Map or Bubble Map,Geographic Heat Map,\"Data has a regional/location dimension; spatial distribution is the core insight for the user\",\"Regions have very different sizes making visual comparison misleading (use bar); mobile-primary context\",\"<1000 regions: SVG; ≥1000: Canvas/WebGL (Deck.gl); global maps: tile-based rendering\",\"Single color gradient per region group. Categorized colors for discrete types. Legend with clear scale breaks\",B,\"Include text labels for major regions. Provide keyboard navigation between regions.\",\"Region text labels; sortable data table by region name and value; keyboard-navigable regions\",\"D3.js, Mapbox, Leaflet\",Pan + Zoom + Drill\r\n7,Funnel / Flow,\"funnel, flow, conversion, drop-off, pipeline, stages\",Funnel Chart or Sankey,Waterfall (for flows),\"Sequential multi-stage process; showing conversion or drop-off rates between defined stages\",\"Stages aren't sequential; values don't decrease monotonically (use bar); fewer than 3 stages\",\"3–8 stages optimal; beyond 8 stages group minor steps into 'Other'\",\"Stages: single color gradient (start → end). Show conversion % between each stage. Highlight biggest drop\",AA,\"Explicit conversion % as text per stage. Stage labels always visible. Linear list view as fallback.\",\"Provide linear list view with stage name + count + drop-off %; keyboard traversal\",\"D3.js, Recharts, Custom SVG\",Hover + Drill\r\n8,Performance vs Target,\"performance, target, kpi, gauge, goal, threshold, progress\",Gauge Chart or Bullet Chart,\"Dial, Thermometer\",\"Single KPI measured against a defined target or threshold; dashboard summary context\",\"No target or benchmark exists; comparing multiple KPIs at once (use bullet chart grid)\",\"Single metric per gauge; for 3+ KPIs use bullet chart grid layout\",\"Performance: Red → Yellow → Green gradient. Target: marker line. Threshold zones clearly differentiated\",AA,\"Always show numerical value + % of target as text beside chart. Never rely on color position alone.\",\"Numerical value + % of target shown as visible text; ARIA live region for real-time updates\",\"D3.js, ApexCharts, Custom SVG\",Hover\r\n9,Time-Series Forecast,\"forecast, prediction, confidence, band, projection, estimate\",Line with Confidence Band,Ribbon Chart,\"Historical data + model predictions; communicating uncertainty range to non-technical stakeholders\",\"No historical baseline; prediction confidence is too low to be useful; audience is not data-literate\",\"Keep historical window to 30–90 days for readability; forecast horizon ≤ 30% of visible x-axis range\",\"Actual: solid line #0080FF. Forecast: dashed #FF9500. Confidence band: 15% opacity fill same hue\",AA,\"Toggle between actual-only and forecast views. Legend must distinguish lines beyond color (solid vs dashed).\",\"Toggle actual/forecast independently; legend labels must include line-style description\",\"Chart.js, ApexCharts, Plotly\",Hover + Toggle\r\n10,Anomaly Detection,\"anomaly, outlier, spike, alert, detection, monitoring, deviation\",Line Chart with Highlights,Scatter with Alert,\"Monitoring a time-series for outliers; alerting users to unexpected spikes or dips in operational data\",\"Anomalies are predefined categories (use bar with highlight); real-time context without a pause control\",\"Stream at ≤60fps with Canvas; batch: up to 10,000 pts; mark anomalies as a separate data layer\",\"Normal: #0080FF solid line. Anomaly marker: #FF0000 circle + filled. Alert band: #FFF3CD background zone\",AA,\"Use shape marker (not color only) for anomaly points. Add text annotation per anomaly event.\",\"Text alert annotation per anomaly; anomaly summary list panel alongside chart\",\"D3.js, Plotly, ApexCharts\",Hover + Alert\r\n11,Hierarchical / Nested Data,\"hierarchy, nested, treemap, parent, children, breakdown, drill\",Treemap,\"Sunburst, Nested Donut, Icicle\",\"Showing size relationships within a hierarchy; overview of proportional structure (e.g., budget breakdown)\",\"Hierarchy depth > 3 levels (too complex to read); user needs to compare sibling values precisely\",\"<200 nodes: SVG; 200–1000: Canvas; >1000: paginate or pre-filter before rendering\",\"Parent nodes: distinct hues. Children: lighter shades of same hue. White separator borders: 2–3px\",C,\"Poor baseline accessibility. Always provide table alternative as primary view. Label all large areas.\",\"Collapsible tree table as primary view; treemap as supplementary visual only\",\"D3.js, Recharts, ApexCharts\",Hover + Drilldown\r\n12,Flow / Process Data,\"flow, process, sankey, distribution, source, target, transfer\",Sankey Diagram,\"Alluvial, Chord Diagram\",\"Showing how quantities flow between nodes; multi-source multi-target distribution\",\"Flow directions form loops (use network graph); fewer than 3 source-target pairs; mobile-primary context\",\"<50 flows: SVG; ≥50: Canvas; >200 flows: aggregate minor flows into 'Other' node\",\"Gradient from source to target color. Flow opacity: 0.4–0.6. Node labels always visible\",C,\"Structural flow charts cannot be conveyed by color alone. Provide flow table. Avoid on mobile.\",\"Flow table (Source → Target → Value); keyboard-traversable node list with tab stops\",\"D3.js (d3-sankey), Plotly\",Hover + Drilldown\r\n13,Cumulative Changes,\"waterfall, cumulative, variance, incremental, bridge, delta\",Waterfall Chart,\"Stacked Bar, Cascade\",\"Showing how individual positive/negative components add up to a final total (e.g., P&L, budget variance)\",\"Changes are not additive; more than 12 bars (readability breaks); audience expects a simple total\",\"4–12 bars optimal; beyond 12 aggregate minor items into a single 'Other' bar\",\"Increases: #4CAF50. Decreases: #F44336. Start total: #2196F3. End total: #0D47A1. Running total line: dashed\",AA,\"Color + directional arrow icon per bar (not color alone). Labels on every bar.\",\"Table with running total column; directional arrow icons per row\",\"ApexCharts, Highcharts, Plotly\",Hover\r\n14,Multi-Variable Comparison,\"radar, spider, multi-variable, attributes, dimensions, comparison\",Radar / Spider Chart,\"Parallel Coordinates, Grouped Bar\",\"Comparing multiple entities across the same fixed set of attributes (e.g., product feature comparison)\",\"Axes > 8 (unreadable); values need precise comparison (use grouped bar); audience unfamiliar with radar charts\",\"2–3 datasets maximum per chart; 5–8 axes; beyond 8 axes switch to parallel coordinates\",\"Single dataset: #0080FF at 20% fill. Multiple: distinct hues with 30% fill. Border: full opacity\",B,\"Limit axes to 5–8. Always provide grouped bar chart alternative for precise reading.\",\"Grouped bar chart as mandatory alternative; include raw data table\",\"Chart.js, Recharts, ApexCharts\",Hover + Toggle\r\n15,Stock / Trading OHLC,\"stock, trading, ohlc, candlestick, finance, price, volume\",Candlestick Chart,\"OHLC Bar, Heikin-Ashi\",\"Financial time-series with Open/High/Low/Close data; trading or investment product context only\",\"Non-financial audience; no OHLC data available (use line chart); accessibility-first context\",\"Real-time: Canvas required. Historical: paginate by time range. Max 500 candles visible at once\",\"Bullish: #26A69A. Bearish: #EF5350. Volume bars: 40% opacity below. Body fill vs hollow for OHLC style\",B,\"Provide OHLC data table. Colorblind: use fill vs outline pattern (bullish = filled, bearish = hollow).\",\"OHLC data table with sortable columns; numeric summary panel (daily change %)\",\"Lightweight Charts (TradingView), ApexCharts\",Real-time + Hover + Zoom\r\n16,Relationship / Connection Data,\"network, graph, nodes, edges, connections, relationships, force\",Network Graph,\"Hierarchical Tree, Adjacency Matrix\",\"Mapping connections between entities; network topology or social graph exploration context\",\"Node count > 500 without clustering pre-applied; user needs precise connection counts; mobile context\",\"≤100 nodes: SVG; 101–500: Canvas; >500: must apply clustering/LOD before rendering\",\"Node types: categorical colors. Edges: #90A4AE at 60% opacity. Highlight path: #F59E0B\",D,\"Fundamentally inaccessible without alternative. Never use as sole representation. Always provide list alternative.\",\"Adjacency list table (Node A → Node B → Weight); hierarchical tree view when structure allows\",\"D3.js (d3-force), Vis.js, Cytoscape.js\",Drilldown + Hover + Drag\r\n17,Distribution / Statistical,\"distribution, statistical, spread, median, outlier, quartile, boxplot\",Box Plot,\"Violin Plot, Beeswarm\",\"Showing spread, median, and outliers of a dataset; comparing distributions across multiple groups\",\"Fewer than 20 data points per group (distribution is not meaningful); audience unfamiliar with statistical charts\",\"Any sample size; aggregated representation so rendering is ⚡ Excellent at any volume\",\"Box fill: #BBDEFB. Border: #1976D2. Median line: #D32F2F bold. Outlier dots: #F44336\",AA,\"Include stats summary table. Annotate outlier count in chart subtitle.\",\"Stats summary table (min / Q1 / median / Q3 / max / mean); outlier count annotation\",\"Plotly, D3.js, Chart.js (plugin)\",Hover\r\n18,Performance vs Target (Compact),\"bullet, compact, kpi, dashboard, target, benchmark, range\",Bullet Chart,\"Gauge, Progress Bar\",\"Dashboard with multiple KPIs side by side; space-constrained contexts where a gauge is too large\",\"Single KPI with emphasis (use gauge); data has no defined target range; fewer than 3 KPIs\",\"Ideal for 3–10 bullet charts in a grid; scales to any count efficiently\",\"Qualitative ranges: #FFCDD2 / #FFF9C4 / #C8E6C9 (bad/ok/good). Performance bar: #1976D2. Target: black 3px marker\",AAA,\"All values always visible as text. Color ranges are labeled with text thresholds not color alone.\",\"Numerical values always visible (not hover-only); color ranges labeled with threshold text\",\"D3.js, Plotly, Custom SVG\",Hover\r\n19,Proportional / Percentage,\"waffle, percentage, proportion, progress, filled, grid\",Waffle Chart,\"Pictogram, Stacked Bar 100%\",\"Showing what fraction of a whole is filled; percentage progress in a visually engaging and accessible format\",\"More than 5 categories (use stacked bar); exact values matter over visual proportion; very tight space\",\"10×10 grid standard (100 cells); for > 5 categories switch to stacked 100% bar\",\"3–5 categories max. 2–3px gap between cells. Each category a distinct accessible color pair\",AA,\"Better than pie for accessibility. Percentage text label always visible. Each cell has aria-label.\",\"Percentage text always visible; grid cells labeled with aria-label value; provide legend\",\"D3.js, React-Waffle, Custom CSS Grid\",Hover\r\n20,Hierarchical Proportional,\"sunburst, hierarchy, nested, proportion, radial, circle\",Sunburst Chart,\"Treemap, Icicle, Circle Packing\",\"Exploring nested proportions where both hierarchy and relative size matter (e.g., org spend breakdown)\",\"More than 3 hierarchy levels (outer rings become unreadable); precision matters over overview; mobile\",\"<100 nodes: SVG; 100–500: Canvas; >500: filter to top N before rendering\",\"Center to outer: darker to lighter hue. Each level 15–20% lighter. Contrasting border between sectors\",C,\"Poor accessibility beyond 2 levels. Mandatory table alternative required for any production use.\",\"Collapsible indented list with percentages; breadcrumb trail for current drill-down state\",\"D3.js (d3-hierarchy), Recharts, ApexCharts\",Drilldown + Hover\r\n21,Root Cause Analysis,\"root cause, decomposition, tree, hierarchy, drill-down, ai-split, attribution\",Decomposition Tree,\"Decision Tree, Flow Chart\",\"Decomposing a metric into contributing factors; AI-assisted analysis or BI drill-down scenarios\",\"No clear parent-child causal relationship; audience expects a summary rather than exploration\",\"Up to 5 levels deep; limit visible nodes to 20 per level for readability; lazy-load deeper levels\",\"Positive impact nodes: #2563EB. Negative impact nodes: #EF4444. Neutral connectors: #94A3B8\",AA,\"Keyboard-navigable expand/collapse. Screen reader announces node value and % contribution.\",\"Keyboard expand/collapse tree; screen reader announces node label + value + % impact\",\"Power BI (native), React-Flow, Custom D3.js\",Drill + Expand\r\n22,3D Spatial Data,\"3d, spatial, immersive, terrain, molecular, volumetric, point-cloud\",3D Scatter / Surface Plot,\"Volumetric Rendering, Point Cloud\",\"Scientific/engineering context where Z-axis carries essential info not expressible in 2D\",\"2D projection conveys the same insight; mobile context; accessibility-required environments; standard business dashboards\",\"WebGL required. Deck.gl: up to 1M points. Three.js: LOD required beyond 50,000 pts\",\"Depth cues: lighting and shading. Z-axis: color gradient (cool → warm). Transparent overlapping: opacity 0.4\",D,\"3D spatial charts are fundamentally inaccessible. Must not be used as primary chart type in any product UI.\",\"Mandatory 2D projection view + data table; do not use as primary chart type in product UI\",\"Three.js, Deck.gl, Plotly 3D\",Rotate + Zoom + VR\r\n23,Real-Time Streaming,\"streaming, real-time, ticker, live, velocity, pulse, monitoring\",Streaming Area Chart,\"Ticker Tape, Moving Gauge\",\"Live monitoring dashboards; IoT/ops data updating at ≥1 Hz; user needs current value at a glance\",\"Update frequency < 1/min (use periodic-refresh line chart); flashing content without reduced-motion support\",\"Canvas/WebGL required. Buffer last 60–300s of data. Downsample older data on scroll\",\"Current pulse: #00FF00 (dark theme) or #0080FF (light theme). History: fading opacity. Grid: dark background\",B,\"Pause/resume control required. Current value as large visible text KPI. Respect prefers-reduced-motion.\",\"Pause/resume button required; current value shown as large text KPI; prefers-reduced-motion: freeze animation\",\"Smoothed D3.js, CanvasJS\",Real-time + Pause + Zoom\r\n24,Sentiment / Emotion,\"sentiment, emotion, nlp, opinion, feeling, text-analysis\",Word Cloud with Sentiment,\"Sentiment Arc, Radar Chart\",\"NLP output visualization; exploratory analysis of text corpus sentiment; frequency-weighted keyword overview\",\"Precise values matter (word size is inherently imprecise); screen-reader context; corpus < 50 items\",\"50–5000 terms optimal. Beyond 5000: apply top-N filtering before render. Avoid on mobile\",\"Positive: #22C55E. Negative: #EF4444. Neutral: #94A3B8. Word size maps to frequency\",C,\"Word clouds fail screen readers. Never use as sole output of NLP analysis. Always pair with list view.\",\"Sortable list view by frequency with sentiment label column; word cloud as supplementary only\",\"D3-cloud, Highcharts, Nivo\",Hover + Filter\r\n25,Process Mining,\"process, mining, variants, path, bottleneck, log, event\",Process Map / Graph,\"Directed Acyclic Graph (DAG), Petri Net\",\"Analyzing event logs to visualize actual process flows; identifying bottlenecks and deviations in ops/product funnels\",\"No event log data available; audience expects a static flowchart (use diagram tool); node count > 100 without pre-filtering\",\"<30 nodes: SVG; 30–100: Canvas; >100: apply variant filtering (top 80% of cases) before rendering\",\"Happy path: #10B981 thick line. Deviations: #F59E0B thin line. Bottleneck nodes: #EF4444 fill\",B,\"Complex graphs are hard to navigate. Provide path summary text. Highlight top 3 bottlenecks as annotations.\",\"Path summary table (variant → frequency → avg duration); top 3 bottlenecks as text annotation panel\",\"React-Flow, Cytoscape.js, Recharts\",Drag + Node-Click\r\n",
28
+ "kind": "raw"
29
+ },
30
+ {
31
+ "path": "data/colors.csv",
32
+ "content": "No,Product Type,Primary,On Primary,Secondary,On Secondary,Accent,On Accent,Background,Foreground,Card,Card Foreground,Muted,Muted Foreground,Border,Destructive,On Destructive,Ring,Notes\r\n1,SaaS (General),#2563EB,#FFFFFF,#3B82F6,#FFFFFF,#EA580C,#FFFFFF,#F8FAFC,#1E293B,#FFFFFF,#1E293B,#E9EFF8,#64748B,#E2E8F0,#DC2626,#FFFFFF,#2563EB,Trust blue + orange CTA contrast [Accent adjusted from #F97316 for WCAG 3:1]\r\n2,Micro SaaS,#6366F1,#FFFFFF,#818CF8,#0F172A,#059669,#FFFFFF,#F5F3FF,#1E1B4B,#FFFFFF,#1E1B4B,#EBEFF9,#64748B,#E0E7FF,#DC2626,#FFFFFF,#6366F1,Indigo primary + emerald CTA [Accent adjusted from #10B981 for WCAG 3:1]\r\n3,E-commerce,#059669,#FFFFFF,#10B981,#0F172A,#EA580C,#FFFFFF,#ECFDF5,#064E3B,#FFFFFF,#064E3B,#E8F1F3,#64748B,#A7F3D0,#DC2626,#FFFFFF,#059669,Success green + urgency orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n4,E-commerce Luxury,#1C1917,#FFFFFF,#44403C,#FFFFFF,#A16207,#FFFFFF,#FAFAF9,#0C0A09,#FFFFFF,#0C0A09,#E8ECF0,#64748B,#D6D3D1,#DC2626,#FFFFFF,#1C1917,Premium dark + gold accent [Accent adjusted from #CA8A04 for WCAG 3:1]\r\n5,B2B Service,#0F172A,#FFFFFF,#334155,#FFFFFF,#0369A1,#FFFFFF,#F8FAFC,#020617,#FFFFFF,#020617,#E8ECF1,#64748B,#E2E8F0,#DC2626,#FFFFFF,#0F172A,Professional navy + blue CTA\r\n6,Financial Dashboard,#0F172A,#FFFFFF,#1E293B,#FFFFFF,#22C55E,#0F172A,#020617,#F8FAFC,#0E1223,#F8FAFC,#1A1E2F,#94A3B8,#334155,#EF4444,#FFFFFF,#0F172A,Dark bg + green positive indicators\r\n7,Analytics Dashboard,#1E40AF,#FFFFFF,#3B82F6,#FFFFFF,#D97706,#FFFFFF,#F8FAFC,#1E3A8A,#FFFFFF,#1E3A8A,#E9EEF6,#64748B,#DBEAFE,#DC2626,#FFFFFF,#1E40AF,Blue data + amber highlights [Accent adjusted from #F59E0B for WCAG 3:1]\r\n8,Healthcare App,#0891B2,#FFFFFF,#22D3EE,#0F172A,#059669,#FFFFFF,#ECFEFF,#164E63,#FFFFFF,#164E63,#E8F1F6,#64748B,#A5F3FC,#DC2626,#FFFFFF,#0891B2,Calm cyan + health green\r\n9,Educational App,#4F46E5,#FFFFFF,#818CF8,#0F172A,#EA580C,#FFFFFF,#EEF2FF,#1E1B4B,#FFFFFF,#1E1B4B,#EBEEF8,#64748B,#C7D2FE,#DC2626,#FFFFFF,#4F46E5,Playful indigo + energetic orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n10,Creative Agency,#EC4899,#FFFFFF,#F472B6,#0F172A,#0891B2,#FFFFFF,#FDF2F8,#831843,#FFFFFF,#831843,#F1EEF5,#64748B,#FBCFE8,#DC2626,#FFFFFF,#EC4899,Bold pink + cyan accent [Accent adjusted from #06B6D4 for WCAG 3:1]\r\n11,Portfolio/Personal,#18181B,#FFFFFF,#3F3F46,#FFFFFF,#2563EB,#FFFFFF,#FAFAFA,#09090B,#FFFFFF,#09090B,#E8ECF0,#64748B,#E4E4E7,#DC2626,#FFFFFF,#18181B,Monochrome + blue accent\r\n12,Gaming,#7C3AED,#FFFFFF,#A78BFA,#0F172A,#F43F5E,#FFFFFF,#0F0F23,#E2E8F0,#1E1C35,#E2E8F0,#27273B,#94A3B8,#4C1D95,#EF4444,#FFFFFF,#7C3AED,Neon purple + rose action\r\n13,Government/Public Service,#0F172A,#FFFFFF,#334155,#FFFFFF,#0369A1,#FFFFFF,#F8FAFC,#020617,#FFFFFF,#020617,#E8ECF1,#64748B,#E2E8F0,#DC2626,#FFFFFF,#0F172A,High contrast navy + blue\r\n14,Fintech/Crypto,#F59E0B,#0F172A,#FBBF24,#0F172A,#8B5CF6,#FFFFFF,#0F172A,#F8FAFC,#222735,#F8FAFC,#272F42,#94A3B8,#334155,#EF4444,#FFFFFF,#F59E0B,Gold trust + purple tech\r\n15,Social Media App,#E11D48,#FFFFFF,#FB7185,#0F172A,#2563EB,#FFFFFF,#FFF1F2,#881337,#FFFFFF,#881337,#F0ECF2,#64748B,#FECDD3,#DC2626,#FFFFFF,#E11D48,Vibrant rose + engagement blue\r\n16,Productivity Tool,#0D9488,#FFFFFF,#14B8A6,#0F172A,#EA580C,#FFFFFF,#F0FDFA,#134E4A,#FFFFFF,#134E4A,#E8F1F4,#64748B,#99F6E4,#DC2626,#FFFFFF,#0D9488,Teal focus + action orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n17,Design System/Component Library,#4F46E5,#FFFFFF,#6366F1,#FFFFFF,#EA580C,#FFFFFF,#EEF2FF,#312E81,#FFFFFF,#312E81,#EBEEF8,#64748B,#C7D2FE,#DC2626,#FFFFFF,#4F46E5,Indigo brand + doc hierarchy [Accent adjusted from #F97316 for WCAG 3:1]\r\n18,AI/Chatbot Platform,#7C3AED,#FFFFFF,#A78BFA,#0F172A,#0891B2,#FFFFFF,#FAF5FF,#1E1B4B,#FFFFFF,#1E1B4B,#ECEEF9,#64748B,#DDD6FE,#DC2626,#FFFFFF,#7C3AED,AI purple + cyan interactions [Accent adjusted from #06B6D4 for WCAG 3:1]\r\n19,NFT/Web3 Platform,#8B5CF6,#FFFFFF,#A78BFA,#0F172A,#FBBF24,#0F172A,#0F0F23,#F8FAFC,#1E1D35,#F8FAFC,#27273B,#94A3B8,#4C1D95,#EF4444,#FFFFFF,#8B5CF6,Purple tech + gold value\r\n20,Creator Economy Platform,#EC4899,#FFFFFF,#F472B6,#0F172A,#EA580C,#FFFFFF,#FDF2F8,#831843,#FFFFFF,#831843,#F1EEF5,#64748B,#FBCFE8,#DC2626,#FFFFFF,#EC4899,Creator pink + engagement orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n21,Remote Work/Collaboration Tool,#6366F1,#FFFFFF,#818CF8,#0F172A,#059669,#FFFFFF,#F5F3FF,#312E81,#FFFFFF,#312E81,#EBEFF9,#64748B,#E0E7FF,#DC2626,#FFFFFF,#6366F1,Calm indigo + success green [Accent adjusted from #10B981 for WCAG 3:1]\r\n22,Mental Health App,#8B5CF6,#FFFFFF,#C4B5FD,#0F172A,#059669,#FFFFFF,#FAF5FF,#4C1D95,#FFFFFF,#4C1D95,#EDEFF9,#64748B,#EDE9FE,#DC2626,#FFFFFF,#8B5CF6,Calming lavender + wellness green [Accent adjusted from #10B981 for WCAG 3:1]\r\n23,Pet Tech App,#F97316,#0F172A,#FB923C,#0F172A,#2563EB,#FFFFFF,#FFF7ED,#9A3412,#FFFFFF,#9A3412,#F1F0F0,#64748B,#FED7AA,#DC2626,#FFFFFF,#F97316,Playful orange + trust blue\r\n24,Smart Home/IoT Dashboard,#1E293B,#FFFFFF,#334155,#FFFFFF,#22C55E,#0F172A,#0F172A,#F8FAFC,#1B2336,#F8FAFC,#272F42,#94A3B8,#475569,#EF4444,#FFFFFF,#1E293B,Dark tech + status green\r\n25,EV/Charging Ecosystem,#0891B2,#FFFFFF,#22D3EE,#0F172A,#16A34A,#FFFFFF,#ECFEFF,#164E63,#FFFFFF,#164E63,#E8F1F6,#64748B,#A5F3FC,#DC2626,#FFFFFF,#0891B2,Electric cyan + eco green [Accent adjusted from #22C55E for WCAG 3:1]\r\n26,Subscription Box Service,#D946EF,#FFFFFF,#E879F9,#0F172A,#EA580C,#FFFFFF,#FDF4FF,#86198F,#FFFFFF,#86198F,#F0EEF9,#64748B,#F5D0FE,#DC2626,#FFFFFF,#D946EF,Excitement purple + urgency orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n27,Podcast Platform,#1E1B4B,#FFFFFF,#312E81,#FFFFFF,#F97316,#0F172A,#0F0F23,#F8FAFC,#1B1B30,#F8FAFC,#27273B,#94A3B8,#4338CA,#EF4444,#FFFFFF,#1E1B4B,Dark audio + warm accent\r\n28,Dating App,#E11D48,#FFFFFF,#FB7185,#0F172A,#EA580C,#FFFFFF,#FFF1F2,#881337,#FFFFFF,#881337,#F0ECF2,#64748B,#FECDD3,#DC2626,#FFFFFF,#E11D48,Romantic rose + warm orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n29,Micro-Credentials/Badges Platform,#0369A1,#FFFFFF,#0EA5E9,#0F172A,#A16207,#FFFFFF,#F0F9FF,#0C4A6E,#FFFFFF,#0C4A6E,#E7EFF5,#64748B,#BAE6FD,#DC2626,#FFFFFF,#0369A1,Trust blue + achievement gold [Accent adjusted from #CA8A04 for WCAG 3:1]\r\n30,Knowledge Base/Documentation,#475569,#FFFFFF,#64748B,#FFFFFF,#2563EB,#FFFFFF,#F8FAFC,#1E293B,#FFFFFF,#1E293B,#EAEFF3,#64748B,#E2E8F0,#DC2626,#FFFFFF,#475569,Neutral grey + link blue\r\n31,Hyperlocal Services,#059669,#FFFFFF,#10B981,#0F172A,#EA580C,#FFFFFF,#ECFDF5,#064E3B,#FFFFFF,#064E3B,#E8F1F3,#64748B,#A7F3D0,#DC2626,#FFFFFF,#059669,Location green + action orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n32,Beauty/Spa/Wellness Service,#EC4899,#FFFFFF,#F9A8D4,#0F172A,#8B5CF6,#FFFFFF,#FDF2F8,#831843,#FFFFFF,#831843,#F1EEF5,#64748B,#FBCFE8,#DC2626,#FFFFFF,#EC4899,Soft pink + lavender luxury\r\n33,Luxury/Premium Brand,#1C1917,#FFFFFF,#44403C,#FFFFFF,#A16207,#FFFFFF,#FAFAF9,#0C0A09,#FFFFFF,#0C0A09,#E8ECF0,#64748B,#D6D3D1,#DC2626,#FFFFFF,#1C1917,Premium black + gold accent [Accent adjusted from #CA8A04 for WCAG 3:1]\r\n34,Restaurant/Food Service,#DC2626,#FFFFFF,#F87171,#0F172A,#A16207,#FFFFFF,#FEF2F2,#450A0A,#FFFFFF,#450A0A,#F0EDF1,#64748B,#FECACA,#DC2626,#FFFFFF,#DC2626,Appetizing red + warm gold [Accent adjusted from #CA8A04 for WCAG 3:1]\r\n35,Fitness/Gym App,#F97316,#0F172A,#FB923C,#0F172A,#22C55E,#0F172A,#1F2937,#F8FAFC,#313742,#F8FAFC,#37414F,#94A3B8,#374151,#EF4444,#FFFFFF,#F97316,Energy orange + success green\r\n36,Real Estate/Property,#0F766E,#FFFFFF,#14B8A6,#0F172A,#0369A1,#FFFFFF,#F0FDFA,#134E4A,#FFFFFF,#134E4A,#E8F0F3,#64748B,#99F6E4,#DC2626,#FFFFFF,#0F766E,Trust teal + professional blue\r\n37,Travel/Tourism Agency,#0EA5E9,#0F172A,#38BDF8,#0F172A,#EA580C,#FFFFFF,#F0F9FF,#0C4A6E,#FFFFFF,#0C4A6E,#E8F2F8,#64748B,#BAE6FD,#DC2626,#FFFFFF,#0EA5E9,Sky blue + adventure orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n38,Hotel/Hospitality,#1E3A8A,#FFFFFF,#3B82F6,#FFFFFF,#A16207,#FFFFFF,#F8FAFC,#1E40AF,#FFFFFF,#1E40AF,#E9EEF5,#64748B,#BFDBFE,#DC2626,#FFFFFF,#1E3A8A,Luxury navy + gold service [Accent adjusted from #CA8A04 for WCAG 3:1]\r\n39,Wedding/Event Planning,#DB2777,#FFFFFF,#F472B6,#0F172A,#A16207,#FFFFFF,#FDF2F8,#831843,#FFFFFF,#831843,#F0EDF4,#64748B,#FBCFE8,#DC2626,#FFFFFF,#DB2777,Romantic pink + elegant gold [Accent adjusted from #CA8A04 for WCAG 3:1]\r\n40,Legal Services,#1E3A8A,#FFFFFF,#1E40AF,#FFFFFF,#B45309,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#E9EEF5,#64748B,#CBD5E1,#DC2626,#FFFFFF,#1E3A8A,Authority navy + trust gold\r\n41,Insurance Platform,#0369A1,#FFFFFF,#0EA5E9,#0F172A,#16A34A,#FFFFFF,#F0F9FF,#0C4A6E,#FFFFFF,#0C4A6E,#E7EFF5,#64748B,#BAE6FD,#DC2626,#FFFFFF,#0369A1,Security blue + protected green [Accent adjusted from #22C55E for WCAG 3:1]\r\n42,Banking/Traditional Finance,#0F172A,#FFFFFF,#1E3A8A,#FFFFFF,#A16207,#FFFFFF,#F8FAFC,#020617,#FFFFFF,#020617,#E8ECF1,#64748B,#E2E8F0,#DC2626,#FFFFFF,#0F172A,Trust navy + premium gold [Accent adjusted from #CA8A04 for WCAG 3:1]\r\n43,Online Course/E-learning,#0D9488,#FFFFFF,#2DD4BF,#0F172A,#EA580C,#FFFFFF,#F0FDFA,#134E4A,#FFFFFF,#134E4A,#E8F1F4,#64748B,#5EEAD4,#DC2626,#FFFFFF,#0D9488,Progress teal + achievement orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n44,Non-profit/Charity,#0891B2,#FFFFFF,#22D3EE,#0F172A,#EA580C,#FFFFFF,#ECFEFF,#164E63,#FFFFFF,#164E63,#E8F1F6,#64748B,#A5F3FC,#DC2626,#FFFFFF,#0891B2,Compassion blue + action orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n45,Music Streaming,#1E1B4B,#FFFFFF,#4338CA,#FFFFFF,#22C55E,#0F172A,#0F0F23,#F8FAFC,#1B1B30,#F8FAFC,#27273B,#94A3B8,#312E81,#EF4444,#FFFFFF,#1E1B4B,Dark audio + play green\r\n46,Video Streaming/OTT,#0F0F23,#FFFFFF,#1E1B4B,#FFFFFF,#E11D48,#FFFFFF,#000000,#F8FAFC,#0C0C0D,#F8FAFC,#181818,#94A3B8,#312E81,#EF4444,#FFFFFF,#0F0F23,Cinema dark + play red\r\n47,Job Board/Recruitment,#0369A1,#FFFFFF,#0EA5E9,#0F172A,#16A34A,#FFFFFF,#F0F9FF,#0C4A6E,#FFFFFF,#0C4A6E,#E7EFF5,#64748B,#BAE6FD,#DC2626,#FFFFFF,#0369A1,Professional blue + success green [Accent adjusted from #22C55E for WCAG 3:1]\r\n48,Marketplace (P2P),#7C3AED,#FFFFFF,#A78BFA,#0F172A,#16A34A,#FFFFFF,#FAF5FF,#4C1D95,#FFFFFF,#4C1D95,#ECEEF9,#64748B,#DDD6FE,#DC2626,#FFFFFF,#7C3AED,Trust purple + transaction green [Accent adjusted from #22C55E for WCAG 3:1]\r\n49,Logistics/Delivery,#2563EB,#FFFFFF,#3B82F6,#FFFFFF,#EA580C,#FFFFFF,#EFF6FF,#1E40AF,#FFFFFF,#1E40AF,#E9EFF8,#64748B,#BFDBFE,#DC2626,#FFFFFF,#2563EB,Tracking blue + delivery orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n50,Agriculture/Farm Tech,#15803D,#FFFFFF,#22C55E,#0F172A,#A16207,#FFFFFF,#F0FDF4,#14532D,#FFFFFF,#14532D,#E8F0F1,#64748B,#BBF7D0,#DC2626,#FFFFFF,#15803D,Earth green + harvest gold [Accent adjusted from #CA8A04 for WCAG 3:1]\r\n51,Construction/Architecture,#64748B,#FFFFFF,#94A3B8,#0F172A,#EA580C,#FFFFFF,#F8FAFC,#334155,#FFFFFF,#334155,#EBF0F5,#64748B,#E2E8F0,#DC2626,#FFFFFF,#64748B,Industrial grey + safety orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n52,Automotive/Car Dealership,#1E293B,#FFFFFF,#334155,#FFFFFF,#DC2626,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#E9EDF1,#64748B,#E2E8F0,#DC2626,#FFFFFF,#1E293B,Premium dark + action red\r\n53,Photography Studio,#18181B,#FFFFFF,#27272A,#FFFFFF,#F8FAFC,#0F172A,#000000,#FAFAFA,#0C0C0C,#FAFAFA,#181818,#94A3B8,#3F3F46,#EF4444,#FFFFFF,#18181B,Pure black + white contrast\r\n54,Coworking Space,#F59E0B,#0F172A,#FBBF24,#0F172A,#2563EB,#FFFFFF,#FFFBEB,#78350F,#FFFFFF,#78350F,#F1F2EF,#64748B,#FDE68A,#DC2626,#FFFFFF,#F59E0B,Energetic amber + booking blue\r\n55,Home Services (Plumber/Electrician),#1E40AF,#FFFFFF,#3B82F6,#FFFFFF,#EA580C,#FFFFFF,#EFF6FF,#1E3A8A,#FFFFFF,#1E3A8A,#E9EEF6,#64748B,#BFDBFE,#DC2626,#FFFFFF,#1E40AF,Professional blue + urgent orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n56,Childcare/Daycare,#F472B6,#0F172A,#FBCFE8,#0F172A,#16A34A,#FFFFFF,#FDF2F8,#9D174D,#FFFFFF,#9D174D,#F1F0F6,#64748B,#FCE7F3,#DC2626,#FFFFFF,#F472B6,Soft pink + safe green [Accent adjusted from #22C55E for WCAG 3:1]\r\n57,Senior Care/Elderly,#0369A1,#FFFFFF,#38BDF8,#0F172A,#16A34A,#FFFFFF,#F0F9FF,#0C4A6E,#FFFFFF,#0C4A6E,#E7EFF5,#64748B,#E0F2FE,#DC2626,#FFFFFF,#0369A1,Calm blue + reassuring green [Accent adjusted from #22C55E for WCAG 3:1]\r\n58,Medical Clinic,#0891B2,#FFFFFF,#22D3EE,#0F172A,#16A34A,#FFFFFF,#F0FDFA,#134E4A,#FFFFFF,#134E4A,#E8F1F6,#64748B,#CCFBF1,#DC2626,#FFFFFF,#0891B2,Medical teal + health green [Accent adjusted from #22C55E for WCAG 3:1]\r\n59,Pharmacy/Drug Store,#15803D,#FFFFFF,#22C55E,#0F172A,#0369A1,#FFFFFF,#F0FDF4,#14532D,#FFFFFF,#14532D,#E8F0F1,#64748B,#BBF7D0,#DC2626,#FFFFFF,#15803D,Pharmacy green + trust blue\r\n60,Dental Practice,#0EA5E9,#0F172A,#38BDF8,#0F172A,#0EA5E9,#0F172A,#F0F9FF,#0C4A6E,#FFFFFF,#0C4A6E,#E8F2F8,#64748B,#BAE6FD,#DC2626,#FFFFFF,#0EA5E9,Fresh blue + smile yellow [Accent adjusted from #FBBF24 for WCAG 3:1]\r\n61,Veterinary Clinic,#0D9488,#FFFFFF,#14B8A6,#0F172A,#EA580C,#FFFFFF,#F0FDFA,#134E4A,#FFFFFF,#134E4A,#E8F1F4,#64748B,#99F6E4,#DC2626,#FFFFFF,#0D9488,Caring teal + warm orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n62,Florist/Plant Shop,#15803D,#FFFFFF,#22C55E,#0F172A,#EC4899,#FFFFFF,#F0FDF4,#14532D,#FFFFFF,#14532D,#E8F0F1,#64748B,#BBF7D0,#DC2626,#FFFFFF,#15803D,Natural green + floral pink\r\n63,Bakery/Cafe,#92400E,#FFFFFF,#B45309,#FFFFFF,#92400E,#FFFFFF,#FEF3C7,#78350F,#FFFFFF,#78350F,#EDEEF0,#64748B,#FDE68A,#DC2626,#FFFFFF,#92400E,Warm brown + cream white [Accent adjusted from #F8FAFC for WCAG 3:1]\r\n64,Brewery/Winery,#7C2D12,#FFFFFF,#B91C1C,#FFFFFF,#A16207,#FFFFFF,#FEF2F2,#450A0A,#FFFFFF,#450A0A,#ECEDF0,#64748B,#FECACA,#DC2626,#FFFFFF,#7C2D12,Deep burgundy + craft gold [Accent adjusted from #CA8A04 for WCAG 3:1]\r\n65,Airline,#1E3A8A,#FFFFFF,#3B82F6,#FFFFFF,#EA580C,#FFFFFF,#EFF6FF,#1E40AF,#FFFFFF,#1E40AF,#E9EEF5,#64748B,#BFDBFE,#DC2626,#FFFFFF,#1E3A8A,Sky blue + booking orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n66,News/Media Platform,#DC2626,#FFFFFF,#EF4444,#FFFFFF,#1E40AF,#FFFFFF,#FEF2F2,#450A0A,#FFFFFF,#450A0A,#F0EDF1,#64748B,#FECACA,#DC2626,#FFFFFF,#DC2626,Breaking red + link blue\r\n67,Magazine/Blog,#18181B,#FFFFFF,#3F3F46,#FFFFFF,#EC4899,#FFFFFF,#FAFAFA,#09090B,#FFFFFF,#09090B,#E8ECF0,#64748B,#E4E4E7,#DC2626,#FFFFFF,#18181B,Editorial black + accent pink\r\n68,Freelancer Platform,#6366F1,#FFFFFF,#818CF8,#0F172A,#16A34A,#FFFFFF,#EEF2FF,#312E81,#FFFFFF,#312E81,#EBEFF9,#64748B,#C7D2FE,#DC2626,#FFFFFF,#6366F1,Creative indigo + hire green [Accent adjusted from #22C55E for WCAG 3:1]\r\n69,Marketing Agency,#EC4899,#FFFFFF,#F472B6,#0F172A,#0891B2,#FFFFFF,#FDF2F8,#831843,#FFFFFF,#831843,#F1EEF5,#64748B,#FBCFE8,#DC2626,#FFFFFF,#EC4899,Bold pink + creative cyan [Accent adjusted from #06B6D4 for WCAG 3:1]\r\n70,Event Management,#7C3AED,#FFFFFF,#A78BFA,#0F172A,#EA580C,#FFFFFF,#FAF5FF,#4C1D95,#FFFFFF,#4C1D95,#ECEEF9,#64748B,#DDD6FE,#DC2626,#FFFFFF,#7C3AED,Excitement purple + action orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n71,Membership/Community,#7C3AED,#FFFFFF,#A78BFA,#0F172A,#16A34A,#FFFFFF,#FAF5FF,#4C1D95,#FFFFFF,#4C1D95,#ECEEF9,#64748B,#DDD6FE,#DC2626,#FFFFFF,#7C3AED,Community purple + join green [Accent adjusted from #22C55E for WCAG 3:1]\r\n72,Newsletter Platform,#0369A1,#FFFFFF,#0EA5E9,#0F172A,#EA580C,#FFFFFF,#F0F9FF,#0C4A6E,#FFFFFF,#0C4A6E,#E7EFF5,#64748B,#BAE6FD,#DC2626,#FFFFFF,#0369A1,Trust blue + subscribe orange [Accent adjusted from #F97316 for WCAG 3:1]\r\n73,Digital Products/Downloads,#6366F1,#FFFFFF,#818CF8,#0F172A,#16A34A,#FFFFFF,#EEF2FF,#312E81,#FFFFFF,#312E81,#EBEFF9,#64748B,#C7D2FE,#DC2626,#FFFFFF,#6366F1,Digital indigo + buy green [Accent adjusted from #22C55E for WCAG 3:1]\r\n74,Church/Religious Organization,#7C3AED,#FFFFFF,#A78BFA,#0F172A,#A16207,#FFFFFF,#FAF5FF,#4C1D95,#FFFFFF,#4C1D95,#ECEEF9,#64748B,#DDD6FE,#DC2626,#FFFFFF,#7C3AED,Spiritual purple + warm gold [Accent adjusted from #CA8A04 for WCAG 3:1]\r\n75,Sports Team/Club,#DC2626,#FFFFFF,#EF4444,#FFFFFF,#DC2626,#FFFFFF,#FEF2F2,#7F1D1D,#FFFFFF,#7F1D1D,#F0EDF1,#64748B,#FECACA,#DC2626,#FFFFFF,#DC2626,Team red + championship gold [Accent adjusted from #FBBF24 for WCAG 3:1]\r\n76,Museum/Gallery,#18181B,#FFFFFF,#27272A,#FFFFFF,#18181B,#FFFFFF,#FAFAFA,#09090B,#FFFFFF,#09090B,#E8ECF0,#64748B,#E4E4E7,#DC2626,#FFFFFF,#18181B,Gallery black + white space [Accent adjusted from #F8FAFC for WCAG 3:1]\r\n77,Theater/Cinema,#1E1B4B,#FFFFFF,#312E81,#FFFFFF,#CA8A04,#0F172A,#0F0F23,#F8FAFC,#1B1B30,#F8FAFC,#27273B,#94A3B8,#4338CA,#EF4444,#FFFFFF,#1E1B4B,Dramatic dark + spotlight gold\r\n78,Language Learning App,#4F46E5,#FFFFFF,#818CF8,#0F172A,#16A34A,#FFFFFF,#EEF2FF,#312E81,#FFFFFF,#312E81,#EBEEF8,#64748B,#C7D2FE,#DC2626,#FFFFFF,#4F46E5,Learning indigo + progress green [Accent adjusted from #22C55E for WCAG 3:1]\r\n79,Coding Bootcamp,#0F172A,#FFFFFF,#1E293B,#FFFFFF,#22C55E,#0F172A,#020617,#F8FAFC,#0E1223,#F8FAFC,#1A1E2F,#94A3B8,#334155,#EF4444,#FFFFFF,#0F172A,Terminal dark + success green\r\n80,Cybersecurity Platform,#00FF41,#0F172A,#0D0D0D,#FFFFFF,#FF3333,#FFFFFF,#000000,#E0E0E0,#0C130E,#E0E0E0,#181818,#94A3B8,#1F1F1F,#EF4444,#FFFFFF,#00FF41,Matrix green + alert red\r\n81,Developer Tool / IDE,#1E293B,#FFFFFF,#334155,#FFFFFF,#22C55E,#0F172A,#0F172A,#F8FAFC,#1B2336,#F8FAFC,#272F42,#94A3B8,#475569,#EF4444,#FFFFFF,#1E293B,Code dark + run green\r\n82,Biotech / Life Sciences,#0EA5E9,#0F172A,#0284C7,#FFFFFF,#059669,#FFFFFF,#F0F9FF,#0C4A6E,#FFFFFF,#0C4A6E,#E8F2F8,#64748B,#BAE6FD,#DC2626,#FFFFFF,#0EA5E9,DNA blue + life green [Accent adjusted from #10B981 for WCAG 3:1]\r\n83,Space Tech / Aerospace,#F8FAFC,#0F172A,#94A3B8,#0F172A,#3B82F6,#FFFFFF,#0B0B10,#F8FAFC,#1E1E23,#F8FAFC,#232328,#94A3B8,#1E293B,#EF4444,#FFFFFF,#F8FAFC,Star white + launch blue\r\n84,Architecture / Interior,#171717,#FFFFFF,#404040,#FFFFFF,#A16207,#FFFFFF,#FFFFFF,#171717,#FFFFFF,#171717,#E8ECF0,#64748B,#E5E5E5,#DC2626,#FFFFFF,#171717,Minimal black + accent gold [Accent adjusted from #D4AF37 for WCAG 3:1]\r\n85,Quantum Computing Interface,#00FFFF,#0F172A,#7B61FF,#FFFFFF,#FF00FF,#FFFFFF,#050510,#E0E0FF,#101823,#E0E0FF,#1D1D28,#94A3B8,#333344,#EF4444,#FFFFFF,#00FFFF,Quantum cyan + interference purple\r\n86,Biohacking / Longevity App,#FF4D4D,#FFFFFF,#4D94FF,#FFFFFF,#059669,#FFFFFF,#F5F5F7,#1C1C1E,#FFFFFF,#1C1C1E,#F2EEF2,#64748B,#E5E5EA,#DC2626,#FFFFFF,#FF4D4D,Bio red/blue + vitality green [Accent adjusted from #00E676 for WCAG 3:1]\r\n87,Autonomous Drone Fleet Manager,#00FF41,#0F172A,#008F11,#FFFFFF,#FF3333,#FFFFFF,#0D1117,#E6EDF3,#182424,#E6EDF3,#25292F,#94A3B8,#30363D,#EF4444,#FFFFFF,#00FF41,Terminal green + alert red\r\n88,Generative Art Platform,#18181B,#FFFFFF,#3F3F46,#FFFFFF,#EC4899,#FFFFFF,#FAFAFA,#09090B,#FFFFFF,#09090B,#E8ECF0,#64748B,#E4E4E7,#DC2626,#FFFFFF,#18181B,Canvas neutral + creative pink\r\n89,Spatial Computing OS / App,#FFFFFF,#0F172A,#E5E5E5,#0F172A,#FFFFFF,#0F172A,#888888,#000000,#999999,#000000,#777777,#D4D4D4,#CCCCCC,#FF3B30,#FFFFFF,#007AFF,Glass white + system blue [Accent adjusted from #007AFF for WCAG 3:1]\r\n90,Sustainable Energy / Climate Tech,#059669,#FFFFFF,#10B981,#0F172A,#059669,#FFFFFF,#ECFDF5,#064E3B,#FFFFFF,#064E3B,#E8F1F3,#64748B,#A7F3D0,#DC2626,#FFFFFF,#059669,Nature green + solar gold [Accent adjusted from #FBBF24 for WCAG 3:1]\r\n91,Personal Finance Tracker,#1E40AF,#FFFFFF,#3B82F6,#FFFFFF,#059669,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#101A34,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#1E40AF,Trust blue + profit green on dark\r\n92,Chat & Messaging App,#2563EB,#FFFFFF,#6366F1,#FFFFFF,#059669,#FFFFFF,#FFFFFF,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Messenger blue + online green\r\n93,Notes & Writing App,#78716C,#FFFFFF,#A8A29E,#FFFFFF,#D97706,#FFFFFF,#FFFBEB,#0F172A,#FFFFFF,#0F172A,#F6F6F6,#64748B,#EEEDED,#DC2626,#FFFFFF,#78716C,Warm ink + amber accent on cream\r\n94,Habit Tracker,#D97706,#FFFFFF,#F59E0B,#0F172A,#059669,#FFFFFF,#FFFBEB,#0F172A,#FFFFFF,#0F172A,#FCF6F0,#64748B,#FAEEE1,#DC2626,#FFFFFF,#D97706,Streak amber + habit green\r\n95,Food Delivery / On-Demand,#EA580C,#FFFFFF,#F97316,#FFFFFF,#2563EB,#FFFFFF,#FFF7ED,#0F172A,#FFFFFF,#0F172A,#FDF4F0,#64748B,#FCEAE1,#DC2626,#FFFFFF,#EA580C,Appetizing orange + trust blue\r\n96,Ride Hailing / Transportation,#1E293B,#FFFFFF,#334155,#FFFFFF,#2563EB,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#10182B,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#1E293B,Map dark + route blue\r\n97,Recipe & Cooking App,#9A3412,#FFFFFF,#C2410C,#FFFFFF,#059669,#FFFFFF,#FFFBEB,#0F172A,#FFFFFF,#0F172A,#F8F2F0,#64748B,#F2E6E2,#DC2626,#FFFFFF,#9A3412,Warm terracotta + fresh green\r\n98,Meditation & Mindfulness,#7C3AED,#FFFFFF,#8B5CF6,#FFFFFF,#059669,#FFFFFF,#FAF5FF,#0F172A,#FFFFFF,#0F172A,#F7F3FD,#64748B,#EFE7FC,#DC2626,#FFFFFF,#7C3AED,Calm lavender + mindful green\r\n99,Weather App,#0284C7,#FFFFFF,#0EA5E9,#FFFFFF,#F59E0B,#0F172A,#F0F9FF,#0F172A,#FFFFFF,#0F172A,#EFF7FB,#64748B,#E0F0F8,#DC2626,#FFFFFF,#0284C7,Sky blue + sun amber\r\n100,Diary & Journal App,#92400E,#FFFFFF,#A16207,#FFFFFF,#6366F1,#FFFFFF,#FFFBEB,#0F172A,#FFFFFF,#0F172A,#F8F3F0,#64748B,#F1E8E2,#DC2626,#FFFFFF,#92400E,Warm journal brown + ink violet\r\n101,CRM & Client Management,#2563EB,#FFFFFF,#3B82F6,#FFFFFF,#059669,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Professional blue + deal green\r\n102,Inventory & Stock Management,#334155,#FFFFFF,#475569,#FFFFFF,#059669,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#F2F3F4,#64748B,#E6E8EA,#DC2626,#FFFFFF,#334155,Industrial slate + stock green\r\n103,Flashcard & Study Tool,#7C3AED,#FFFFFF,#8B5CF6,#FFFFFF,#059669,#FFFFFF,#FAF5FF,#0F172A,#FFFFFF,#0F172A,#F7F3FD,#64748B,#EFE7FC,#DC2626,#FFFFFF,#7C3AED,Study purple + correct green\r\n104,Booking & Appointment App,#0284C7,#FFFFFF,#0EA5E9,#FFFFFF,#059669,#FFFFFF,#F0F9FF,#0F172A,#FFFFFF,#0F172A,#EFF7FB,#64748B,#E0F0F8,#DC2626,#FFFFFF,#0284C7,Calendar blue + available green\r\n105,Invoice & Billing Tool,#1E3A5F,#FFFFFF,#2563EB,#FFFFFF,#059669,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#F1F3F5,#64748B,#E4E7EB,#DC2626,#FFFFFF,#1E3A5F,Navy professional + paid green\r\n106,Grocery & Shopping List,#059669,#FFFFFF,#10B981,#FFFFFF,#D97706,#FFFFFF,#ECFDF5,#0F172A,#FFFFFF,#0F172A,#F0F8F6,#64748B,#E1F2ED,#DC2626,#FFFFFF,#059669,Fresh green + food amber\r\n107,Timer & Pomodoro,#DC2626,#FFFFFF,#EF4444,#FFFFFF,#059669,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#1F1829,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#DC2626,Focus red on dark + break green\r\n108,Parenting & Baby Tracker,#EC4899,#FFFFFF,#F472B6,#FFFFFF,#0284C7,#FFFFFF,#FDF2F8,#0F172A,#FFFFFF,#0F172A,#FDF4F8,#64748B,#FCE9F2,#DC2626,#FFFFFF,#EC4899,Soft pink + trust blue\r\n109,Scanner & Document Manager,#1E293B,#FFFFFF,#334155,#FFFFFF,#2563EB,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#F1F2F3,#64748B,#E4E5E7,#DC2626,#FFFFFF,#1E293B,Document grey + scan blue\r\n110,Calendar & Scheduling App,#2563EB,#FFFFFF,#3B82F6,#FFFFFF,#059669,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Calendar blue + event green\r\n111,Password Manager,#1E3A5F,#FFFFFF,#334155,#FFFFFF,#059669,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#10192E,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#1E3A5F,Vault dark blue + secure green\r\n112,Expense Splitter / Bill Split,#059669,#FFFFFF,#10B981,#FFFFFF,#DC2626,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#F0F8F6,#64748B,#E1F2ED,#DC2626,#FFFFFF,#059669,Balance green + owe red\r\n113,Voice Recorder & Memo,#DC2626,#FFFFFF,#EF4444,#FFFFFF,#2563EB,#FFFFFF,#FFFFFF,#0F172A,#FFFFFF,#0F172A,#FCF1F1,#64748B,#FAE4E4,#DC2626,#FFFFFF,#DC2626,Recording red + waveform blue\r\n114,Bookmark & Read-Later,#D97706,#FFFFFF,#F59E0B,#0F172A,#2563EB,#FFFFFF,#FFFBEB,#0F172A,#FFFFFF,#0F172A,#FCF6F0,#64748B,#FAEEE1,#DC2626,#FFFFFF,#D97706,Warm amber + link blue\r\n115,Translator App,#2563EB,#FFFFFF,#0891B2,#FFFFFF,#EA580C,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Global blue + teal + accent orange\r\n116,Calculator & Unit Converter,#EA580C,#FFFFFF,#F97316,#FFFFFF,#2563EB,#FFFFFF,#1C1917,#FFFFFF,#262321,#FFFFFF,#2C1E16,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#EA580C,Operation orange on dark\r\n117,Alarm & World Clock,#D97706,#FFFFFF,#F59E0B,#0F172A,#6366F1,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#1F1E27,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#D97706,Time amber + night indigo on dark\r\n118,File Manager & Transfer,#2563EB,#FFFFFF,#3B82F6,#FFFFFF,#D97706,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Folder blue + file amber\r\n119,Email Client,#2563EB,#FFFFFF,#3B82F6,#FFFFFF,#DC2626,#FFFFFF,#FFFFFF,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Inbox blue + priority red\r\n120,Casual Puzzle Game,#EC4899,#FFFFFF,#8B5CF6,#FFFFFF,#F59E0B,#0F172A,#FDF2F8,#0F172A,#FFFFFF,#0F172A,#FDF4F8,#64748B,#FCE9F2,#DC2626,#FFFFFF,#EC4899,Cheerful pink + reward gold\r\n121,Trivia & Quiz Game,#2563EB,#FFFFFF,#7C3AED,#FFFFFF,#F59E0B,#0F172A,#EFF6FF,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Quiz blue + gold leaderboard\r\n122,Card & Board Game,#15803D,#FFFFFF,#166534,#FFFFFF,#D97706,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#0F1F2B,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#15803D,Felt green + gold on dark\r\n123,Idle & Clicker Game,#D97706,#FFFFFF,#F59E0B,#0F172A,#7C3AED,#FFFFFF,#FFFBEB,#0F172A,#FFFFFF,#0F172A,#FCF6F0,#64748B,#FAEEE1,#DC2626,#FFFFFF,#D97706,Coin gold + prestige purple\r\n124,Word & Crossword Game,#15803D,#FFFFFF,#059669,#FFFFFF,#D97706,#FFFFFF,#FFFFFF,#0F172A,#FFFFFF,#0F172A,#F0F7F3,#64748B,#E2EFE7,#DC2626,#FFFFFF,#15803D,Word green + letter amber\r\n125,Arcade & Retro Game,#DC2626,#FFFFFF,#2563EB,#FFFFFF,#22C55E,#0F172A,#0F172A,#FFFFFF,#192134,#FFFFFF,#1F1829,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#DC2626,Neon red+blue on dark + score green\r\n126,Photo Editor & Filters,#7C3AED,#FFFFFF,#6366F1,#FFFFFF,#0891B2,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#171939,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#7C3AED,Editor violet + filter cyan on dark\r\n127,Short Video Editor,#EC4899,#FFFFFF,#DB2777,#FFFFFF,#2563EB,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#201A32,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#EC4899,Video pink on dark + timeline blue\r\n128,Drawing & Sketching Canvas,#7C3AED,#FFFFFF,#8B5CF6,#FFFFFF,#0891B2,#FFFFFF,#1C1917,#FFFFFF,#262321,#FFFFFF,#231B28,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#7C3AED,Canvas purple + tool teal on dark\r\n129,Music Creation & Beat Maker,#7C3AED,#FFFFFF,#6366F1,#FFFFFF,#22C55E,#0F172A,#0F172A,#FFFFFF,#192134,#FFFFFF,#171939,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#7C3AED,Studio purple + waveform green on dark\r\n130,Meme & Sticker Maker,#EC4899,#FFFFFF,#F59E0B,#0F172A,#2563EB,#FFFFFF,#FFFFFF,#0F172A,#FFFFFF,#0F172A,#FDF4F8,#64748B,#FCE9F2,#DC2626,#FFFFFF,#EC4899,Viral pink + comedy yellow + share blue\r\n131,AI Photo & Avatar Generator,#7C3AED,#FFFFFF,#6366F1,#FFFFFF,#EC4899,#FFFFFF,#FAF5FF,#0F172A,#FFFFFF,#0F172A,#F7F3FD,#64748B,#EFE7FC,#DC2626,#FFFFFF,#7C3AED,AI purple + generation pink\r\n132,Link-in-Bio Page Builder,#2563EB,#FFFFFF,#7C3AED,#FFFFFF,#EC4899,#FFFFFF,#FFFFFF,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Brand blue + creator purple\r\n133,Wardrobe & Outfit Planner,#BE185D,#FFFFFF,#EC4899,#FFFFFF,#D97706,#FFFFFF,#FDF2F8,#0F172A,#FFFFFF,#0F172A,#FBF1F5,#64748B,#F7E3EB,#DC2626,#FFFFFF,#BE185D,Fashion rose + gold accent\r\n134,Plant Care Tracker,#15803D,#FFFFFF,#059669,#FFFFFF,#D97706,#FFFFFF,#F0FDF4,#0F172A,#FFFFFF,#0F172A,#F0F7F3,#64748B,#E2EFE7,#DC2626,#FFFFFF,#15803D,Nature green + sun yellow\r\n135,Book & Reading Tracker,#78716C,#FFFFFF,#92400E,#FFFFFF,#D97706,#FFFFFF,#FFFBEB,#0F172A,#FFFFFF,#0F172A,#F6F6F6,#64748B,#EEEDED,#DC2626,#FFFFFF,#78716C,Book brown + page amber\r\n136,Couple & Relationship App,#BE185D,#FFFFFF,#EC4899,#FFFFFF,#DC2626,#FFFFFF,#FDF2F8,#0F172A,#FFFFFF,#0F172A,#FBF1F5,#64748B,#F7E3EB,#DC2626,#FFFFFF,#BE185D,Romance rose + love red\r\n137,Family Calendar & Chores,#2563EB,#FFFFFF,#059669,#FFFFFF,#D97706,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Family blue + chore green\r\n138,Mood Tracker,#7C3AED,#FFFFFF,#6366F1,#FFFFFF,#D97706,#FFFFFF,#FAF5FF,#0F172A,#FFFFFF,#0F172A,#F7F3FD,#64748B,#EFE7FC,#DC2626,#FFFFFF,#7C3AED,Mood purple + insight amber\r\n139,Gift & Wishlist,#DC2626,#FFFFFF,#D97706,#FFFFFF,#EC4899,#FFFFFF,#FFF1F2,#0F172A,#FFFFFF,#0F172A,#FCF1F1,#64748B,#FAE4E4,#DC2626,#FFFFFF,#DC2626,Gift red + gold + surprise pink\r\n140,Running & Cycling GPS,#EA580C,#FFFFFF,#F97316,#FFFFFF,#059669,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#201C27,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#EA580C,Energetic orange + pace green on dark\r\n141,Yoga & Stretching Guide,#6B7280,#FFFFFF,#78716C,#FFFFFF,#0891B2,#FFFFFF,#F5F5F0,#0F172A,#FFFFFF,#0F172A,#F6F6F7,#64748B,#EDEEEF,#DC2626,#FFFFFF,#6B7280,Sage neutral + calm teal\r\n142,Sleep Tracker,#4338CA,#FFFFFF,#6366F1,#FFFFFF,#7C3AED,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#131936,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#4338CA,Night indigo + dream violet on dark\r\n143,Calorie & Nutrition Counter,#059669,#FFFFFF,#10B981,#FFFFFF,#EA580C,#FFFFFF,#ECFDF5,#0F172A,#FFFFFF,#0F172A,#F0F8F6,#64748B,#E1F2ED,#DC2626,#FFFFFF,#059669,Healthy green + macro orange\r\n144,Period & Cycle Tracker,#BE185D,#FFFFFF,#EC4899,#FFFFFF,#7C3AED,#FFFFFF,#FDF2F8,#0F172A,#FFFFFF,#0F172A,#FBF1F5,#64748B,#F7E3EB,#DC2626,#FFFFFF,#BE185D,Blush rose + fertility lavender\r\n145,Medication & Pill Reminder,#0284C7,#FFFFFF,#0891B2,#FFFFFF,#DC2626,#FFFFFF,#F0F9FF,#0F172A,#FFFFFF,#0F172A,#EFF7FB,#64748B,#E0F0F8,#DC2626,#FFFFFF,#0284C7,Medical blue + alert red\r\n146,Water & Hydration Reminder,#0284C7,#FFFFFF,#06B6D4,#FFFFFF,#0891B2,#FFFFFF,#F0F9FF,#0F172A,#FFFFFF,#0F172A,#EFF7FB,#64748B,#E0F0F8,#DC2626,#FFFFFF,#0284C7,Refreshing blue + water cyan\r\n147,Fasting & Intermittent Timer,#6366F1,#FFFFFF,#4338CA,#FFFFFF,#059669,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#151D39,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#6366F1,Fasting indigo on dark + eating green\r\n148,Anonymous Community / Confession,#475569,#FFFFFF,#334155,#FFFFFF,#0891B2,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#131B2F,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#475569,Protective grey + subtle teal on dark\r\n149,Local Events & Discovery,#EA580C,#FFFFFF,#F97316,#FFFFFF,#2563EB,#FFFFFF,#FFF7ED,#0F172A,#FFFFFF,#0F172A,#FDF4F0,#64748B,#FCEAE1,#DC2626,#FFFFFF,#EA580C,Event orange + map blue\r\n150,Study Together / Virtual Coworking,#2563EB,#FFFFFF,#3B82F6,#FFFFFF,#059669,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Focus blue + session green\r\n151,Coding Challenge & Practice,#22C55E,#0F172A,#059669,#FFFFFF,#D97706,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#10242E,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#22C55E,Code green + difficulty amber on dark\r\n152,Kids Learning (ABC & Math),#2563EB,#FFFFFF,#F59E0B,#0F172A,#EC4899,#FFFFFF,#EFF6FF,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Learning blue + play yellow + fun pink\r\n153,Music Instrument Learning,#DC2626,#FFFFFF,#9A3412,#FFFFFF,#D97706,#FFFFFF,#FFFBEB,#0F172A,#FFFFFF,#0F172A,#FCF1F1,#64748B,#FAE4E4,#DC2626,#FFFFFF,#DC2626,Musical red + warm amber\r\n154,Parking Finder,#2563EB,#FFFFFF,#059669,#FFFFFF,#DC2626,#FFFFFF,#F0F9FF,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Available blue/green + occupied red\r\n155,Public Transit Guide,#2563EB,#FFFFFF,#0891B2,#FFFFFF,#EA580C,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Transit blue + line colors\r\n156,Road Trip Planner,#EA580C,#FFFFFF,#0891B2,#FFFFFF,#D97706,#FFFFFF,#FFF7ED,#0F172A,#FFFFFF,#0F172A,#FDF4F0,#64748B,#FCEAE1,#DC2626,#FFFFFF,#EA580C,Adventure orange + map teal\r\n157,VPN & Privacy Tool,#1E3A5F,#FFFFFF,#334155,#FFFFFF,#22C55E,#0F172A,#0F172A,#FFFFFF,#192134,#FFFFFF,#10192E,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#1E3A5F,Shield dark + connected green\r\n158,Emergency SOS & Safety,#DC2626,#FFFFFF,#EF4444,#FFFFFF,#2563EB,#FFFFFF,#FFF1F2,#0F172A,#FFFFFF,#0F172A,#FCF1F1,#64748B,#FAE4E4,#DC2626,#FFFFFF,#DC2626,Alert red + safety blue\r\n159,Wallpaper & Theme App,#7C3AED,#FFFFFF,#EC4899,#FFFFFF,#2563EB,#FFFFFF,#FAF5FF,#0F172A,#FFFFFF,#0F172A,#F7F3FD,#64748B,#EFE7FC,#DC2626,#FFFFFF,#7C3AED,Aesthetic purple + trending pink\r\n160,White Noise & Ambient Sound,#475569,#FFFFFF,#334155,#FFFFFF,#4338CA,#FFFFFF,#0F172A,#FFFFFF,#192134,#FFFFFF,#131B2F,#94A3B8,\"rgba(255,255,255,0.08)\",#DC2626,#FFFFFF,#475569,Ambient grey + deep indigo on dark\r\n161,Home Decoration & Interior Design,#78716C,#FFFFFF,#A8A29E,#FFFFFF,#D97706,#FFFFFF,#FAF5F2,#0F172A,#FFFFFF,#0F172A,#F6F6F6,#64748B,#EEEDED,#DC2626,#FFFFFF,#78716C,Interior warm grey + gold accent\r\n162,Academic Journal / Scholarly Publishing,#1E3A5F,#FFFFFF,#334155,#FFFFFF,#B45309,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#E9EEF5,#64748B,#CBD5E1,#DC2626,#FFFFFF,#1E3A5F,Scholarly navy + citation gold + serif accent\n163,API Developer Portal,#0F172A,#FFFFFF,#1E293B,#FFFFFF,#22C55E,#0F172A,#020617,#F8FAFC,#0E1223,#F8FAFC,#1A1E2F,#94A3B8,#334155,#EF4444,#FFFFFF,#0F172A,Code dark + endpoint green + syntax colors\n164,Forum / Discussion Board,#475569,#FFFFFF,#64748B,#FFFFFF,#2563EB,#FFFFFF,#F8FAFC,#1E293B,#FFFFFF,#1E293B,#EAEFF3,#64748B,#E2E8F0,#DC2626,#FFFFFF,#475569,Neutral grey + topic accent + unread indicator\n165,Directory / Listing Site,#059669,#FFFFFF,#10B981,#0F172A,#D97706,#FFFFFF,#ECFDF5,#064E3B,#FFFFFF,#064E3B,#E8F1F3,#64748B,#A7F3D0,#DC2626,#FFFFFF,#059669,Category green + verified badge + map accent\n166,Status Page / Incident Management,#16A34A,#FFFFFF,#22C55E,#0F172A,#DC2626,#FFFFFF,#F0FDF4,#14532D,#FFFFFF,#14532D,#E8F0F1,#64748B,#BBF7D0,#DC2626,#FFFFFF,#16A34A,Operational green + incident red + maintenance amber\n167,Wiki / Encyclopedia,#1E3A8A,#FFFFFF,#3B82F6,#FFFFFF,#7C3AED,#FFFFFF,#F8FAFC,#1E40AF,#FFFFFF,#1E40AF,#E9EEF5,#64748B,#BFDBFE,#DC2626,#FFFFFF,#1E3A8A,Knowledge blue + link purple + clean white\n168,Auction Platform,#0F172A,#FFFFFF,#1E293B,#FFFFFF,#16A34A,#0F172A,#020617,#F8FAFC,#0E1223,#F8FAFC,#1A1E2F,#94A3B8,#334155,#DC2626,#FFFFFF,#0F172A,Dark luxury + bid green + outbid red + urgency\n169,Changelog / Release Notes,#475569,#FFFFFF,#64748B,#FFFFFF,#059669,#FFFFFF,#F8FAFC,#1E293B,#FFFFFF,#1E293B,#EAEFF3,#64748B,#E2E8F0,#DC2626,#FFFFFF,#475569,Feature green + fix blue + breaking red badges\n170,Citizen Science Platform,#15803D,#FFFFFF,#22C55E,#0F172A,#D97706,#FFFFFF,#F0FDF4,#14532D,#FFFFFF,#14532D,#E8F0F1,#64748B,#BBF7D0,#DC2626,#FFFFFF,#15803D,Discovery green + volunteer badge + data neutral\n171,Classifieds / Buy-Sell,#2563EB,#FFFFFF,#3B82F6,#FFFFFF,#16A34A,#FFFFFF,#EFF6FF,#1E40AF,#FFFFFF,#1E40AF,#E9EFF8,#64748B,#BFDBFE,#DC2626,#FFFFFF,#2563EB,Listing blue + price green + seller badge\n172,Conference / Symposium Landing Page,#1E3A5F,#FFFFFF,#2563EB,#FFFFFF,#A16207,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#E9EEF5,#64748B,#CBD5E1,#DC2626,#FFFFFF,#1E3A5F,Academic navy + gold keynote + track chips\n173,Crowdfunding Platform,#D97706,#FFFFFF,#F59E0B,#0F172A,#16A34A,#FFFFFF,#FFFBEB,#0F172A,#FFFFFF,#0F172A,#FCF6F0,#64748B,#FAEEE1,#DC2626,#FFFFFF,#D97706,Funding progress amber + goal green + urgency\n174,Digital Signage / Kiosk,#0F172A,#FFFFFF,#1E293B,#FFFFFF,#EF4444,#FFFFFF,#020617,#F8FAFC,#0E1223,#F8FAFC,#1A1E2F,#94A3B8,#334155,#EF4444,#FFFFFF,#0F172A,High contrast dark + brand accent + large touch targets\n175,E-signature / Document Workflow,#1E3A5F,#FFFFFF,#2563EB,#FFFFFF,#16A34A,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#E9EEF5,#64748B,#CBD5E1,#DC2626,#FFFFFF,#1E3A5F,Trust navy + signature green + audit trail\n176,Feature Flag / Config Management,#0F172A,#FFFFFF,#1E293B,#FFFFFF,#16A34A,#0F172A,#020617,#F8FAFC,#0E1223,#F8FAFC,#1A1E2F,#94A3B8,#334155,#DC2626,#FFFFFF,#0F172A,Enabled green + disabled grey + experimental amber\n177,Government Portal / Civic Services,#1E40AF,#FFFFFF,#3B82F6,#FFFFFF,#16A34A,#FFFFFF,#EFF6FF,#1E3A8A,#FFFFFF,#1E3A8A,#E9EFF5,#64748B,#BFDBFE,#DC2626,#FFFFFF,#1E40AF,Professional blue + service green + accessibility\n178,Grant / Funding Portal,#1E3A5F,#FFFFFF,#2563EB,#FFFFFF,#16A34A,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#E9EEF5,#64748B,#CBD5E1,#DC2626,#FFFFFF,#1E3A5F,Institution navy + funding green + deadline urgency\n179,LMS (Learning Management System),#0D9488,#FFFFFF,#2DD4BF,#0F172A,#D97706,#FFFFFF,#F0FDFA,#134E4A,#FFFFFF,#134E4A,#E8F1F4,#64748B,#5EEAD4,#DC2626,#FFFFFF,#0D9488,Education teal + course amber + grade green\n180,No-code / Low-code Builder,#7C3AED,#FFFFFF,#A78BFA,#0F172A,#EC4899,#FFFFFF,#FAF5FF,#4C1D95,#FFFFFF,#4C1D95,#ECEEF9,#64748B,#DDD6FE,#DC2626,#FFFFFF,#7C3AED,Builder purple + component pink + canvas neutral\n181,Open Source Project Landing,#0F172A,#FFFFFF,#1E293B,#FFFFFF,#A16207,#FFFFFF,#020617,#F8FAFC,#0E1223,#F8FAFC,#1A1E2F,#94A3B8,#334155,#22C55E,#FFFFFF,#0F172A,Dark code + star gold + fork silver + sponsor purple\n182,Patient Portal / Health Records,#0284C7,#FFFFFF,#0891B2,#FFFFFF,#16A34A,#FFFFFF,#F0F9FF,#0C4A6E,#FFFFFF,#0C4A6E,#E8F2F8,#64748B,#BAE6FD,#DC2626,#FFFFFF,#0284C7,Clinical blue + health green + alert red\n183,Patent / IP Database,#475569,#FFFFFF,#64748B,#FFFFFF,#A16207,#FFFFFF,#F8FAFC,#1E293B,#FFFFFF,#1E293B,#EAEFF3,#64748B,#E2E8F0,#DC2626,#FFFFFF,#475569,Formal neutral + patent type chips + status badges\n184,Q&A Community Platform,#2563EB,#FFFFFF,#0891B2,#FFFFFF,#D97706,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#F1F5FD,#64748B,#E4ECFC,#DC2626,#FFFFFF,#2563EB,Knowledge blue + accepted green + reputation gold\n185,Research Lab / University Department,#1E3A5F,#FFFFFF,#2563EB,#FFFFFF,#A16207,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#E9EEF5,#64748B,#CBD5E1,#DC2626,#FFFFFF,#1E3A5F,Institutional navy + research accent + serif headings\n186,Resume / CV Builder,#1E3A5F,#FFFFFF,#2563EB,#FFFFFF,#16A34A,#FFFFFF,#F8FAFC,#0F172A,#FFFFFF,#0F172A,#E9EEF5,#64748B,#CBD5E1,#DC2626,#FFFFFF,#1E3A5F,Professional navy + section accent + success green\n187,Review Platform,#F59E0B,#0F172A,#FBBF24,#0F172A,#16A34A,#FFFFFF,#FFFBEB,#0F172A,#FFFFFF,#0F172A,#FCF6F0,#64748B,#FAEEE1,#DC2626,#FFFFFF,#F59E0B,Star gold + positive green + negative red\n188,RPA / Automation Dashboard,#0F172A,#FFFFFF,#1E293B,#FFFFFF,#16A34A,#0F172A,#020617,#F8FAFC,#0E1223,#F8FAFC,#1A1E2F,#94A3B8,#334155,#DC2626,#FFFFFF,#0F172A,Dark terminal + running green + failed red + queued amber\n189,Survey / Form Builder,#0D9488,#FFFFFF,#2DD4BF,#0F172A,#D97706,#FFFFFF,#F0FDFA,#134E4A,#FFFFFF,#134E4A,#E8F1F4,#64748B,#5EEAD4,#DC2626,#FFFFFF,#0D9488,Question teal + progress green + submit blue\n190,Telemedicine Platform,#0891B2,#FFFFFF,#22D3EE,#0F172A,#16A34A,#FFFFFF,#F0FDFA,#134E4A,#FFFFFF,#134E4A,#E8F1F6,#64748B,#CCFBF1,#DC2626,#FFFFFF,#0891B2,Medical teal + video green + waiting amber\n191,Testimonial & Social Proof Widget,#7C3AED,#FFFFFF,#A78BFA,#0F172A,#F59E0B,#0F172A,#FAF5FF,#4C1D95,#FFFFFF,#4C1D95,#ECEEF9,#64748B,#DDD6FE,#DC2626,#FFFFFF,#7C3AED,Trust purple + quote gold + verified blue\n192,Ticketing / Box Office,#0F172A,#FFFFFF,#1E293B,#FFFFFF,#16A34A,#0F172A,#020617,#F8FAFC,#0E1223,#F8FAFC,#1A1E2F,#94A3B8,#334155,#DC2626,#FFFFFF,#0F172A,Event theme colors + available green + sold-out red\n",
33
+ "kind": "raw"
34
+ },
35
+ {
36
+ "path": "data/google-fonts.csv",
37
+ "content": "Family,Category,Stroke,Classifications,Keywords,Styles,Variable Axes,Subsets,Designers,Popularity Rank,Trending Rank,Is Noto,Date Added,Last Modified,Google Fonts URL\nABeeZee,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european well-known common,400 | 400i,,latin | latin-ext,Anja Meiners,182,1805,No,2012-09-30,2025-09-08,https://fonts.google.com/specimen/ABeeZee\nADLaM Display,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,adlam | latin | latin-ext,Mark Jamra | Neil Patel | Andrew Footit,666,364,No,2023-08-14,2025-05-30,https://fonts.google.com/specimen/ADLaM+Display\nAR One Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european vietnamese,400 | 500 | 600 | 700,ARRR: - | wght: -,latin | latin-ext | vietnamese,Niteesh Yadav,746,616,No,2023-09-05,2025-09-16,https://fonts.google.com/specimen/AR+One+Sans\nAbel,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european popular widely-used,400,,latin,MADType,134,1223,No,2011-08-03,2025-05-30,https://fonts.google.com/specimen/Abel\nAbhaya Libre,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european sinhala sri-lankan,400 | 500 | 600 | 700 | 800,,latin | latin-ext | sinhala,Mooniak,410,1601,No,2016-08-30,2025-09-16,https://fonts.google.com/specimen/Abhaya+Libre\nAboreto,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Dominik Jáger,485,186,No,2022-05-26,2025-05-30,https://fonts.google.com/specimen/Aboreto\nAbril Fatface,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european well-known common,400,,latin | latin-ext,TypeTogether,161,1860,No,2011-08-31,2025-09-16,https://fonts.google.com/specimen/Abril+Fatface\nAbyssinica SIL,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone ethiopic amharic english western european extended-latin european,400,,ethiopic | latin | latin-ext,SIL International,1123,788,No,2016-01-20,2025-09-10,https://fonts.google.com/specimen/Abyssinica+SIL\nAclonica,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,588,1970,No,2011-04-27,2025-09-08,https://fonts.google.com/specimen/Aclonica\nAcme,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european well-known common,400,,latin,Juan Pablo del Peral | Huerta Tipográfica,227,1803,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Acme\nActor,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european well-known common,400,,latin,Thomas Junold,287,1886,No,2011-08-03,2025-09-10,https://fonts.google.com/specimen/Actor\nAdamina,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Cyreal,517,829,No,2011-09-07,2025-09-16,https://fonts.google.com/specimen/Adamina\nAdvent Pro,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended greek english western european extended-latin european well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext,VivaRado,258,2192,No,2012-02-29,2025-09-16,https://fonts.google.com/specimen/Advent+Pro\nAfacad,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight cyrillic extended english western european extended-latin european vietnamese multilingual international,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic-ext | latin | latin-ext | math | symbols | vietnamese,Kristian Möller | Dicotype,475,1797,No,2023-12-04,2025-09-04,https://fonts.google.com/specimen/Afacad\nAfacad Flux,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european vietnamese,100 | 1000 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,slnt: - | wght: -,latin | latin-ext | vietnamese,Kristian Möller | Dicotype,745,128,No,2024-09-23,2025-09-08,https://fonts.google.com/specimen/Afacad+Flux\nAgbalumo,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention cyrillic extended ethiopic amharic english western european extended-latin european vietnamese,400,,cyrillic-ext | ethiopic | latin | latin-ext | vietnamese,Raphael Alẹ́gbẹ́lẹ́yẹ̀ | Sorkin Type | Eben Sorkin,775,1986,No,2023-10-05,2025-06-25,https://fonts.google.com/specimen/Agbalumo\nAgdasima,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400 | 700,,latin | latin-ext,The DocRepair Project | Patric King,812,1723,No,2023-04-02,2025-06-02,https://fonts.google.com/specimen/Agdasima\nAgu Display,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention variable variable-font responsive english western european extended-latin european vietnamese,400,MORF: -,latin | latin-ext | vietnamese,Seun Badejo,1582,1604,No,2024-12-09,2025-09-04,https://fonts.google.com/specimen/Agu+Display\nAguafina Script,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sudtipos,813,205,No,2011-11-30,2025-09-02,https://fonts.google.com/specimen/Aguafina+Script\nAkatab,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible english western european extended-latin european,400 | 500 | 600 | 700 | 800 | 900,,latin | latin-ext | tifinagh,SIL International,966,58,No,2023-06-21,2025-09-10,https://fonts.google.com/specimen/Akatab\nAkaya Kanadaka,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention kannada indian english western european extended-latin european,400,,kannada | latin | latin-ext,Vaishnavi Murthy | Juan Luis Blanco,996,72,No,2021-01-14,2025-09-16,https://fonts.google.com/specimen/Akaya+Kanadaka\nAkaya Telivigala,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european telugu indian,400,,latin | latin-ext | telugu,Vaishnavi Murthy | Juan Luis Blanco,1366,1498,No,2016-06-15,2025-09-02,https://fonts.google.com/specimen/Akaya+Telivigala\nAkronim,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Grzegorz Klimczewski,1222,693,No,2012-09-23,2025-05-30,https://fonts.google.com/specimen/Akronim\nAkshar,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight hindi devanagari indian english western european extended-latin european,300 | 400 | 500 | 600 | 700,wght: -,devanagari | latin | latin-ext,Tall Chai,316,48,No,2022-03-21,2025-09-08,https://fonts.google.com/specimen/Akshar\nAladin,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sudtipos,988,1299,No,2011-11-30,2025-09-11,https://fonts.google.com/specimen/Aladin\nAlan Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european,300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext,Raphaël Ronot,1379,1378,No,2025-09-17,2025-11-20,https://fonts.google.com/specimen/Alan+Sans\nAlata,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european vietnamese well-known common,400,,latin | latin-ext | vietnamese,Spyros Zevelakis | Eben Sorkin,262,1520,No,2019-11-08,2025-09-04,https://fonts.google.com/specimen/Alata\nAlatsi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque cyrillic extended english western european extended-latin european vietnamese,400,,cyrillic-ext | latin | latin-ext | vietnamese,Spyros Zevelakis | Eben Sorkin,635,1838,No,2019-11-07,2025-09-10,https://fonts.google.com/specimen/Alatsi\nAlbert Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Andreas Rasmussen,171,550,No,2022-06-08,2025-09-11,https://fonts.google.com/specimen/Albert+Sans\nAldrich,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,MADType,620,1641,No,2011-08-17,2025-06-02,https://fonts.google.com/specimen/Aldrich\nAlef,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque hebrew RTL israeli english western european,400 | 700,,hebrew | latin,Hagilda | Mushon Zer-Aviv,522,727,No,2013-05-21,2025-09-04,https://fonts.google.com/specimen/Alef\nAlegreya,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international well-known common,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Juan Pablo del Peral | Huerta Tipográfica,220,1915,No,2011-12-19,2025-09-08,https://fonts.google.com/specimen/Alegreya\nAlegreya SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,400 | 400i | 500 | 500i | 700 | 700i | 800 | 800i | 900 | 900i,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Juan Pablo del Peral | Huerta Tipográfica,735,1820,No,2011-12-19,2025-09-04,https://fonts.google.com/specimen/Alegreya+SC\nAlegreya Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international well-known common,100 | 100i | 300 | 300i | 400 | 400i | 500 | 500i | 700 | 700i | 800 | 800i | 900 | 900i,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Juan Pablo del Peral | Huerta Tipográfica,213,1458,No,2013-12-04,2025-09-10,https://fonts.google.com/specimen/Alegreya+Sans\nAlegreya Sans SC,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,100 | 100i | 300 | 300i | 400 | 400i | 500 | 500i | 700 | 700i | 800 | 800i | 900 | 900i,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Juan Pablo del Peral | Huerta Tipográfica,527,344,No,2013-12-04,2025-09-16,https://fonts.google.com/specimen/Alegreya+Sans+SC\nAleo,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Alessio Laiso,285,820,No,2018-12-11,2025-09-16,https://fonts.google.com/specimen/Aleo\nAlex Brush,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,374,1187,No,2011-12-19,2025-09-11,https://fonts.google.com/specimen/Alex+Brush\nAlexandria,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,arabic | latin | latin-ext | vietnamese,Mohamed Gaber | Julieta Ulanovsky,341,934,No,2022-11-03,2025-09-04,https://fonts.google.com/specimen/Alexandria\nAlfa Slab One,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european vietnamese popular widely-used,400,,latin | latin-ext | vietnamese,JM Solé,105,615,No,2011-12-19,2025-09-04,https://fonts.google.com/specimen/Alfa+Slab+One\nAlice,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic cyrillic extended english western european extended-latin european,400,,cyrillic | cyrillic-ext | latin | latin-ext,Ksenya Erulevich | Cyreal,413,1692,No,2011-08-10,2025-09-08,https://fonts.google.com/specimen/Alice\nAlike,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext | math | symbols,Sveta Sebyakina | Cyreal,883,1974,No,2011-08-24,2025-09-04,https://fonts.google.com/specimen/Alike\nAlike Angular,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext | math | symbols,Sveta Sebyakina | Cyreal,1027,1528,No,2011-09-28,2025-09-04,https://fonts.google.com/specimen/Alike+Angular\nAlkalami,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone arabic RTL middle-east english western european extended-latin european,400,,arabic | latin | latin-ext,SIL International,1232,939,No,2022-06-09,2025-09-16,https://fonts.google.com/specimen/Alkalami\nAlkatra,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention variable variable-font responsive variable-weight bengali bangladeshi indian hindi devanagari indian english western european extended-latin european odia oriya indian,400 | 500 | 600 | 700,wght: -,bengali | devanagari | latin | latin-ext | oriya,Suman Bhandary,1197,1951,No,2023-01-27,2025-09-08,https://fonts.google.com/specimen/Alkatra\nAllan,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400 | 700,,latin | latin-ext,Anton Koovit,884,837,No,2010-12-15,2025-09-16,https://fonts.google.com/specimen/Allan\nAllerta,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Matt McInerney,681,677,No,2010-11-30,2025-09-04,https://fonts.google.com/specimen/Allerta\nAllerta Stencil,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Matt McInerney,590,1873,No,2010-11-30,2025-09-11,https://fonts.google.com/specimen/Allerta+Stencil\nAllison,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,674,214,No,2021-07-02,2025-09-16,https://fonts.google.com/specimen/Allison\nAllkin,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention,400,,,Monotype Imaging Inc.,1311,9,No,2026-02-18,2026-02-19,https://fonts.google.com/specimen/Allkin\nAllura,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese well-known common,400,,latin | latin-ext | vietnamese,Robert Leuschke,271,1629,No,2012-02-08,2025-09-02,https://fonts.google.com/specimen/Allura\nAlmarai,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque arabic RTL middle-east english western european popular widely-used,300 | 400 | 700 | 800,,arabic | latin,Boutros Fonts | Mourad Boutros,132,208,No,2019-06-04,2025-09-02,https://fonts.google.com/specimen/Almarai\nAlmendra,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic english western european extended-latin european,400 | 400i | 700 | 700i,,latin | latin-ext,Ana Sanfelippo,909,238,No,2011-12-19,2025-09-04,https://fonts.google.com/specimen/Almendra\nAlmendra Display,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Ana Sanfelippo,1427,1901,No,2012-11-12,2025-09-04,https://fonts.google.com/specimen/Almendra+Display\nAlmendra SC,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Ana Sanfelippo,1378,1475,No,2011-12-19,2025-09-10,https://fonts.google.com/specimen/Almendra+SC\nAlumni Sans,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Robert Leuschke,228,234,No,2021-06-19,2025-09-02,https://fonts.google.com/specimen/Alumni+Sans\nAlumni Sans Collegiate One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention italic russian cyrillic slavic english western european extended-latin european vietnamese,400 | 400i,,cyrillic | latin | latin-ext | vietnamese,Robert Leuschke,1469,352,No,2022-04-09,2025-09-16,https://fonts.google.com/specimen/Alumni+Sans+Collegiate+One\nAlumni Sans Inline One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention italic english western european extended-latin european vietnamese,400 | 400i,,latin | latin-ext | vietnamese,Robert Leuschke,1648,2243,No,2022-02-24,2025-09-04,https://fonts.google.com/specimen/Alumni+Sans+Inline+One\nAlumni Sans Pinstripe,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention italic russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400 | 400i,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Robert Leuschke,1471,1835,No,2022-06-08,2025-09-16,https://fonts.google.com/specimen/Alumni+Sans+Pinstripe\nAlumni Sans SC,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Robert Leuschke,1715,316,No,2025-05-28,2025-09-08,https://fonts.google.com/specimen/Alumni+Sans+SC\nAlyamama,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight arabic RTL middle-east greek english western european extended-latin european,300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,arabic | greek | latin | latin-ext,Yazeed Omar,1730,40,No,2026-02-18,2026-02-19,https://fonts.google.com/specimen/Alyamama\nAmarante,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Karolina Lach,857,1824,No,2012-07-10,2025-09-11,https://fonts.google.com/specimen/Amarante\nAmaranth,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european,400 | 400i | 700 | 700i,,latin,Gesine Todt,344,1535,No,2011-05-04,2025-09-04,https://fonts.google.com/specimen/Amaranth\nAmarna,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext,Ishtār van Looy,1895,762,No,2025-12-08,2026-02-26,https://fonts.google.com/specimen/Amarna\nAmatic SC,Handwriting,Sans Serif,Display,personal casual friendly warm handwritten script organic geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic hebrew RTL israeli english western european extended-latin european vietnamese well-known common,400 | 700,,cyrillic | hebrew | latin | latin-ext | vietnamese,Vernon Adams | Ben Nathan | Thomas Jockin,226,1725,No,2011-10-12,2025-09-16,https://fonts.google.com/specimen/Amatic+SC\nAmethysta,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Cyreal,1063,1457,No,2012-01-18,2025-09-10,https://fonts.google.com/specimen/Amethysta\nAmiko,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque hindi devanagari indian english western european extended-latin european,400 | 600 | 700,,devanagari | latin | latin-ext,Impallari Type,697,1966,No,2016-03-01,2025-09-16,https://fonts.google.com/specimen/Amiko\nAmiri,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic arabic RTL middle-east english western european extended-latin european well-known common,400 | 400i | 700 | 700i,,arabic | latin | latin-ext,Khaled Hosny | Sebastian Kosch,200,270,No,2012-07-30,2025-08-26,https://fonts.google.com/specimen/Amiri\nAmiri Quran,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone arabic RTL middle-east english western european,400,,arabic | latin,Khaled Hosny | Sebastian Kosch,1344,141,No,2022-08-10,2025-08-26,https://fonts.google.com/specimen/Amiri+Quran\nAmita,Handwriting,Serif,Display,personal casual friendly warm handwritten script organic transitional oldstyle didone headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,400 | 700,,devanagari | latin | latin-ext,Eduardo Tunni | Brian Bonislawsky,388,1302,No,2015-05-20,2025-09-11,https://fonts.google.com/specimen/Amita\nAnaheim,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european vietnamese,400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext | vietnamese,Vernon Adams,1083,2157,No,2012-10-31,2025-09-04,https://fonts.google.com/specimen/Anaheim\nAncizar Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight greek english western european extended-latin european,100 | 1000 | 1000i | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,greek | latin | latin-ext,Universidad Nacional de Colombia (UNAL) | César Puertas | Viviana Monsalve | Julián Moncada,1607,2169,No,2025-05-08,2025-09-11,https://fonts.google.com/specimen/Ancizar+Sans\nAncizar Serif,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight greek english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,greek | latin | latin-ext,Universidad Nacional de Colombia (UNAL) | César Puertas | Viviana Monsalve | Julián Moncada,1595,215,No,2025-05-08,2025-09-16,https://fonts.google.com/specimen/Ancizar+Serif\nAndada Pro,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,latin | latin-ext | vietnamese,Huerta Tipográfica | Carolina Giovagnoli,273,686,No,2021-05-19,2025-09-10,https://fonts.google.com/specimen/Andada+Pro\nAndika,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,SIL International,409,932,No,2011-08-10,2025-09-10,https://fonts.google.com/specimen/Andika\nAnek Bangla,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width bengali bangladeshi indian english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,bengali | latin | latin-ext,Ek Type,332,45,No,2022-02-08,2025-09-16,https://fonts.google.com/specimen/Anek+Bangla\nAnek Devanagari,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width hindi devanagari indian english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,devanagari | latin | latin-ext,Ek Type,509,28,No,2022-02-08,2025-09-16,https://fonts.google.com/specimen/Anek+Devanagari\nAnek Gujarati,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width gujarati indian english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,gujarati | latin | latin-ext,Ek Type,1240,235,No,2022-02-08,2025-09-11,https://fonts.google.com/specimen/Anek+Gujarati\nAnek Gurmukhi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width punjabi gurmukhi indian english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,gurmukhi | latin | latin-ext,Ek Type,1523,1696,No,2022-02-15,2025-09-04,https://fonts.google.com/specimen/Anek+Gurmukhi\nAnek Kannada,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width kannada indian english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,kannada | latin | latin-ext,Ek Type,1343,793,No,2022-02-15,2025-09-11,https://fonts.google.com/specimen/Anek+Kannada\nAnek Latin,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,latin | latin-ext | vietnamese,Ek Type,630,1713,No,2022-02-15,2025-09-16,https://fonts.google.com/specimen/Anek+Latin\nAnek Malayalam,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european malayalam indian,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,latin | latin-ext | malayalam,Ek Type,986,1745,No,2022-02-15,2025-09-16,https://fonts.google.com/specimen/Anek+Malayalam\nAnek Odia,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european odia oriya indian,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,latin | latin-ext | oriya,Ek Type,1519,782,No,2022-02-08,2025-09-11,https://fonts.google.com/specimen/Anek+Odia\nAnek Tamil,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european tamil indian,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,latin | latin-ext | tamil,Ek Type,1147,713,No,2022-02-08,2025-09-16,https://fonts.google.com/specimen/Anek+Tamil\nAnek Telugu,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european telugu indian popular widely-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,latin | latin-ext | telugu,Ek Type,103,1009,No,2022-02-15,2025-09-08,https://fonts.google.com/specimen/Anek+Telugu\nAngkor,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention khmer cambodian english western european,400,,khmer | latin,Danh Hong,1088,505,No,2011-03-02,2025-09-08,https://fonts.google.com/specimen/Angkor\nAnnapurna SIL,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone hindi devanagari indian english western european extended-latin european,400 | 700,,devanagari | latin | latin-ext | math | symbols,SIL International,1602,781,No,2024-02-14,2025-05-30,https://fonts.google.com/specimen/Annapurna+SIL\nAnnie Use Your Telescope,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,675,1129,No,2011-04-14,2025-09-10,https://fonts.google.com/specimen/Annie+Use+Your+Telescope\nAnonymous Pro,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code italic russian cyrillic slavic greek english western european extended-latin european,400 | 400i | 700 | 700i,,cyrillic | greek | latin | latin-ext,Mark Simonson,435,1374,No,2010-12-15,2025-09-08,https://fonts.google.com/specimen/Anonymous+Pro\nAnta,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext | math | symbols,Sergej Lebedev,1202,1897,No,2024-02-14,2025-05-30,https://fonts.google.com/specimen/Anta\nAntic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Santiago Orozco,710,1518,No,2011-08-31,2025-09-04,https://fonts.google.com/specimen/Antic\nAntic Didone,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Santiago Orozco,713,1229,No,2012-03-14,2025-09-04,https://fonts.google.com/specimen/Antic+Didone\nAntic Slab,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european well-known common,400,,latin,Santiago Orozco,233,744,No,2012-03-14,2025-09-10,https://fonts.google.com/specimen/Antic+Slab\nAnton,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese popular widely-used,400,,latin | latin-ext | vietnamese,Vernon Adams,89,1376,No,2011-02-23,2025-09-16,https://fonts.google.com/specimen/Anton\nAnton SC,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Vernon Adams,788,566,No,2024-06-25,2025-05-30,https://fonts.google.com/specimen/Anton+SC\nAntonio,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext,Vernon Adams,340,463,No,2013-03-05,2025-09-04,https://fonts.google.com/specimen/Antonio\nAnuphan,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european thai southeast-asia vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext | thai | vietnamese,Cadson Demak,628,2246,No,2023-02-22,2025-09-10,https://fonts.google.com/specimen/Anuphan\nAnybody,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,latin | latin-ext | vietnamese,Tyler Finck,916,1933,No,2022-03-02,2025-09-16,https://fonts.google.com/specimen/Anybody\nAoboshi One,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone japanese kanji hiragana katakana english western european extended-latin european,400,,japanese | latin | latin-ext,Natsumi Matsuba,1084,584,No,2023-05-23,2025-09-11,https://fonts.google.com/specimen/Aoboshi+One\nArapey,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european,400 | 400i,,latin,Eduardo Tunni,480,947,No,2011-11-02,2025-09-02,https://fonts.google.com/specimen/Arapey\nArbutus,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Karolina Lach,1400,162,No,2011-12-07,2025-09-11,https://fonts.google.com/specimen/Arbutus\nArbutus Slab,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Karolina Lach,553,765,No,2012-09-18,2025-09-11,https://fonts.google.com/specimen/Arbutus+Slab\nArchitects Daughter,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,330,469,No,2011-03-09,2025-09-16,https://fonts.google.com/specimen/Architects+Daughter\nArchivo,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,latin | latin-ext | vietnamese,Omnibus-Type,35,242,No,2016-12-03,2025-09-08,https://fonts.google.com/specimen/Archivo\nArchivo Black,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european top-popular trending most-used,400,,latin | latin-ext,Omnibus-Type,46,567,No,2012-09-18,2025-09-11,https://fonts.google.com/specimen/Archivo+Black\nArchivo Narrow,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext | vietnamese,Omnibus-Type,170,854,No,2012-09-18,2025-09-11,https://fonts.google.com/specimen/Archivo+Narrow\nAre You Serious,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1650,1350,No,2021-08-27,2025-09-16,https://fonts.google.com/specimen/Are+You+Serious\nAref Ruqaa,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone arabic RTL middle-east english western european extended-latin european,400 | 700,,arabic | latin | latin-ext,Abdullah Aref | Khaled Hosny | Hermann Zapf,957,1750,No,2016-06-20,2025-09-11,https://fonts.google.com/specimen/Aref+Ruqaa\nAref Ruqaa Ink,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention arabic RTL middle-east english western european extended-latin european,400 | 700,,arabic | latin | latin-ext,Abdullah Aref | Khaled Hosny | Hermann Zapf,1573,1176,No,2022-02-26,2025-05-30,https://fonts.google.com/specimen/Aref+Ruqaa+Ink\nArima,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight greek greek extended english western european extended-latin european malayalam indian tamil indian vietnamese multilingual international,100 | 200 | 300 | 400 | 500 | 600 | 700,wght: -,greek | greek-ext | latin | latin-ext | malayalam | tamil | vietnamese,Natanael Gama | Joana Correia | Rosalie Wagner,958,56,No,2022-05-24,2025-09-10,https://fonts.google.com/specimen/Arima\nArimo,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended hebrew RTL israeli english western european extended-latin european vietnamese multilingual international top-popular trending most-used,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | greek | greek-ext | hebrew | latin | latin-ext | vietnamese,Steve Matteson,17,1241,No,2010-11-18,2025-09-08,https://fonts.google.com/specimen/Arimo\nArizonia,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,695,897,No,2011-12-19,2025-09-11,https://fonts.google.com/specimen/Arizonia\nArmata,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Viktoriya Grabowska,565,1343,No,2011-12-19,2025-09-11,https://fonts.google.com/specimen/Armata\nArsenal,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Andrij Shevchenko,418,1230,No,2016-12-06,2025-09-16,https://fonts.google.com/specimen/Arsenal\nArsenal SC,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Andrij Shevchenko,1578,375,No,2024-06-25,2025-05-30,https://fonts.google.com/specimen/Arsenal+SC\nArtifika,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Cyreal,1049,1866,No,2011-06-01,2025-09-16,https://fonts.google.com/specimen/Artifika\nArvo,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong italic english western european popular widely-used,400 | 400i | 700 | 700i,,latin,Anton Koovit,125,573,No,2010-11-17,2025-06-02,https://fonts.google.com/specimen/Arvo\nArya,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque hindi devanagari indian english western european extended-latin european,400 | 700,,devanagari | latin | latin-ext,Eduardo Tunni,843,71,No,2015-05-20,2025-09-02,https://fonts.google.com/specimen/Arya\nAsap,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,latin | latin-ext | vietnamese,Omnibus-Type,152,1005,No,2012-01-25,2025-09-04,https://fonts.google.com/specimen/Asap\nAsap Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext | vietnamese,Omnibus-Type,328,1525,No,2017-07-31,2025-09-02,https://fonts.google.com/specimen/Asap+Condensed\nAsar,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone hindi devanagari indian english western european extended-latin european,400,,devanagari | latin | latin-ext,Sorkin Type,1058,1728,No,2015-06-17,2025-09-04,https://fonts.google.com/specimen/Asar\nAsimovian,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Carolina Short,1754,518,No,2025-08-25,2025-08-26,https://fonts.google.com/specimen/Asimovian\nAsset,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention cyrillic extended english western european extended-latin european,400,,cyrillic-ext | latin | latin-ext | math | symbols,Riccardo De Franceschi | Eben Sorkin,1159,1359,No,2011-06-29,2025-09-08,https://fonts.google.com/specimen/Asset\nAssistant,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight hebrew RTL israeli english western european extended-latin european popular widely-used,200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,hebrew | latin | latin-ext,Adobe Systems Inc. | Ben Nathan,99,1222,No,2016-03-31,2025-09-08,https://fonts.google.com/specimen/Assistant\nAsta Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight korean hangul english western european,300 | 400 | 500 | 600 | 700 | 800,wght: -,korean | latin,42dot,1291,170,No,2025-05-28,2025-09-08,https://fonts.google.com/specimen/Asta+Sans\nAstloch,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400 | 700,,latin,Dan Rhatigan,1196,883,No,2011-02-16,2025-09-16,https://fonts.google.com/specimen/Astloch\nAsul,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european,400 | 700,,latin,Mariela Monsalve,913,1265,No,2011-12-19,2025-06-25,https://fonts.google.com/specimen/Asul\nAthiti,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible english western european extended-latin european thai southeast-asia vietnamese,200 | 300 | 400 | 500 | 600 | 700,,latin | latin-ext | thai | vietnamese,Cadson Demak,589,290,No,2016-06-15,2025-09-04,https://fonts.google.com/specimen/Athiti\nAtkinson Hyperlegible,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european well-known common,400 | 400i | 700 | 700i,,latin | latin-ext,Braille Institute | Applied Design Works | Elliott Scott | Megan Eiswerth | Linus Boman | Theodore Petrosky,230,1689,No,2021-04-30,2025-09-04,https://fonts.google.com/specimen/Atkinson+Hyperlegible\nAtkinson Hyperlegible Mono,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,latin | latin-ext,Braille Institute | Applied Design Works | Elliott Scott | Megan Eiswerth | Letters From Sweden,1601,1742,No,2024-11-19,2025-09-16,https://fonts.google.com/specimen/Atkinson+Hyperlegible+Mono\nAtkinson Hyperlegible Next,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,latin | latin-ext,Braille Institute | Applied Design Works | Elliott Scott | Megan Eiswerth | Letters From Sweden,528,1189,No,2025-01-06,2025-09-04,https://fonts.google.com/specimen/Atkinson+Hyperlegible+Next\nAtma,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention bengali bangladeshi indian english western european extended-latin european,300 | 400 | 500 | 600 | 700,,bengali | latin | latin-ext,Black Foundry,392,24,No,2016-06-15,2025-09-16,https://fonts.google.com/specimen/Atma\nAtomic Age,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,James Grieshaber,1329,2266,No,2011-10-26,2025-09-10,https://fonts.google.com/specimen/Atomic+Age\nAubrey,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Cyreal,1697,2034,No,2011-07-27,2025-09-11,https://fonts.google.com/specimen/Aubrey\nAudiowide,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,326,455,No,2012-04-04,2025-09-16,https://fonts.google.com/specimen/Audiowide\nAutour One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sorkin Type,1449,2143,No,2012-05-15,2025-09-11,https://fonts.google.com/specimen/Autour+One\nAverage,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,820,1743,No,2012-03-14,2025-09-04,https://fonts.google.com/specimen/Average\nAverage Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,672,445,No,2012-10-26,2025-09-10,https://fonts.google.com/specimen/Average+Sans\nAveria Gruesa Libre,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Dan Sayers,1044,2080,No,2012-03-14,2025-05-30,https://fonts.google.com/specimen/Averia+Gruesa+Libre\nAveria Libre,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention italic english western european,300 | 300i | 400 | 400i | 700 | 700i,,latin,Dan Sayers,593,628,No,2012-03-14,2025-05-30,https://fonts.google.com/specimen/Averia+Libre\nAveria Sans Libre,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention italic english western european,300 | 300i | 400 | 400i | 700 | 700i,,latin,Dan Sayers,764,35,No,2012-03-14,2025-06-02,https://fonts.google.com/specimen/Averia+Sans+Libre\nAveria Serif Libre,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention italic english western european,300 | 300i | 400 | 400i | 700 | 700i,,latin,Dan Sayers,484,340,No,2012-03-14,2025-06-02,https://fonts.google.com/specimen/Averia+Serif+Libre\nAzeret Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Displaay | Martin Vácha,748,1909,No,2021-06-08,2025-09-04,https://fonts.google.com/specimen/Azeret+Mono\nB612,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european,400 | 400i | 700 | 700i,,latin,PolarSys | Nicolas Chauveau | Thomas Paillot | Jonathan Favre-Lamarine | Jean-Luc Vinot,836,266,No,2018-12-11,2025-09-16,https://fonts.google.com/specimen/B612\nB612 Mono,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code italic english western european,400 | 400i | 700 | 700i,,latin,Nicolas Chauveau | Thomas Paillot | Jonathan Favre-Lamarine | Jean-Luc Vinot,714,140,No,2018-12-11,2025-09-16,https://fonts.google.com/specimen/B612+Mono\nBBH Bartle,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Studio DRAMA,1670,1447,No,2025-12-08,2025-12-10,https://fonts.google.com/specimen/BBH+Bartle\nBBH Bogle,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Studio DRAMA,1740,146,No,2025-12-08,2025-12-10,https://fonts.google.com/specimen/BBH+Bogle\nBBH Hegarty,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Studio DRAMA,1847,2060,No,2025-12-08,2025-12-10,https://fonts.google.com/specimen/BBH+Hegarty\nBIZ UDGothic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic greek extended japanese kanji hiragana katakana english western european extended-latin european,400 | 700,,cyrillic | greek-ext | japanese | latin | latin-ext,Type Bank Co. | Morisawa Inc.,619,802,No,2022-03-16,2025-05-30,https://fonts.google.com/specimen/BIZ+UDGothic\nBIZ UDMincho,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic greek extended japanese kanji hiragana katakana english western european extended-latin european,400 | 700,,cyrillic | greek-ext | japanese | latin | latin-ext,Type Bank Co. | Morisawa Inc.,1350,1670,No,2022-03-16,2025-05-30,https://fonts.google.com/specimen/BIZ+UDMincho\nBIZ UDPGothic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic greek extended japanese kanji hiragana katakana english western european extended-latin european,400 | 700,,cyrillic | greek-ext | japanese | latin | latin-ext,Type Bank Co. | Morisawa Inc.,343,1165,No,2022-03-16,2026-01-06,https://fonts.google.com/specimen/BIZ+UDPGothic\nBIZ UDPMincho,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic greek extended japanese kanji hiragana katakana english western european extended-latin european,400 | 700,,cyrillic | greek-ext | japanese | latin | latin-ext,Type Bank Co. | Morisawa Inc.,814,838,No,2022-03-16,2025-05-30,https://fonts.google.com/specimen/BIZ+UDPMincho\nBabylonica,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1603,2193,No,2022-02-23,2025-09-08,https://fonts.google.com/specimen/Babylonica\nBacasime Antique,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,The DocRepair Project | Claus Eggers Sørensen,1567,2205,No,2023-06-21,2025-05-30,https://fonts.google.com/specimen/Bacasime+Antique\nBad Script,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Gaslight,453,1916,No,2011-12-13,2025-09-02,https://fonts.google.com/specimen/Bad+Script\nBadeen Display,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention arabic RTL middle-east english western european extended-latin european,400,,arabic | latin | latin-ext,Hani Alasadi,1228,504,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Badeen+Display\nBagel Fat One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention korean hangul english western european extended-latin european,400,,korean | latin | latin-ext,Kyungwon Kim | JAMO,1307,723,No,2023-06-05,2025-05-30,https://fonts.google.com/specimen/Bagel+Fat+One\nBahiana,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Omnibus-Type,1517,87,No,2016-12-02,2025-09-16,https://fonts.google.com/specimen/Bahiana\nBahianita,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Omnibus-Type,1586,494,No,2019-06-11,2025-09-10,https://fonts.google.com/specimen/Bahianita\nBai Jamjuree,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,latin | latin-ext | thai | vietnamese,Cadson Demak,350,645,No,2018-09-10,2025-09-08,https://fonts.google.com/specimen/Bai+Jamjuree\nBakbak One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,400,,devanagari | latin | latin-ext,Saumya Kishore | Sanchit Sawaria,980,1412,No,2021-09-09,2025-09-11,https://fonts.google.com/specimen/Bakbak+One\nBallet,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal variable variable-font responsive english western european extended-latin european vietnamese,400,opsz: -,latin | latin-ext | vietnamese,Omnibus-Type | Maximiliano Sproviero,1319,1286,No,2020-09-23,2025-09-11,https://fonts.google.com/specimen/Ballet\nBaloo 2,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight hindi devanagari indian english western european extended-latin european vietnamese,400 | 500 | 600 | 700 | 800,wght: -,devanagari | latin | latin-ext | vietnamese,Ek Type,321,1375,No,2016-01-20,2025-09-16,https://fonts.google.com/specimen/Baloo+2\nBaloo Bhai 2,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight gujarati indian english western european extended-latin european vietnamese,400 | 500 | 600 | 700 | 800,wght: -,gujarati | latin | latin-ext | vietnamese,Ek Type,1073,1910,No,2016-01-20,2025-09-10,https://fonts.google.com/specimen/Baloo+Bhai+2\nBaloo Bhaijaan 2,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european vietnamese,400 | 500 | 600 | 700 | 800,wght: -,arabic | latin | latin-ext | vietnamese,Ek Type,776,689,No,2021-10-29,2025-09-16,https://fonts.google.com/specimen/Baloo+Bhaijaan+2\nBaloo Bhaina 2,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight english western european extended-latin european odia oriya indian vietnamese,400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext | oriya | vietnamese,Ek Type,1257,2215,No,2016-01-20,2025-09-02,https://fonts.google.com/specimen/Baloo+Bhaina+2\nBaloo Chettan 2,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight english western european extended-latin european malayalam indian vietnamese,400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext | malayalam | vietnamese,Ek Type,815,749,No,2016-01-20,2025-09-16,https://fonts.google.com/specimen/Baloo+Chettan+2\nBaloo Da 2,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight bengali bangladeshi indian english western european extended-latin european vietnamese,400 | 500 | 600 | 700 | 800,wght: -,bengali | latin | latin-ext | vietnamese,Ek Type,567,144,No,2016-01-20,2025-09-11,https://fonts.google.com/specimen/Baloo+Da+2\nBaloo Paaji 2,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight punjabi gurmukhi indian english western european extended-latin european vietnamese,400 | 500 | 600 | 700 | 800,wght: -,gurmukhi | latin | latin-ext | vietnamese,Ek Type,787,413,No,2016-01-20,2025-09-10,https://fonts.google.com/specimen/Baloo+Paaji+2\nBaloo Tamma 2,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention variable variable-font responsive variable-weight kannada indian english western european extended-latin european vietnamese,400 | 500 | 600 | 700 | 800,wght: -,kannada | latin | latin-ext | vietnamese,Ek Type,854,314,No,2016-01-20,2025-09-11,https://fonts.google.com/specimen/Baloo+Tamma+2\nBaloo Tammudu 2,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention variable variable-font responsive variable-weight english western european extended-latin european telugu indian vietnamese,400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext | telugu | vietnamese,Ek Type,1016,377,No,2016-01-20,2025-09-11,https://fonts.google.com/specimen/Baloo+Tammudu+2\nBaloo Thambi 2,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention variable variable-font responsive variable-weight english western european extended-latin european tamil indian vietnamese,400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext | tamil | vietnamese,Ek Type,866,1753,No,2016-01-20,2025-09-16,https://fonts.google.com/specimen/Baloo+Thambi+2\nBalsamiq Sans,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention italic russian cyrillic slavic cyrillic extended english western european extended-latin european,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | latin | latin-ext,Michael Angeles,412,116,No,2020-04-09,2025-09-08,https://fonts.google.com/specimen/Balsamiq+Sans\nBalthazar,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Dario Manuel Muhafara,890,847,No,2011-12-13,2025-09-16,https://fonts.google.com/specimen/Balthazar\nBangers,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european vietnamese well-known common,400,,latin | latin-ext | vietnamese,Vernon Adams,254,221,No,2011-02-09,2025-09-08,https://fonts.google.com/specimen/Bangers\nBarlow,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european vietnamese top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext | vietnamese,Jeremy Tribby,49,915,No,2017-10-26,2025-09-11,https://fonts.google.com/specimen/Barlow\nBarlow Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european vietnamese popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext | vietnamese,Jeremy Tribby,95,916,No,2017-10-26,2025-09-08,https://fonts.google.com/specimen/Barlow+Condensed\nBarlow Semi Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european vietnamese popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext | vietnamese,Jeremy Tribby,141,393,No,2017-10-26,2025-09-16,https://fonts.google.com/specimen/Barlow+Semi+Condensed\nBarriecito,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Omnibus-Type,646,786,No,2019-06-11,2025-09-11,https://fonts.google.com/specimen/Barriecito\nBarrio,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Omnibus-Type,1226,960,No,2016-12-02,2025-09-11,https://fonts.google.com/specimen/Barrio\nBasic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Magnus Gaarde,552,1975,No,2011-12-15,2025-09-10,https://fonts.google.com/specimen/Basic\nBaskervville,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight english western european extended-latin european well-known common,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext,ANRT,261,1632,No,2019-10-04,2025-09-11,https://fonts.google.com/specimen/Baskervville\nBaskervville SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,ANRT,1276,414,No,2024-06-25,2025-09-08,https://fonts.google.com/specimen/Baskervville+SC\nBattambang,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention khmer cambodian english western european,100 | 300 | 400 | 700 | 900,,khmer | latin,Danh Hong,953,546,No,2011-03-02,2025-09-04,https://fonts.google.com/specimen/Battambang\nBaumans,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Cyreal,1100,1566,No,2011-12-07,2025-09-08,https://fonts.google.com/specimen/Baumans\nBayon,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention khmer cambodian english western european,400,,khmer | latin,Danh Hong,793,1563,No,2011-03-02,2025-09-11,https://fonts.google.com/specimen/Bayon\nBe Vietnam Pro,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext | vietnamese,Lâm Bảo | Tony Le | ViệtAnh Nguyễn,184,1983,No,2021-06-13,2025-09-08,https://fonts.google.com/specimen/Be+Vietnam+Pro\nBeau Rivage,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1218,279,No,2022-02-16,2025-05-30,https://fonts.google.com/specimen/Beau+Rivage\nBebas Neue,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european top-popular trending most-used,400,,latin | latin-ext,Ryoichi Tsunekawa,48,814,No,2019-10-16,2025-09-16,https://fonts.google.com/specimen/Bebas+Neue\nBeiruti,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european vietnamese,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,arabic | latin | latin-ext | vietnamese,Boutros Fonts | Arlette Boutros | Volker Schnebel,1358,193,No,2024-06-25,2025-09-10,https://fonts.google.com/specimen/Beiruti\nBelanosima,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400 | 600 | 700,,latin | latin-ext,The DocRepair Project | Santiago Orozco,458,619,No,2023-06-14,2025-06-02,https://fonts.google.com/specimen/Belanosima\nBelgrano,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,LatinoType,1241,1637,No,2011-12-19,2025-09-04,https://fonts.google.com/specimen/Belgrano\nBellefair,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone hebrew RTL israeli english western european extended-latin european,400,,hebrew | latin | latin-ext,Nick Shinn | Liron Lavi Turkenic,664,1683,No,2017-06-28,2025-09-08,https://fonts.google.com/specimen/Bellefair\nBelleza,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,465,1960,No,2012-03-29,2025-09-04,https://fonts.google.com/specimen/Belleza\nBellota,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention italic russian cyrillic slavic english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 700 | 700i,,cyrillic | latin | latin-ext | vietnamese,Kemie Guaida,1056,1582,No,2020-01-16,2025-09-16,https://fonts.google.com/specimen/Bellota\nBellota Text,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention italic russian cyrillic slavic english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 700 | 700i,,cyrillic | latin | latin-ext | vietnamese,Kemie Guaida,645,2231,No,2020-01-16,2025-09-04,https://fonts.google.com/specimen/Bellota+Text\nBenchNine,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,300 | 400 | 700,,latin | latin-ext,Vernon Adams,538,1610,No,2012-09-24,2025-09-10,https://fonts.google.com/specimen/BenchNine\nBenne,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone kannada indian english western european extended-latin european,400,,kannada | latin | latin-ext,John Harrington,1122,1253,No,2016-03-01,2025-09-11,https://fonts.google.com/specimen/Benne\nBentham,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Ben Weiner,753,833,No,2010-11-30,2025-09-16,https://fonts.google.com/specimen/Bentham\nBerkshire Swash,Handwriting,Serif,Display,personal casual friendly warm handwritten script organic transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,371,2058,No,2012-03-14,2025-09-11,https://fonts.google.com/specimen/Berkshire+Swash\nBesley,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Owen Earl,530,1732,No,2021-01-05,2025-09-08,https://fonts.google.com/specimen/Besley\nBetania Patmos,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Carolina Giovagnoli,1856,115,No,2026-02-12,2026-02-17,https://fonts.google.com/specimen/Betania+Patmos\nBetania Patmos GDL,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Carolina Giovagnoli,1890,2219,No,2026-02-12,2026-02-17,https://fonts.google.com/specimen/Betania+Patmos+GDL\nBetania Patmos In,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Carolina Giovagnoli,1879,2209,No,2026-02-12,2026-02-17,https://fonts.google.com/specimen/Betania+Patmos+In\nBetania Patmos In GDL,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Carolina Giovagnoli,1878,2225,No,2026-02-12,2026-02-17,https://fonts.google.com/specimen/Betania+Patmos+In+GDL\nBeth Ellen,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european,400,,latin,Rob Jelinski | Alyson Fraser Diaz,1130,1776,No,2019-05-09,2025-09-10,https://fonts.google.com/specimen/Beth+Ellen\nBevan,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention italic english western european extended-latin european vietnamese,400 | 400i,,latin | latin-ext | vietnamese,Vernon Adams,534,1624,No,2011-02-23,2025-09-16,https://fonts.google.com/specimen/Bevan\nBhuTuka Expanded One,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention punjabi gurmukhi indian english western european extended-latin european,400,,gurmukhi | latin | latin-ext,Erin McLaughlin,1225,1308,No,2022-01-21,2025-09-08,https://fonts.google.com/specimen/BhuTuka+Expanded+One\nBig Shoulders,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,opsz: - | wght: -,latin | latin-ext | vietnamese,Patric King,781,2003,No,2025-02-05,2025-09-02,https://fonts.google.com/specimen/Big+Shoulders\nBig Shoulders Inline,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,opsz: - | wght: -,latin | latin-ext | vietnamese,Patric King,1649,138,No,2025-02-05,2025-09-04,https://fonts.google.com/specimen/Big+Shoulders+Inline\nBig Shoulders Stencil,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,opsz: - | wght: -,latin | latin-ext | vietnamese,Patric King,1439,200,No,2025-02-05,2025-09-04,https://fonts.google.com/specimen/Big+Shoulders+Stencil\nBigelow Rules,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1510,1622,No,2012-11-02,2025-09-11,https://fonts.google.com/specimen/Bigelow+Rules\nBigshot One,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Gesine Todt,1012,2134,No,2011-05-04,2025-09-10,https://fonts.google.com/specimen/Bigshot+One\nBilbo,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1405,1616,No,2011-12-07,2025-09-16,https://fonts.google.com/specimen/Bilbo\nBilbo Swash Caps,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,TypeSETit,1003,1929,No,2011-12-13,2025-09-02,https://fonts.google.com/specimen/Bilbo+Swash+Caps\nBioRhyme,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european,200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,latin | latin-ext,Aoife Mooney,704,1701,No,2016-03-01,2025-09-16,https://fonts.google.com/specimen/BioRhyme\nBioRhyme Expanded,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention english western european extended-latin european,200 | 300 | 400 | 700 | 800,,latin | latin-ext,Aoife Mooney,1570,586,No,2016-06-15,2025-09-08,https://fonts.google.com/specimen/BioRhyme+Expanded\nBirthstone,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,801,992,No,2021-08-06,2025-09-04,https://fonts.google.com/specimen/Birthstone\nBirthstone Bounce,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400 | 500,,latin | latin-ext | vietnamese,Robert Leuschke,1162,231,No,2021-09-02,2025-09-04,https://fonts.google.com/specimen/Birthstone+Bounce\nBiryani,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible hindi devanagari indian english western european extended-latin european,200 | 300 | 400 | 600 | 700 | 800 | 900,,devanagari | latin | latin-ext,Dan Reynolds | Mathieu Réguer,420,626,No,2015-04-22,2025-09-04,https://fonts.google.com/specimen/Biryani\nBitcount,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | ELSH: - | ELXP: - | slnt: - | wght: -,latin | latin-ext,Petr van Blokland,1704,154,No,2025-01-09,2025-09-16,https://fonts.google.com/specimen/Bitcount\nBitcount Grid Double,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | ELSH: - | ELXP: - | slnt: - | wght: -,latin | latin-ext,Petr van Blokland,1738,2301,No,2025-01-09,2025-09-16,https://fonts.google.com/specimen/Bitcount+Grid+Double\nBitcount Grid Double Ink,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | ELSH: - | ELXP: - | SZP1: - | SZP2: - | XPN1: - | XPN2: - | YPN1: - | YPN2: - | slnt: - | wght: -,latin | latin-ext,Petr van Blokland,1588,6,No,2025-09-11,2025-09-16,https://fonts.google.com/specimen/Bitcount+Grid+Double+Ink\nBitcount Grid Single,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | ELSH: - | ELXP: - | slnt: - | wght: -,latin | latin-ext,Petr van Blokland,1636,101,No,2025-01-09,2025-09-16,https://fonts.google.com/specimen/Bitcount+Grid+Single\nBitcount Grid Single Ink,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | ELSH: - | ELXP: - | SZP1: - | SZP2: - | XPN1: - | XPN2: - | YPN1: - | YPN2: - | slnt: - | wght: -,latin | latin-ext,Petr van Blokland,1737,23,No,2025-09-11,2025-09-16,https://fonts.google.com/specimen/Bitcount+Grid+Single+Ink\nBitcount Ink,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | ELSH: - | ELXP: - | SZP1: - | SZP2: - | XPN1: - | XPN2: - | YPN1: - | YPN2: - | slnt: - | wght: -,latin | latin-ext,Petr van Blokland,1686,7,No,2025-09-11,2025-09-16,https://fonts.google.com/specimen/Bitcount+Ink\nBitcount Prop Double,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | ELSH: - | ELXP: - | slnt: - | wght: -,latin | latin-ext,Petr van Blokland,1713,16,No,2025-01-09,2025-09-16,https://fonts.google.com/specimen/Bitcount+Prop+Double\nBitcount Prop Double Ink,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | ELSH: - | ELXP: - | SZP1: - | SZP2: - | XPN1: - | XPN2: - | YPN1: - | YPN2: - | slnt: - | wght: -,latin | latin-ext,Petr van Blokland,1233,3,No,2025-09-11,2025-09-16,https://fonts.google.com/specimen/Bitcount+Prop+Double+Ink\nBitcount Prop Single,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | ELSH: - | ELXP: - | slnt: - | wght: -,latin | latin-ext,Petr van Blokland,1615,237,No,2025-01-09,2025-09-16,https://fonts.google.com/specimen/Bitcount+Prop+Single\nBitcount Prop Single Ink,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | ELSH: - | ELXP: - | SZP1: - | SZP2: - | XPN1: - | XPN2: - | YPN1: - | YPN2: - | slnt: - | wght: -,latin | latin-ext,Petr van Blokland,1722,17,No,2025-09-11,2025-09-16,https://fonts.google.com/specimen/Bitcount+Prop+Single+Ink\nBitcount Single,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | ELSH: - | ELXP: - | slnt: - | wght: -,latin | latin-ext,Petr van Blokland,1553,1362,No,2025-01-09,2025-09-16,https://fonts.google.com/specimen/Bitcount+Single\nBitcount Single Ink,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | ELSH: - | ELXP: - | SZP1: - | SZP2: - | XPN1: - | XPN2: - | YPN1: - | YPN2: - | slnt: - | wght: -,latin | latin-ext,Petr van Blokland,1759,32,No,2025-09-11,2025-09-16,https://fonts.google.com/specimen/Bitcount+Single+Ink\nBitter,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Sol Matas,92,875,No,2011-12-19,2025-09-04,https://fonts.google.com/specimen/Bitter\nBlack And White Picture,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,AsiaSoft Inc.,1674,2021,No,2018-02-27,2025-09-16,https://fonts.google.com/specimen/Black+And+White+Picture\nBlack Han Sans,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,Zess Type,437,491,No,2018-02-23,2025-09-10,https://fonts.google.com/specimen/Black+Han+Sans\nBlack Ops One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention cyrillic extended english western european extended-latin european vietnamese,400,,cyrillic-ext | latin | latin-ext | vietnamese,James Grieshaber | Eben Sorkin,476,1828,No,2011-07-27,2025-09-10,https://fonts.google.com/specimen/Black+Ops+One\nBlaka,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention arabic RTL middle-east english western european extended-latin european,400,,arabic | latin | latin-ext,Mohamed Gaber,1563,1452,No,2022-04-25,2025-09-16,https://fonts.google.com/specimen/Blaka\nBlaka Hollow,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention arabic RTL middle-east english western european extended-latin european,400,,arabic | latin | latin-ext,Mohamed Gaber,1837,538,No,2022-04-25,2025-09-11,https://fonts.google.com/specimen/Blaka+Hollow\nBlaka Ink,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention arabic RTL middle-east english western european extended-latin european,400,,arabic | latin | latin-ext,Mohamed Gaber,1851,752,No,2022-02-26,2025-05-30,https://fonts.google.com/specimen/Blaka+Ink\nBlinker,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible english western european extended-latin european,100 | 200 | 300 | 400 | 600 | 700 | 800 | 900,,latin | latin-ext,Juergen Huber,407,92,No,2019-06-23,2025-09-04,https://fonts.google.com/specimen/Blinker\nBodoni Moda,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european well-known common,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,opsz: - | wght: -,latin | latin-ext | math | symbols,Owen Earl,162,312,No,2020-11-25,2025-09-16,https://fonts.google.com/specimen/Bodoni+Moda\nBodoni Moda SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,opsz: - | wght: -,latin | latin-ext | math | symbols,Owen Earl,1392,746,No,2024-06-25,2025-09-10,https://fonts.google.com/specimen/Bodoni+Moda+SC\nBokor,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention khmer cambodian english western european,400,,khmer | latin,Danh Hong,1030,728,No,2011-03-02,2025-09-16,https://fonts.google.com/specimen/Bokor\nBoldonse,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Universitype,1369,1526,No,2025-03-13,2025-05-30,https://fonts.google.com/specimen/Boldonse\nBona Nova,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic russian cyrillic slavic cyrillic extended greek hebrew RTL israeli english western european extended-latin european vietnamese multilingual international,400 | 400i | 700,,cyrillic | cyrillic-ext | greek | hebrew | latin | latin-ext | vietnamese,Capitalics | Mateusz Machalski | Andrzej Heidrich,1167,1718,No,2021-04-13,2025-09-02,https://fonts.google.com/specimen/Bona+Nova\nBona Nova SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic russian cyrillic slavic cyrillic extended greek hebrew RTL israeli english western european extended-latin european vietnamese multilingual international,400 | 400i | 700,,cyrillic | cyrillic-ext | greek | hebrew | latin | latin-ext | vietnamese,Capitalics | Mateusz Machalski | Andrzej Heidrich,559,639,No,2024-06-25,2025-05-30,https://fonts.google.com/specimen/Bona+Nova+SC\nBonbon,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,Cyreal,1599,2167,No,2011-12-07,2025-09-11,https://fonts.google.com/specimen/Bonbon\nBonheur Royale,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1179,322,No,2021-08-06,2025-09-10,https://fonts.google.com/specimen/Bonheur+Royale\nBoogaloo,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,John Vargas Beltrán,498,1818,No,2011-12-19,2025-09-11,https://fonts.google.com/specimen/Boogaloo\nBorel,Handwriting,Sans Serif,Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | math | symbols | vietnamese,Rosalie Wagner,1164,2078,No,2023-07-04,2025-12-10,https://fonts.google.com/specimen/Borel\nBowlby One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Vernon Adams,750,673,No,2011-07-13,2025-09-02,https://fonts.google.com/specimen/Bowlby+One\nBowlby One SC,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,549,557,No,2011-07-06,2025-09-08,https://fonts.google.com/specimen/Bowlby+One+SC\nBpmf Huninn,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque chinese traditional english western european extended-latin european,400,,chinese-traditional | latin | latin-ext,But Ko | justfont,1542,12,No,2026-02-18,2026-02-25,https://fonts.google.com/specimen/Bpmf+Huninn\nBpmf Iansui,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal chinese traditional english western european extended-latin european,400,,chinese-traditional | latin | latin-ext,But Ko,1803,25,No,2026-02-18,2026-02-25,https://fonts.google.com/specimen/Bpmf+Iansui\nBpmf Zihi Kai Std,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque chinese traditional english western european extended-latin european,400,,chinese-traditional | latin | latin-ext,But Ko,1672,15,No,2026-02-18,2026-02-25,https://fonts.google.com/specimen/Bpmf+Zihi+Kai+Std\nBraah One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention punjabi gurmukhi indian english western european extended-latin european vietnamese,400,,gurmukhi | latin | latin-ext | vietnamese,Ashish Kumar,1262,2172,No,2023-03-23,2025-09-11,https://fonts.google.com/specimen/Braah+One\nBrawler,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400 | 700,,latin,Cyreal,962,1593,No,2011-05-18,2025-09-10,https://fonts.google.com/specimen/Brawler\nBree Serif,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european well-known common,400,,latin | latin-ext,TypeTogether,209,2004,No,2011-12-19,2025-09-04,https://fonts.google.com/specimen/Bree+Serif\nBricolage Grotesque,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese popular widely-used,200 | 300 | 400 | 500 | 600 | 700 | 800,opsz: - | wdth: - | wght: -,latin | latin-ext | vietnamese,Mathieu Triay,81,370,No,2023-06-14,2025-09-11,https://fonts.google.com/specimen/Bricolage+Grotesque\nBruno Ace,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1484,236,No,2012-11-15,2025-09-08,https://fonts.google.com/specimen/Bruno+Ace\nBruno Ace SC,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1399,938,No,2012-11-15,2025-09-11,https://fonts.google.com/specimen/Bruno+Ace+SC\nBrygada 1918,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Capitalics | Mateusz Machalski | Borys Kosmynka | Ania Wieluńska | Przemysław Hoffer,631,944,No,2021-01-27,2025-09-02,https://fonts.google.com/specimen/Brygada+1918\nBubblegum Sans,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sudtipos,755,1291,No,2011-11-23,2025-09-02,https://fonts.google.com/specimen/Bubblegum+Sans\nBubbler One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Brenda Gallo,891,195,No,2012-05-09,2025-09-10,https://fonts.google.com/specimen/Bubbler+One\nBuda,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,300,,latin,Adèle Antignac,1020,1829,No,2010-12-20,2025-09-08,https://fonts.google.com/specimen/Buda\nBuenard,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Gustavo Ibarra,993,2105,No,2011-12-19,2025-09-08,https://fonts.google.com/specimen/Buenard\nBungee,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese popular widely-used,400,,latin | latin-ext | vietnamese,David Jonathan Ross,74,2147,No,2016-06-15,2025-09-16,https://fonts.google.com/specimen/Bungee\nBungee Hairline,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,David Jonathan Ross,1435,698,No,2016-06-15,2025-09-08,https://fonts.google.com/specimen/Bungee+Hairline\nBungee Inline,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,David Jonathan Ross,789,1316,No,2016-06-15,2025-09-10,https://fonts.google.com/specimen/Bungee+Inline\nBungee Outline,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,David Jonathan Ross,1525,374,No,2016-06-15,2025-09-10,https://fonts.google.com/specimen/Bungee+Outline\nBungee Shade,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,David Jonathan Ross,705,89,No,2016-06-15,2025-09-16,https://fonts.google.com/specimen/Bungee+Shade\nBungee Spice,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,David Jonathan Ross,803,1435,No,2021-12-07,2025-06-02,https://fonts.google.com/specimen/Bungee+Spice\nBungee Tint,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,David Jonathan Ross,1632,1755,No,2024-08-09,2025-05-30,https://fonts.google.com/specimen/Bungee+Tint\nButcherman,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Typomondo,1608,1984,No,2011-12-19,2025-09-10,https://fonts.google.com/specimen/Butcherman\nButterfly Kids,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Tart Workshop,1658,2019,No,2012-02-15,2025-09-08,https://fonts.google.com/specimen/Butterfly+Kids\nBytesized,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Baltdev,1839,1186,No,2025-03-13,2025-05-30,https://fonts.google.com/specimen/Bytesized\nCabin,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese popular widely-used,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wdth: - | wght: -,latin | latin-ext | vietnamese,Impallari Type | Rodrigo Fuenzalida,97,1211,No,2011-03-23,2025-09-11,https://fonts.google.com/specimen/Cabin\nCabin Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european vietnamese,400 | 500 | 600 | 700,,latin | latin-ext | vietnamese,Impallari Type,474,1892,No,2011-11-30,2025-09-08,https://fonts.google.com/specimen/Cabin+Condensed\nCabin Sketch,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400 | 700,,latin,Impallari Type,582,1667,No,2011-03-16,2025-09-10,https://fonts.google.com/specimen/Cabin+Sketch\nCactus Classical Serif,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone chinese traditional russian cyrillic slavic english western european extended-latin european vietnamese,400,,chinese-traditional | cyrillic | latin | latin-ext | vietnamese,Henry Chan | Tian Haidong | Moonlit Owen,1294,1341,No,2024-05-14,2026-01-06,https://fonts.google.com/specimen/Cactus+Classical+Serif\nCaesar Dressing,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Open Window,1193,649,No,2011-12-19,2025-09-10,https://fonts.google.com/specimen/Caesar+Dressing\nCagliostro,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,MADType,1407,2137,No,2011-11-30,2025-09-11,https://fonts.google.com/specimen/Cagliostro\nCairo,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant arabic RTL middle-east english western european extended-latin european popular widely-used,1000 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,slnt: - | wght: -,arabic | latin | latin-ext,Mohamed Gaber | Accademia di Belle Arti di Urbino,71,169,No,2016-06-15,2025-09-16,https://fonts.google.com/specimen/Cairo\nCairo Play,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant arabic RTL middle-east english western european extended-latin european,1000 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,slnt: - | wght: -,arabic | latin | latin-ext,Mohamed Gaber | Accademia di Belle Arti di Urbino,581,632,No,2022-08-05,2025-09-16,https://fonts.google.com/specimen/Cairo+Play\nCal Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Mark Davis | Cal.com Inc.,730,166,No,2025-03-18,2025-06-09,https://fonts.google.com/specimen/Cal+Sans\nCaladea,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european,400 | 400i | 700 | 700i,,latin | latin-ext,Andrés Torresi | Carolina Giovanolli,634,429,No,2020-02-11,2025-09-11,https://fonts.google.com/specimen/Caladea\nCalistoga,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Yvonne Schüttler | Sorkin Type | Eben Sorkin,434,1371,No,2019-11-04,2025-09-16,https://fonts.google.com/specimen/Calistoga\nCalligraffitti,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european,400,,latin,Open Window,696,955,No,2011-01-06,2025-09-08,https://fonts.google.com/specimen/Calligraffitti\nCambay,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic hindi devanagari indian english western european extended-latin european,400 | 400i | 700 | 700i,,devanagari | latin | latin-ext,Pooja Saxena,837,873,No,2015-01-28,2025-09-11,https://fonts.google.com/specimen/Cambay\nCambo,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Huerta Tipográfica,987,1256,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Cambo\nCandal,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Vernon Adams,623,787,No,2011-03-09,2025-09-10,https://fonts.google.com/specimen/Candal\nCantarell,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european well-known common,400 | 400i | 700 | 700i,,latin | latin-ext,Dave Crossland,298,1004,No,2010-05-10,2025-09-04,https://fonts.google.com/specimen/Cantarell\nCantata One,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Joana Correia,663,1309,No,2012-02-29,2025-09-10,https://fonts.google.com/specimen/Cantata+One\nCantora One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Impallari Type,1149,1749,No,2012-07-30,2025-09-10,https://fonts.google.com/specimen/Cantora+One\nCaprasimo,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,The DocRepair Project | Phaedra Charles | Flavia Zimbardi,624,590,No,2023-06-14,2025-06-02,https://fonts.google.com/specimen/Caprasimo\nCapriola,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Viktoriya Grabowska,870,764,No,2012-07-10,2025-09-16,https://fonts.google.com/specimen/Capriola\nCaramel,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1486,1167,No,2021-08-06,2025-09-02,https://fonts.google.com/specimen/Caramel\nCarattere,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1110,1149,No,2021-08-26,2025-09-11,https://fonts.google.com/specimen/Carattere\nCardo,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic greek greek extended hebrew RTL israeli english western european extended-latin european multilingual international well-known common,400 | 400i | 700,,gothic | greek | greek-ext | hebrew | latin | latin-ext | old-italic | runic,David Perry,232,1625,No,2011-09-07,2025-09-08,https://fonts.google.com/specimen/Cardo\nCarlito,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Łukasz Dziedzic,741,1924,No,2023-04-19,2025-09-08,https://fonts.google.com/specimen/Carlito\nCarme,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Rubén Prol,1106,1021,No,2011-07-27,2025-09-10,https://fonts.google.com/specimen/Carme\nCarrois Gothic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Carrois Apostrophe,805,1263,No,2012-09-30,2025-09-10,https://fonts.google.com/specimen/Carrois+Gothic\nCarrois Gothic SC,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Carrois Apostrophe,1355,1928,No,2012-09-30,2025-09-08,https://fonts.google.com/specimen/Carrois+Gothic+SC\nCarter One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Vernon Adams,461,678,No,2011-05-04,2025-09-10,https://fonts.google.com/specimen/Carter+One\nCascadia Code,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight arabic RTL middle-east russian cyrillic slavic cyrillic extended greek hebrew RTL israeli english western european extended-latin european vietnamese multilingual international,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,arabic | braille | cyrillic | cyrillic-ext | greek | hebrew | latin | latin-ext | symbols2 | vietnamese,Aaron Bell | Mohamad Dakak | Viktoriya Grabowska | Liron Lavi Turkenich,1238,55,No,2025-04-17,2025-09-16,https://fonts.google.com/specimen/Cascadia+Code\nCascadia Mono,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight arabic RTL middle-east russian cyrillic slavic cyrillic extended greek hebrew RTL israeli english western european extended-latin european vietnamese multilingual international,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,arabic | braille | cyrillic | cyrillic-ext | greek | hebrew | latin | latin-ext | symbols2 | vietnamese,Aaron Bell | Mohamad Dakak | Viktoriya Grabowska | Liron Lavi Turkenich,423,13,No,2025-04-17,2025-09-08,https://fonts.google.com/specimen/Cascadia+Mono\nCastoro,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Tiro Typeworks | John Hudson | Paul Hanslow | Kaja Słojewska,603,1171,No,2020-11-03,2025-09-16,https://fonts.google.com/specimen/Castoro\nCastoro Titling,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Tiro Typeworks | John Hudson,1447,2180,No,2023-03-14,2025-09-10,https://fonts.google.com/specimen/Castoro+Titling\nCatamaran,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european tamil indian well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | tamil,Pria Ravichandran,204,1655,No,2015-07-08,2025-09-10,https://fonts.google.com/specimen/Catamaran\nCaudex,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic greek greek extended english western european extended-latin european vietnamese multilingual international,400 | 400i | 700 | 700i,,greek | greek-ext | latin | latin-ext | runic | vietnamese,Nidud,625,891,No,2011-05-18,2025-09-04,https://fonts.google.com/specimen/Caudex\nCause,Handwriting,Sans Serif,Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque script cursive hand-drawn artistic informal versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext,Saurabh Sharma,1957,1840,No,2025-12-08,2026-01-20,https://fonts.google.com/specimen/Cause\nCaveat,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european popular widely-used,400 | 500 | 600 | 700,wght: -,cyrillic | cyrillic-ext | latin | latin-ext,Impallari Type,123,1357,No,2015-09-23,2025-09-04,https://fonts.google.com/specimen/Caveat\nCaveat Brush,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Impallari Type,460,1540,No,2015-09-23,2025-09-04,https://fonts.google.com/specimen/Caveat+Brush\nCedarville Cursive,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european,400,,latin,Kimberly Geswein,454,1429,No,2011-06-08,2025-09-16,https://fonts.google.com/specimen/Cedarville+Cursive\nCeviche One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Miguel Hernandez,1134,1634,No,2011-12-07,2025-09-08,https://fonts.google.com/specimen/Ceviche+One\nChakra Petch,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention italic english western european extended-latin european thai southeast-asia vietnamese well-known common,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,latin | latin-ext | thai | vietnamese,Cadson Demak,153,472,No,2018-09-10,2025-09-16,https://fonts.google.com/specimen/Chakra+Petch\nChanga,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european well-known common,200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,arabic | latin | latin-ext,Eduardo Tunni,240,350,No,2016-06-15,2025-09-10,https://fonts.google.com/specimen/Changa\nChanga One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention italic english western european popular widely-used,400 | 400i,,latin,Eduardo Tunni,96,483,No,2011-11-30,2025-09-10,https://fonts.google.com/specimen/Changa+One\nChango,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Fontstage,347,1848,No,2011-12-13,2025-09-04,https://fonts.google.com/specimen/Chango\nCharis SIL,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,SIL International,642,76,No,2022-05-12,2025-05-30,https://fonts.google.com/specimen/Charis+SIL\nCharm,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european thai southeast-asia vietnamese,400 | 700,,latin | latin-ext | thai | vietnamese,Cadson Demak,533,642,No,2018-12-11,2025-09-16,https://fonts.google.com/specimen/Charm\nCharmonman,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european thai southeast-asia vietnamese,400 | 700,,latin | latin-ext | thai | vietnamese,Cadson Demak,1053,1355,No,2018-09-10,2025-09-16,https://fonts.google.com/specimen/Charmonman\nChathura,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european telugu indian,100 | 300 | 400 | 700 | 800,,latin | telugu,Appaji Ambarisha Darbha,1454,2202,No,2016-06-15,2025-09-16,https://fonts.google.com/specimen/Chathura\nChau Philomene One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Vicente Lamónaca,1168,716,No,2012-04-04,2025-09-16,https://fonts.google.com/specimen/Chau+Philomene+One\nChela One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Miguel Hernandez,1497,2109,No,2012-10-05,2025-09-04,https://fonts.google.com/specimen/Chela+One\nChelsea Market,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Tart Workshop,832,477,No,2012-01-04,2025-09-16,https://fonts.google.com/specimen/Chelsea+Market\nChenla,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention khmer cambodian,400,,khmer,Danh Hong,1646,1964,No,2011-03-02,2022-09-21,https://fonts.google.com/specimen/Chenla\nCherish,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1700,297,No,2021-08-13,2025-09-11,https://fonts.google.com/specimen/Cherish\nCherry Bomb One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention japanese kanji hiragana katakana english western european extended-latin european vietnamese,400,,japanese | latin | latin-ext | vietnamese,Satsuyako,808,690,No,2023-05-23,2025-09-16,https://fonts.google.com/specimen/Cherry+Bomb+One\nCherry Cream Soda,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Font Diner,928,405,No,2011-01-06,2025-05-30,https://fonts.google.com/specimen/Cherry+Cream+Soda\nCherry Swash,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400 | 700,,latin | latin-ext,Nataliya Kasatkina,1178,2260,No,2012-10-24,2025-09-16,https://fonts.google.com/specimen/Cherry+Swash\nChewy,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Sideshow,535,1571,No,2011-01-06,2025-05-30,https://fonts.google.com/specimen/Chewy\nChicle,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sudtipos,1137,2044,No,2011-11-30,2025-09-10,https://fonts.google.com/specimen/Chicle\nChilanka,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european malayalam indian,400,,latin | latin-ext | malayalam,SMC | Santhosh Thottingal,1210,85,No,2016-05-10,2025-09-16,https://fonts.google.com/specimen/Chilanka\nChiron GoRound TC,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight chinese traditional russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese multilingual international,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,chinese-traditional | cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Tamcy,1474,52,No,2025-06-20,2026-01-06,https://fonts.google.com/specimen/Chiron+GoRound+TC\nChiron Hei HK,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight chinese traditional russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,chinese-traditional | cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | symbols2 | vietnamese,Tamcy,1612,99,No,2025-05-07,2026-01-06,https://fonts.google.com/specimen/Chiron+Hei+HK\nChiron Sung HK,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,chinese-hongkong | cyrillic | cyrillic-ext | greek | latin | latin-ext | symbols2 | vietnamese,Tamcy,1705,123,No,2025-06-11,2026-01-06,https://fonts.google.com/specimen/Chiron+Sung+HK\nChivo,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Omnibus-Type,234,2051,No,2011-12-07,2025-09-10,https://fonts.google.com/specimen/Chivo\nChivo Mono,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Omnibus-Type,698,1711,No,2022-11-02,2025-09-10,https://fonts.google.com/specimen/Chivo+Mono\nChocolate Classical Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque chinese traditional russian cyrillic slavic english western european extended-latin european vietnamese,400,,chinese-traditional | cyrillic | latin | latin-ext | vietnamese,Moonlit Owen,1372,1172,No,2024-05-14,2026-01-06,https://fonts.google.com/specimen/Chocolate+Classical+Sans\nChokokutai,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention japanese kanji hiragana katakana english western european extended-latin european vietnamese,400,,japanese | latin | latin-ext | vietnamese,Font Zone 108,1698,835,No,2023-05-23,2025-09-08,https://fonts.google.com/specimen/Chokokutai\nChonburi,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european thai southeast-asia vietnamese,400,,latin | latin-ext | thai | vietnamese,Cadson Demak,536,255,No,2015-07-08,2025-09-04,https://fonts.google.com/specimen/Chonburi\nCinzel,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european well-known common,400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext,Natanael Gama,151,618,No,2012-10-24,2025-09-10,https://fonts.google.com/specimen/Cinzel\nCinzel Decorative,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400 | 700 | 900,,latin | latin-ext,Natanael Gama,404,925,No,2012-10-24,2025-09-08,https://fonts.google.com/specimen/Cinzel+Decorative\nClicker Script,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1069,1861,No,2012-11-11,2025-09-11,https://fonts.google.com/specimen/Clicker+Script\nClimate Crisis,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive english western european extended-latin european,400,YEAR: -,latin | latin-ext,Daniel Coull | Eino Korkala,1423,1842,No,2022-09-30,2025-09-02,https://fonts.google.com/specimen/Climate+Crisis\nCoda,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400 | 800,,latin | latin-ext,Vernon Adams,560,1844,No,2010-12-07,2025-09-11,https://fonts.google.com/specimen/Coda\nCodystar,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,300 | 400,,latin | latin-ext,Neapolitan,1018,1326,No,2012-03-14,2025-09-11,https://fonts.google.com/specimen/Codystar\nCoiny,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european tamil indian vietnamese,400,,latin | latin-ext | tamil | vietnamese,Marcelo Magalhães,782,233,No,2016-06-20,2025-09-16,https://fonts.google.com/specimen/Coiny\nCombo,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1694,1608,No,2012-09-23,2025-09-11,https://fonts.google.com/specimen/Combo\nComfortaa,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international popular widely-used,300 | 400 | 500 | 600 | 700,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Johan Aakerlund,122,1226,No,2011-08-10,2025-09-08,https://fonts.google.com/specimen/Comfortaa\nComforter,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal russian cyrillic slavic english western european extended-latin european vietnamese,400,,cyrillic | latin | latin-ext | vietnamese,Robert Leuschke,1314,1992,No,2021-09-28,2025-09-10,https://fonts.google.com/specimen/Comforter\nComforter Brush,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention russian cyrillic slavic english western european extended-latin european vietnamese,400,,cyrillic | latin | latin-ext | vietnamese,Robert Leuschke,1322,2229,No,2021-09-16,2025-09-04,https://fonts.google.com/specimen/Comforter+Brush\nComic Neue,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal italic english western european well-known common,300 | 300i | 400 | 400i | 700 | 700i,,latin,Craig Rozynski | Hrant Papazian,239,541,No,2020-03-12,2025-09-16,https://fonts.google.com/specimen/Comic+Neue\nComic Relief,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic greek english western european extended-latin european,400 | 700,,cyrillic | greek | latin | latin-ext,Jeff Davis,1165,1954,No,2025-04-17,2025-04-23,https://fonts.google.com/specimen/Comic+Relief\nComing Soon,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european,400,,latin,Open Window,660,1652,No,2011-01-06,2025-09-08,https://fonts.google.com/specimen/Coming+Soon\nComme,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext,Vernon Adams,1219,1317,No,2023-03-28,2025-09-11,https://fonts.google.com/specimen/Comme\nCommissioner,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,FLAR: - | VOLM: - | slnt: - | wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Kostas Bartsokas,336,2125,No,2020-07-20,2025-09-10,https://fonts.google.com/specimen/Commissioner\nConcert One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Johan Kallas | Mihkel Virkus,329,753,No,2011-11-23,2025-09-11,https://fonts.google.com/specimen/Concert+One\nCondiment,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Sudtipos,1430,1763,No,2012-01-25,2025-09-11,https://fonts.google.com/specimen/Condiment\nContent,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention khmer cambodian,400 | 700,,khmer,Danh Hong,1360,1969,No,2011-03-02,2024-12-04,https://fonts.google.com/specimen/Content\nContrail One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Riccardo De Franceschi,784,1264,No,2011-10-26,2025-09-08,https://fonts.google.com/specimen/Contrail+One\nConvergence,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Nicolás Silva | John Vargas Beltrán,1188,1643,No,2011-11-09,2025-09-08,https://fonts.google.com/specimen/Convergence\nCookie,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,Ania Kruk,324,342,No,2011-10-12,2025-09-16,https://fonts.google.com/specimen/Cookie\nCopse,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Dan Rhatigan,818,907,No,2010-12-15,2025-09-08,https://fonts.google.com/specimen/Copse\nCoral Pixels,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Tanukizamurai,1813,488,No,2025-04-17,2025-04-23,https://fonts.google.com/specimen/Coral+Pixels\nCorben,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400 | 700,,latin | latin-ext,Vernon Adams,563,893,No,2010-12-20,2025-09-10,https://fonts.google.com/specimen/Corben\nCorinthia,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400 | 700,,latin | latin-ext | vietnamese,Robert Leuschke,829,860,No,2021-08-26,2025-09-04,https://fonts.google.com/specimen/Corinthia\nCormorant,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese well-known common,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Christian Thalmann,191,839,No,2016-06-15,2025-09-04,https://fonts.google.com/specimen/Cormorant\nCormorant Garamond,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese popular widely-used,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Christian Thalmann,113,731,No,2016-06-15,2025-09-08,https://fonts.google.com/specimen/Cormorant+Garamond\nCormorant Infant,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Christian Thalmann,455,666,No,2016-06-15,2025-09-04,https://fonts.google.com/specimen/Cormorant+Infant\nCormorant SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,300 | 400 | 500 | 600 | 700,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Christian Thalmann,729,1214,No,2016-06-15,2025-09-10,https://fonts.google.com/specimen/Cormorant+SC\nCormorant Unicase,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,300 | 400 | 500 | 600 | 700,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Christian Thalmann,792,1578,No,2016-06-15,2025-09-10,https://fonts.google.com/specimen/Cormorant+Unicase\nCormorant Upright,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european vietnamese,300 | 400 | 500 | 600 | 700,,latin | latin-ext | vietnamese,Christian Thalmann,607,892,No,2016-06-15,2025-09-16,https://fonts.google.com/specimen/Cormorant+Upright\nCossette Texte,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400 | 700,,latin | latin-ext,Cossette,1987,75,No,2025-08-25,2025-10-29,https://fonts.google.com/specimen/Cossette+Texte\nCossette Titre,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400 | 700,,latin | latin-ext,Cossette,1712,288,No,2025-08-25,2025-10-29,https://fonts.google.com/specimen/Cossette+Titre\nCourgette,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european well-known common,400,,latin | latin-ext,Karolina Lach,259,1352,No,2012-07-10,2025-09-16,https://fonts.google.com/specimen/Courgette\nCourier Prime,Monospace,Serif,Monospace,code developer technical fixed-width terminal programming transitional oldstyle didone mono fixed-width tabular data code italic english western european extended-latin european well-known common,400 | 400i | 700 | 700i,,latin | latin-ext,Alan Dague-Greene,235,809,No,2019-12-05,2025-09-11,https://fonts.google.com/specimen/Courier+Prime\nCousine,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code italic russian cyrillic slavic cyrillic extended greek greek extended hebrew RTL israeli english western european extended-latin european vietnamese multilingual international,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | greek | greek-ext | hebrew | latin | latin-ext | vietnamese,Steve Matteson,441,1669,No,2010-11-18,2025-09-08,https://fonts.google.com/specimen/Cousine\nCoustard,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400 | 900,,latin,Vernon Adams,850,309,No,2011-08-10,2025-09-08,https://fonts.google.com/specimen/Coustard\nCovered By Your Grace,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,521,1477,No,2010-12-07,2025-09-10,https://fonts.google.com/specimen/Covered+By+Your+Grace\nCrafty Girls,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european,400,,latin,Tart Workshop,886,444,No,2011-01-06,2025-05-30,https://fonts.google.com/specimen/Crafty+Girls\nCreepster,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european well-known common,400,,latin,Sideshow,208,1674,No,2011-12-19,2025-05-30,https://fonts.google.com/specimen/Creepster\nCrete Round,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european well-known common,400 | 400i,,latin | latin-ext,TypeTogether,274,1012,No,2011-12-19,2025-09-08,https://fonts.google.com/specimen/Crete+Round\nCrimson Pro,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Jacques Le Bailly,253,1627,No,2018-12-04,2025-09-11,https://fonts.google.com/specimen/Crimson+Pro\nCrimson Text,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european vietnamese popular widely-used,400 | 400i | 600 | 600i | 700 | 700i,,latin | latin-ext | vietnamese,Sebastian Kosch,124,514,No,2011-01-26,2025-05-30,https://fonts.google.com/specimen/Crimson+Text\nCroissant One,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,761,1885,No,2012-11-12,2025-09-16,https://fonts.google.com/specimen/Croissant+One\nCrushed,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1093,1697,No,2011-01-06,2025-09-08,https://fonts.google.com/specimen/Crushed\nCuprum,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Jovanny Lemonad,429,725,No,2012-04-04,2025-09-08,https://fonts.google.com/specimen/Cuprum\nCute Font,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,TypoDesign Lab. Inc,1236,149,No,2018-02-23,2025-09-04,https://fonts.google.com/specimen/Cute+Font\nCutive,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,959,1921,No,2012-02-29,2025-09-11,https://fonts.google.com/specimen/Cutive\nCutive Mono,Monospace,Serif,Monospace,code developer technical fixed-width terminal programming transitional oldstyle didone mono fixed-width tabular data code english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,654,1735,No,2012-10-26,2025-09-11,https://fonts.google.com/specimen/Cutive+Mono\nDM Mono,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code italic english western european extended-latin european well-known common,300 | 300i | 400 | 400i | 500 | 500i,,latin | latin-ext,Colophon Foundry,157,282,No,2020-04-15,2025-09-16,https://fonts.google.com/specimen/DM+Mono\nDM Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european top-popular trending most-used,100 | 1000 | 1000i | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,opsz: - | wght: -,latin | latin-ext,Colophon Foundry,26,333,No,2019-06-11,2025-09-11,https://fonts.google.com/specimen/DM+Sans\nDM Serif Display,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic english western european extended-latin european popular widely-used,400 | 400i,,latin | latin-ext,Colophon Foundry,130,568,No,2019-06-11,2025-09-11,https://fonts.google.com/specimen/DM+Serif+Display\nDM Serif Text,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european well-known common,400 | 400i,,latin | latin-ext,Colophon Foundry,218,107,No,2019-06-11,2025-09-02,https://fonts.google.com/specimen/DM+Serif+Text\nDai Banna SIL,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,latin | latin-ext | new-tai-lue,SIL International,1565,258,No,2023-07-20,2025-05-30,https://fonts.google.com/specimen/Dai+Banna+SIL\nDamion,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,490,1257,No,2011-04-27,2025-05-30,https://fonts.google.com/specimen/Damion\nDancing Script,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european extended-latin european vietnamese popular widely-used,400 | 500 | 600 | 700,wght: -,latin | latin-ext | vietnamese,Impallari Type,70,707,No,2011-05-18,2025-09-08,https://fonts.google.com/specimen/Dancing+Script\nDanfo,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention variable variable-font responsive english western european extended-latin european vietnamese,400,ELSH: -,latin | latin-ext | vietnamese,Afrotype | Seyi Olusanya | Eyiyemi Adegbite | David Udoh | Mirko Velimirović,1652,801,No,2024-03-14,2025-09-04,https://fonts.google.com/specimen/Danfo\nDangrek,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention khmer cambodian english western european,400,,khmer | latin,Danh Hong,1288,817,No,2011-03-02,2025-09-11,https://fonts.google.com/specimen/Dangrek\nDarker Grotesque,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Gabriel Lam | ViệtAnh Nguyễn,541,663,No,2019-06-19,2025-09-10,https://fonts.google.com/specimen/Darker+Grotesque\nDarumadrop One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention japanese kanji hiragana katakana english western european extended-latin european,400,,japanese | latin | latin-ext,Maniackers Design,1263,2049,No,2020-12-13,2025-09-08,https://fonts.google.com/specimen/Darumadrop+One\nDavid Libre,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone hebrew RTL israeli english western european extended-latin european vietnamese multilingual international,400 | 500 | 700,,hebrew | latin | latin-ext | math | symbols | vietnamese,Monotype Imaging Inc. | SIL International | Meir Sadan,840,301,No,2016-06-15,2025-09-10,https://fonts.google.com/specimen/David+Libre\nDawning of a New Day,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,Kimberly Geswein,676,1684,No,2011-04-14,2025-09-16,https://fonts.google.com/specimen/Dawning+of+a+New+Day\nDays One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic english western european,400,,cyrillic | latin,Jovanny Lemonad,470,147,No,2011-08-17,2025-04-23,https://fonts.google.com/specimen/Days+One\nDekko,Handwriting,Sans Serif,Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque script cursive hand-drawn artistic informal hindi devanagari indian english western european extended-latin european,400,,devanagari | latin | latin-ext,Sorkin Type,1413,1834,No,2015-01-28,2025-09-08,https://fonts.google.com/specimen/Dekko\nDela Gothic One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic greek japanese kanji hiragana katakana english western european extended-latin european vietnamese multilingual international,400,,cyrillic | greek | japanese | latin | latin-ext | vietnamese,artakana,415,1777,No,2020-12-13,2025-09-16,https://fonts.google.com/specimen/Dela+Gothic+One\nDelicious Handrawn,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Agung Rohmat,1025,1851,No,2023-01-05,2025-09-11,https://fonts.google.com/specimen/Delicious+Handrawn\nDelius,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european well-known common,400,,latin,Natalia Raices,267,1175,No,2011-07-27,2025-09-16,https://fonts.google.com/specimen/Delius\nDelius Swash Caps,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european,400,,latin,Natalia Raices,1183,1220,No,2011-08-03,2025-09-04,https://fonts.google.com/specimen/Delius+Swash+Caps\nDelius Unicase,Handwriting,Sans Serif,Display | Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400 | 700,,latin,Natalia Raices,922,1913,No,2011-10-12,2025-09-10,https://fonts.google.com/specimen/Delius+Unicase\nDella Respira,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Nathan Willis,895,1403,No,2012-04-04,2025-09-16,https://fonts.google.com/specimen/Della+Respira\nDenk One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention cyrillic extended english western european extended-latin european vietnamese,400,,cyrillic-ext | latin | latin-ext | vietnamese,Sorkin Type,906,187,No,2012-12-13,2025-09-04,https://fonts.google.com/specimen/Denk+One\nDevonshire,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1282,320,No,2011-11-16,2025-09-10,https://fonts.google.com/specimen/Devonshire\nDhurjati,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european telugu indian,400,,latin | telugu,Purushoth Kumar Guttula,1590,783,No,2014-12-10,2025-09-10,https://fonts.google.com/specimen/Dhurjati\nDidact Gothic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european multilingual international,400,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext,Daniel Johnson | Cyreal,308,1323,No,2011-05-04,2025-09-16,https://fonts.google.com/specimen/Didact+Gothic\nDiphylleia,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone korean hangul english western european extended-latin european,400,,korean | latin | latin-ext,Minha Hyung | JAMO,1584,967,No,2023-06-05,2025-05-30,https://fonts.google.com/specimen/Diphylleia\nDiplomata,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1524,1847,No,2012-01-25,2025-09-02,https://fonts.google.com/specimen/Diplomata\nDiplomata SC,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1585,2020,No,2012-01-25,2025-09-04,https://fonts.google.com/specimen/Diplomata+SC\nDo Hyeon,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,Woowahan Brothers,540,1177,No,2018-02-24,2025-09-11,https://fonts.google.com/specimen/Do+Hyeon\nDokdo,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,FONTRIX,1079,747,No,2018-02-23,2025-09-16,https://fonts.google.com/specimen/Dokdo\nDomine,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight english western european extended-latin european popular widely-used,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Impallari Type,149,1441,No,2012-11-30,2025-09-11,https://fonts.google.com/specimen/Domine\nDonegal One,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Gary Lonergan,1457,861,No,2012-12-13,2025-09-08,https://fonts.google.com/specimen/Donegal+One\nDongle,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention korean hangul english western european extended-latin european vietnamese,300 | 400 | 700,,korean | latin | latin-ext | vietnamese,Yanghee Ryu,668,734,No,2021-06-14,2025-09-16,https://fonts.google.com/specimen/Dongle\nDoppio One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Szymon Celej,1028,1731,No,2012-02-22,2025-09-10,https://fonts.google.com/specimen/Doppio+One\nDorsa,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Santiago Orozco,1381,1427,No,2011-08-31,2025-09-10,https://fonts.google.com/specimen/Dorsa\nDosis,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese popular widely-used,200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext | vietnamese,Impallari Type,87,1397,No,2012-03-20,2025-09-11,https://fonts.google.com/specimen/Dosis\nDotGothic16,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | japanese | latin | latin-ext,Fontworks Inc.,690,719,No,2020-12-15,2025-09-11,https://fonts.google.com/specimen/DotGothic16\nDoto,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,ROND: - | wght: -,latin | latin-ext,Óliver Lalan,1176,2101,No,2024-11-05,2025-09-11,https://fonts.google.com/specimen/Doto\nDr Sugiyama,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sudtipos,1530,1577,No,2011-11-30,2025-09-04,https://fonts.google.com/specimen/Dr+Sugiyama\nDuru Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Onur Yazıcıgil,1104,1315,No,2011-12-19,2025-09-10,https://fonts.google.com/specimen/Duru+Sans\nDynaPuff,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention variable variable-font responsive variable-weight variable-width cyrillic extended english western european extended-latin european,400 | 500 | 600 | 700,wdth: - | wght: -,cyrillic-ext | latin | latin-ext,Toshi Omagari | Jennifer Daniel,702,627,No,2022-05-18,2025-09-04,https://fonts.google.com/specimen/DynaPuff\nDynalight,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1068,1553,No,2011-12-19,2025-09-11,https://fonts.google.com/specimen/Dynalight\nEB Garamond,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international popular widely-used,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Georg Duffner | Octavio Pardo,83,1544,No,2011-03-23,2025-09-16,https://fonts.google.com/specimen/EB+Garamond\nEagle Lake,Handwriting,Serif,Display,personal casual friendly warm handwritten script organic transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1155,1977,No,2012-07-11,2025-09-16,https://fonts.google.com/specimen/Eagle+Lake\nEast Sea Dokdo,Handwriting,Sans Serif,Display,personal casual friendly warm handwritten script organic geometric humanist grotesque headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,YoonDesign Inc,1229,1898,No,2018-03-12,2025-09-16,https://fonts.google.com/specimen/East+Sea+Dokdo\nEater,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Typomondo,359,1888,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Eater\nEconomica,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention italic english western european extended-latin european,400 | 400i | 700 | 700i,,latin | latin-ext,Vicente Lamónaca,493,1324,No,2012-02-29,2025-09-04,https://fonts.google.com/specimen/Economica\nEczar,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight hindi devanagari indian greek greek extended english western european extended-latin european,400 | 500 | 600 | 700 | 800,wght: -,devanagari | greek | greek-ext | latin | latin-ext,Rosetta | Vaibhav Singh,301,990,No,2015-06-03,2025-09-16,https://fonts.google.com/specimen/Eczar\nEdu AU VIC WA NT Arrows,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Tina Anderson | Corey Anderson,1892,2245,No,2024-08-11,2025-09-11,https://fonts.google.com/specimen/Edu+AU+VIC+WA+NT+Arrows\nEdu AU VIC WA NT Dots,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Tina Anderson | Corey Anderson,1671,924,No,2024-09-18,2025-09-10,https://fonts.google.com/specimen/Edu+AU+VIC+WA+NT+Dots\nEdu AU VIC WA NT Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Tina Anderson | Corey Anderson,1822,111,No,2024-09-18,2025-09-08,https://fonts.google.com/specimen/Edu+AU+VIC+WA+NT+Guides\nEdu AU VIC WA NT Hand,Handwriting,Sans Serif,Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Tina Anderson | Corey Anderson,1467,2159,No,2024-07-10,2025-09-16,https://fonts.google.com/specimen/Edu+AU+VIC+WA+NT+Hand\nEdu AU VIC WA NT Pre,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Tina Anderson | Corey Anderson,1688,2288,No,2024-11-05,2025-09-11,https://fonts.google.com/specimen/Edu+AU+VIC+WA+NT+Pre\nEdu NSW ACT Cursive,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Tina Anderson | Corey Anderson,1264,148,No,2025-05-28,2025-09-04,https://fonts.google.com/specimen/Edu+NSW+ACT+Cursive\nEdu NSW ACT Foundation,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european,400 | 500 | 600 | 700,wght: -,latin,Tina Anderson | Corey Anderson,1664,976,No,2022-06-09,2025-09-11,https://fonts.google.com/specimen/Edu+NSW+ACT+Foundation\nEdu NSW ACT Hand Pre,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Tina Anderson | Corey Anderson,1831,2285,No,2025-05-28,2025-09-10,https://fonts.google.com/specimen/Edu+NSW+ACT+Hand+Pre\nEdu QLD Beginner,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european,400 | 500 | 600 | 700,wght: -,latin,Tina Anderson | Corey Anderson,1820,1705,No,2022-06-21,2025-09-16,https://fonts.google.com/specimen/Edu+QLD+Beginner\nEdu QLD Hand,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european extended-latin european vietnamese,400 | 500 | 600 | 700,wght: -,latin | latin-ext | vietnamese,Tina Anderson | Corey Anderson,1945,2002,No,2025-05-28,2025-09-11,https://fonts.google.com/specimen/Edu+QLD+Hand\nEdu SA Beginner,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european,400 | 500 | 600 | 700,wght: -,latin,Tina Anderson | Corey Anderson,733,355,No,2022-06-09,2025-09-16,https://fonts.google.com/specimen/Edu+SA+Beginner\nEdu SA Hand,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Tina Anderson | Corey Anderson,1830,2121,No,2025-05-28,2025-09-08,https://fonts.google.com/specimen/Edu+SA+Hand\nEdu TAS Beginner,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european,400 | 500 | 600 | 700,wght: -,latin,Tina Anderson | Corey Anderson,1158,281,No,2022-06-09,2025-09-16,https://fonts.google.com/specimen/Edu+TAS+Beginner\nEdu VIC WA NT Beginner,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european,400 | 500 | 600 | 700,wght: -,latin,Tina Anderson | Corey Anderson,1604,1572,No,2022-06-09,2025-09-11,https://fonts.google.com/specimen/Edu+VIC+WA+NT+Beginner\nEdu VIC WA NT Hand,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Tina Anderson | Corey Anderson,1962,2036,No,2025-05-28,2025-09-08,https://fonts.google.com/specimen/Edu+VIC+WA+NT+Hand\nEdu VIC WA NT Hand Pre,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Tina Anderson | Corey Anderson,1956,2086,No,2025-05-28,2025-09-11,https://fonts.google.com/specimen/Edu+VIC+WA+NT+Hand+Pre\nEl Messiri,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight arabic RTL middle-east russian cyrillic slavic english western european extended-latin european,400 | 500 | 600 | 700,wght: -,arabic | cyrillic | latin | latin-ext,Mohamed Gaber | Jovanny Lemonad,323,1583,No,2016-05-31,2025-09-11,https://fonts.google.com/specimen/El+Messiri\nElectrolize,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Gaslight,701,2203,No,2011-12-07,2025-09-11,https://fonts.google.com/specimen/Electrolize\nElms Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Amarachi Nwauwa | Gida Type Studio,1721,2208,No,2025-11-03,2025-12-10,https://fonts.google.com/specimen/Elms+Sans\nElsie,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400 | 900,,latin | latin-ext,Alejandro Inler,952,206,No,2012-12-13,2025-09-04,https://fonts.google.com/specimen/Elsie\nElsie Swash Caps,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400 | 900,,latin | latin-ext,Alejandro Inler,1493,2242,No,2012-12-13,2025-09-16,https://fonts.google.com/specimen/Elsie+Swash+Caps\nEmblema One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Riccardo De Franceschi,1543,703,No,2012-01-18,2025-09-10,https://fonts.google.com/specimen/Emblema+One\nEmilys Candy,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Neapolitan,1127,2043,No,2012-02-29,2025-09-10,https://fonts.google.com/specimen/Emilys+Candy\nEncode Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | vietnamese,Impallari Type | Andres Torresi | Jacques Le Bailly,193,603,No,2017-02-08,2025-09-04,https://fonts.google.com/specimen/Encode+Sans\nEncode Sans Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,,latin | latin-ext | vietnamese,Impallari Type | Andres Torresi | Jacques Le Bailly,335,2211,No,2017-02-08,2025-09-11,https://fonts.google.com/specimen/Encode+Sans+Condensed\nEncode Sans Expanded,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,,latin | latin-ext | vietnamese,Impallari Type | Andres Torresi | Jacques Le Bailly,719,1434,No,2017-02-08,2025-09-16,https://fonts.google.com/specimen/Encode+Sans+Expanded\nEncode Sans SC,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | vietnamese,Impallari Type | Andres Torresi | Jacques Le Bailly,1501,1468,No,2020-06-24,2025-09-11,https://fonts.google.com/specimen/Encode+Sans+SC\nEncode Sans Semi Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,,latin | latin-ext | vietnamese,Impallari Type | Andres Torresi | Jacques Le Bailly,777,610,No,2017-02-08,2025-09-11,https://fonts.google.com/specimen/Encode+Sans+Semi+Condensed\nEncode Sans Semi Expanded,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,,latin | latin-ext | vietnamese,Impallari Type | Andres Torresi | Jacques Le Bailly,835,183,No,2017-02-08,2025-09-08,https://fonts.google.com/specimen/Encode+Sans+Semi+Expanded\nEngagement,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1354,1843,No,2011-12-07,2025-09-02,https://fonts.google.com/specimen/Engagement\nEnglebert,Sans Serif,Sans Serif,Handwriting | Display,clean modern minimal professional readable neutral geometric humanist grotesque script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1221,2009,No,2012-11-02,2025-09-02,https://fonts.google.com/specimen/Englebert\nEnriqueta,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400 | 500 | 600 | 700,,latin | latin-ext,FontFuror,643,1173,No,2011-12-13,2025-09-16,https://fonts.google.com/specimen/Enriqueta\nEphesis,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,471,37,No,2021-08-06,2025-09-10,https://fonts.google.com/specimen/Ephesis\nEpilogue,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Tyler Finck | ETC,179,1396,No,2020-06-26,2025-09-04,https://fonts.google.com/specimen/Epilogue\nEpunda Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Typofactur,1576,1947,No,2025-08-25,2025-09-04,https://fonts.google.com/specimen/Epunda+Sans\nEpunda Slab,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Typofactur,1818,1931,No,2025-08-25,2025-08-26,https://fonts.google.com/specimen/Epunda+Slab\nErica One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Miguel Hernandez,1272,1751,No,2012-01-18,2025-09-16,https://fonts.google.com/specimen/Erica+One\nEsteban,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Angélica Díaz,949,933,No,2012-01-11,2025-09-16,https://fonts.google.com/specimen/Esteban\nEstonia,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1716,274,No,2021-08-26,2025-09-11,https://fonts.google.com/specimen/Estonia\nEuphoria Script,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sabrina Mariela Lopez,894,661,No,2012-02-08,2025-09-04,https://fonts.google.com/specimen/Euphoria+Script\nEwert,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Johan Kallas | Mihkel Virkus,1520,2054,No,2012-02-08,2025-09-10,https://fonts.google.com/specimen/Ewert\nExile,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Bartłomiej Rózga,1841,2006,No,2025-05-12,2025-05-13,https://fonts.google.com/specimen/Exile\nExo,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Natanael Gama | Robin Mientjes,173,1703,No,2012-02-08,2025-09-10,https://fonts.google.com/specimen/Exo\nExo 2,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Natanael Gama,114,1400,No,2013-12-04,2025-09-02,https://fonts.google.com/specimen/Exo+2\nExpletus Sans,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention italic variable variable-font responsive variable-weight english western european extended-latin european,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext,Designtown,917,1527,No,2011-05-04,2025-09-11,https://fonts.google.com/specimen/Expletus+Sans\nExplora,Handwriting,Serif,Display,personal casual friendly warm handwritten script organic transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,cherokee | latin | latin-ext | vietnamese,Robert Leuschke,1677,2275,No,2021-08-10,2025-09-04,https://fonts.google.com/specimen/Explora\nFaculty Glyphic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Koto Studio,1321,1837,No,2024-11-05,2025-05-30,https://fonts.google.com/specimen/Faculty+Glyphic\nFahkwang,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,latin | latin-ext | thai | vietnamese,Cadson Demak,592,756,No,2018-09-10,2025-09-16,https://fonts.google.com/specimen/Fahkwang\nFamiljen Grotesk,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext | vietnamese,Familjen STHLM AB,647,1936,No,2022-03-02,2025-09-11,https://fonts.google.com/specimen/Familjen+Grotesk\nFanwood Text,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Barry Schwartz,867,2053,No,2011-08-31,2025-09-10,https://fonts.google.com/specimen/Fanwood+Text\nFarro,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,300 | 400 | 500 | 700,,latin | latin-ext,Grayscale,881,1790,No,2019-07-16,2025-09-16,https://fonts.google.com/specimen/Farro\nFarsan,Display,Sans Serif,Handwriting,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque script cursive hand-drawn artistic informal gujarati indian english western european extended-latin european vietnamese,400,,gujarati | latin | latin-ext | vietnamese,Pooja Saxena,1380,1660,No,2016-06-20,2025-09-16,https://fonts.google.com/specimen/Farsan\nFascinate,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1121,974,No,2011-12-07,2025-09-16,https://fonts.google.com/specimen/Fascinate\nFascinate Inline,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1306,1662,No,2011-12-07,2025-09-10,https://fonts.google.com/specimen/Fascinate+Inline\nFaster One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,743,2249,No,2012-10-26,2025-09-16,https://fonts.google.com/specimen/Faster+One\nFasthand,Display,,Handwriting | Display,bold decorative headline attention-grabbing creative expressive script cursive hand-drawn artistic informal headline hero decorative large-text attention khmer cambodian english western european,400,,khmer | latin,Danh Hong | Neapolitan,1243,790,No,2012-05-24,2025-09-08,https://fonts.google.com/specimen/Fasthand\nFauna One,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,715,498,No,2013-06-05,2025-09-08,https://fonts.google.com/specimen/Fauna+One\nFaustina,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,latin | latin-ext | vietnamese,Omnibus-Type,406,656,No,2017-07-31,2025-09-04,https://fonts.google.com/specimen/Faustina\nFederant,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Cyreal,1330,2162,No,2011-10-05,2025-09-11,https://fonts.google.com/specimen/Federant\nFedero,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Cyreal,984,1478,No,2011-07-27,2025-09-11,https://fonts.google.com/specimen/Federo\nFelipa,Handwriting,Serif,Display,personal casual friendly warm handwritten script organic transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Fontstage,1505,351,No,2012-02-08,2025-09-11,https://fonts.google.com/specimen/Felipa\nFenix,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Fernando Díaz,1283,2280,No,2012-09-24,2025-09-16,https://fonts.google.com/specimen/Fenix\nFestive,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1398,1195,No,2021-04-23,2025-09-08,https://fonts.google.com/specimen/Festive\nFigtree,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european top-popular trending most-used,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Erik Kennedy,45,1290,No,2022-07-21,2025-09-11,https://fonts.google.com/specimen/Figtree\nFinger Paint,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Carrois Apostrophe,995,1738,No,2012-09-30,2025-09-10,https://fonts.google.com/specimen/Finger+Paint\nFinlandica,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext,Helsinki Type Studio | Niklas Ekholm | Juho Hiilivirta | Jaakko Suomalainen,1290,227,No,2022-05-13,2025-09-08,https://fonts.google.com/specimen/Finlandica\nFira Code,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european multilingual international well-known common,300 | 400 | 500 | 600 | 700,wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | symbols2,The Mozilla Foundation | Telefonica S.A. | Nikita Prokopov,297,1509,No,2019-03-24,2025-09-16,https://fonts.google.com/specimen/Fira+Code\nFira Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european multilingual international,400 | 500 | 700,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | symbols2,Carrois Apostrophe,446,1773,No,2014-06-18,2025-09-16,https://fonts.google.com/specimen/Fira+Mono\nFira Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Carrois Apostrophe,47,1550,No,2014-06-18,2025-09-11,https://fonts.google.com/specimen/Fira+Sans\nFira Sans Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Carrois Apostrophe,169,1807,No,2016-12-07,2025-09-11,https://fonts.google.com/specimen/Fira+Sans+Condensed\nFira Sans Extra Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Carrois Apostrophe,488,2013,No,2016-12-07,2025-09-16,https://fonts.google.com/specimen/Fira+Sans+Extra+Condensed\nFjalla One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque cyrillic extended english western european extended-latin european vietnamese popular widely-used,400,,cyrillic-ext | latin | latin-ext | vietnamese,Sorkin Type | Irina Smirnova,68,2227,No,2012-10-27,2025-09-16,https://fonts.google.com/specimen/Fjalla+One\nFjord One,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Viktoriya Grabowska,763,1961,No,2011-11-02,2025-09-11,https://fonts.google.com/specimen/Fjord+One\nFlamenco,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,300 | 400,,latin,LatinoType,1308,1451,No,2011-12-19,2025-09-11,https://fonts.google.com/specimen/Flamenco\nFlavors,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Sideshow,1610,1401,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Flavors\nFleur De Leah,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1516,1377,No,2021-09-02,2025-09-08,https://fonts.google.com/specimen/Fleur+De+Leah\nFlow Block,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Dan Ross,1591,211,No,2021-10-21,2025-09-17,https://fonts.google.com/specimen/Flow+Block\nFlow Circular,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Dan Ross,720,1482,No,2021-10-21,2025-09-17,https://fonts.google.com/specimen/Flow+Circular\nFlow Rounded,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Dan Ross,1550,1812,No,2021-10-21,2025-09-17,https://fonts.google.com/specimen/Flow+Rounded\nFoldit,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Sophia Tai,1609,2175,No,2022-10-02,2025-09-11,https://fonts.google.com/specimen/Foldit\nFondamento,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Astigmatic,712,2069,No,2011-11-16,2025-09-04,https://fonts.google.com/specimen/Fondamento\nFontdiner Swanky,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Font Diner,936,496,No,2011-01-06,2025-06-02,https://fonts.google.com/specimen/Fontdiner+Swanky\nForum,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european extended-latin european,400,,cyrillic | cyrillic-ext | latin | latin-ext,Denis Masharov,363,1386,No,2011-07-06,2025-09-04,https://fonts.google.com/specimen/Forum\nFragment Mono,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code italic cyrillic extended english western european extended-latin european,400 | 400i,,cyrillic-ext | latin | latin-ext,Wei Huang | URW Design Studio,597,204,No,2022-10-23,2025-09-08,https://fonts.google.com/specimen/Fragment+Mono\nFrancois One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european vietnamese well-known common,400,,latin | latin-ext | vietnamese,Vernon Adams,292,886,No,2011-05-04,2025-09-16,https://fonts.google.com/specimen/Francois+One\nFrank Ruhl Libre,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight hebrew RTL israeli english western european extended-latin european well-known common,300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,hebrew | latin | latin-ext,Yanek Iontef,201,1000,No,2016-06-20,2025-09-10,https://fonts.google.com/specimen/Frank+Ruhl+Libre\nFraunces,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,SOFT: - | WONK: - | opsz: - | wght: -,latin | latin-ext | vietnamese,Undercase Type | Phaedra Charles | Flavia Zimbardi,215,430,No,2020-07-23,2025-09-10,https://fonts.google.com/specimen/Fraunces\nFreckle Face,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1186,1973,No,2012-11-26,2025-09-16,https://fonts.google.com/specimen/Freckle+Face\nFredericka the Great,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Tart Workshop,578,2000,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Fredericka+the+Great\nFredoka,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight variable-width hebrew RTL israeli english western european extended-latin european popular widely-used,300 | 400 | 500 | 600 | 700,wdth: - | wght: -,hebrew | latin | latin-ext,Milena Brandão | Hafontia,150,360,No,2021-12-15,2025-09-11,https://fonts.google.com/specimen/Fredoka\nFreehand,Display,,Handwriting | Display,bold decorative headline attention-grabbing creative expressive script cursive hand-drawn artistic informal headline hero decorative large-text attention khmer cambodian english western european,400,,khmer | latin,Danh Hong,1092,2015,No,2011-03-02,2025-09-08,https://fonts.google.com/specimen/Freehand\nFreeman,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Rodrigo Fuenzalida | Aoife Mooney | Vernon Adams,841,130,No,2024-05-01,2025-05-30,https://fonts.google.com/specimen/Freeman\nFresca,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Fontstage,968,2182,No,2011-12-07,2025-09-08,https://fonts.google.com/specimen/Fresca\nFrijole,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Sideshow,1115,1404,No,2011-12-19,2025-09-11,https://fonts.google.com/specimen/Frijole\nFruktur,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention italic cyrillic extended english western european extended-latin european vietnamese,400 | 400i,,cyrillic-ext | latin | latin-ext | vietnamese,Viktoriya Grabowska | Eben Sorkin,1460,553,No,2013-01-16,2025-09-04,https://fonts.google.com/specimen/Fruktur\nFugaz One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european well-known common,400,,latin,LatinoType,282,419,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Fugaz+One\nFuggles,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1174,1282,No,2021-04-29,2025-09-16,https://fonts.google.com/specimen/Fuggles\nFunnel Display,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european,300 | 400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext,NORD ID | Kristian Möller,707,572,No,2024-11-05,2025-09-10,https://fonts.google.com/specimen/Funnel+Display\nFunnel Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,latin | latin-ext,NORD ID | Kristian Möller,501,192,No,2024-11-05,2025-09-08,https://fonts.google.com/specimen/Funnel+Sans\nFustat,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european,200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,arabic | latin | latin-ext,Mohamed Gaber | Laura Garcia Mut | Khaled Hosny,616,178,No,2024-06-04,2025-09-16,https://fonts.google.com/specimen/Fustat\nFuzzy Bubbles,Handwriting,Sans Serif,Display,personal casual friendly warm handwritten script organic geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400 | 700,,latin | latin-ext | vietnamese,Robert Leuschke,831,648,No,2021-11-02,2025-09-16,https://fonts.google.com/specimen/Fuzzy+Bubbles\nGFS Didot,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone greek greek extended english western european vietnamese,400,,greek | greek-ext | latin | vietnamese,Greek Font Society,467,913,No,2010-09-21,2025-09-10,https://fonts.google.com/specimen/GFS+Didot\nGFS Neohellenic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic greek greek extended english western european vietnamese,400 | 400i | 700 | 700i,,greek | greek-ext | latin | vietnamese,Greek Font Society,1571,1260,No,2010-09-21,2025-09-16,https://fonts.google.com/specimen/GFS+Neohellenic\nGa Maamli,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Afotey Clement Nii Odai | Ama Diaka | David Abbey-Thompson,1425,156,No,2024-06-25,2025-05-30,https://fonts.google.com/specimen/Ga+Maamli\nGabarito,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext,Naipe Foundry | Leandro Assis | Álvaro Franca | Felipe Casaprima,425,378,No,2023-09-12,2025-09-04,https://fonts.google.com/specimen/Gabarito\nGabriela,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european extended-latin european,400,,cyrillic | cyrillic-ext | latin | latin-ext,Eduardo Tunni,798,1581,No,2013-03-06,2025-09-11,https://fonts.google.com/specimen/Gabriela\nGaegu,Handwriting,Sans Serif,Display,personal casual friendly warm handwritten script organic geometric humanist grotesque headline hero decorative large-text attention korean hangul english western european,300 | 400 | 700,,korean | latin,JIKJI SOFT,976,1630,No,2018-02-28,2025-09-10,https://fonts.google.com/specimen/Gaegu\nGafata,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Lautaro Hourcade,1143,631,No,2012-10-31,2025-09-11,https://fonts.google.com/specimen/Gafata\nGajraj One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,400,,devanagari | latin | latin-ext,Saurabh Sharma,1779,1770,No,2023-01-22,2025-09-04,https://fonts.google.com/specimen/Gajraj+One\nGalada,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal bengali bangladeshi indian english western european,400,,bengali | latin,Black Foundry,1109,1999,No,2016-06-20,2025-09-11,https://fonts.google.com/specimen/Galada\nGaldeano,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Dario Manuel Muhafara,1531,1199,No,2011-12-07,2025-09-16,https://fonts.google.com/specimen/Galdeano\nGalindo,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1446,2035,No,2012-08-13,2025-09-04,https://fonts.google.com/specimen/Galindo\nGamja Flower,Handwriting,Sans Serif,Display,personal casual friendly warm handwritten script organic geometric humanist grotesque headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,YoonDesign Inc,973,91,No,2018-02-23,2025-09-08,https://fonts.google.com/specimen/Gamja+Flower\nGantari,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Lafontype,613,2112,No,2022-05-25,2025-09-11,https://fonts.google.com/specimen/Gantari\nGasoek One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention korean hangul english western european extended-latin european,400,,korean | latin | latin-ext,Jiashuo Zhang | JAMO,1480,307,No,2023-05-17,2026-03-03,https://fonts.google.com/specimen/Gasoek+One\nGayathri,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european malayalam indian,100 | 400 | 700,,latin | malayalam,SMC | Binoy Dominic,1098,249,No,2019-06-10,2025-09-04,https://fonts.google.com/specimen/Gayathri\nGeist,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic english western european extended-latin european well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | latin | latin-ext,Andrés Briganti | Mateo Zaragoza | Guillermo Rauch | Evil Rabbit | José Rago | Facundo Santana,192,542,No,2024-11-05,2025-09-11,https://fonts.google.com/specimen/Geist\nGeist Mono,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic english western european extended-latin european well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | latin | latin-ext,Andrés Briganti | Mateo Zaragoza | Guillermo Rauch | Evil Rabbit | José Rago | Facundo Santana,294,1461,No,2024-11-05,2025-09-16,https://fonts.google.com/specimen/Geist+Mono\nGelasio,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext | vietnamese,Eben Sorkin,349,896,No,2019-12-03,2025-09-04,https://fonts.google.com/specimen/Gelasio\nGemunu Libre,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european sinhala sri-lankan,200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext | sinhala,Mooniak,1096,755,No,2017-05-29,2025-09-10,https://fonts.google.com/specimen/Gemunu+Libre\nGenos,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cherokee | latin | latin-ext | vietnamese,Robert Leuschke,1107,272,No,2021-10-07,2025-09-16,https://fonts.google.com/specimen/Genos\nGentium Book Plus,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,SIL International,1259,2064,No,2022-05-18,2025-05-30,https://fonts.google.com/specimen/Gentium+Book+Plus\nGentium Plus,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,SIL International,868,667,No,2022-05-13,2025-05-30,https://fonts.google.com/specimen/Gentium+Plus\nGeo,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention italic english western european,400 | 400i,,latin,Ben Weiner,656,1121,No,2010-11-30,2025-09-16,https://fonts.google.com/specimen/Geo\nGeologica,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CRSV: - | SHRP: - | slnt: - | wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Monokrom | Sindre Bremnes | Frode Helland,187,959,No,2023-05-29,2025-09-10,https://fonts.google.com/specimen/Geologica\nGeom,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight greek english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,greek | latin | latin-ext,Thanos Poulakidas,1258,26,No,2025-12-08,2025-12-10,https://fonts.google.com/specimen/Geom\nGeorama,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,latin | latin-ext | vietnamese,Production Type,499,903,No,2020-07-01,2025-09-10,https://fonts.google.com/specimen/Georama\nGeostar,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Joe Prince,1693,657,No,2011-08-10,2025-06-02,https://fonts.google.com/specimen/Geostar\nGeostar Fill,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Joe Prince,1494,1450,No,2011-08-10,2025-06-02,https://fonts.google.com/specimen/Geostar+Fill\nGermania One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,John Vargas Beltrán,734,1668,No,2012-01-18,2025-09-04,https://fonts.google.com/specimen/Germania+One\nGideon Roman,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1382,196,No,2021-08-26,2025-09-04,https://fonts.google.com/specimen/Gideon+Roman\nGidole,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic greek english western european extended-latin european vietnamese,400,,cyrillic | greek | latin | latin-ext | vietnamese,Andreas Larsen,1619,1459,No,2025-03-13,2025-05-30,https://fonts.google.com/specimen/Gidole\nGidugu,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european telugu indian,400,,latin | latin-ext | telugu,Purushoth Kumar Guttula,1630,1775,No,2014-12-10,2025-09-08,https://fonts.google.com/specimen/Gidugu\nGilda Display,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,348,1693,No,2012-10-31,2025-09-10,https://fonts.google.com/specimen/Gilda+Display\nGirassol,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Liam Spradlin,1361,2139,No,2019-12-05,2025-09-04,https://fonts.google.com/specimen/Girassol\nGive You Glory,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,915,1243,No,2011-07-13,2025-09-04,https://fonts.google.com/specimen/Give+You+Glory\nGlass Antiqua,Display,Serif,Handwriting,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Denis Masharov,1440,2122,No,2012-02-22,2025-09-16,https://fonts.google.com/specimen/Glass+Antiqua\nGlegoo,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong hindi devanagari indian english western european extended-latin european,400 | 700,,devanagari | latin | latin-ext,Eduardo Tunni,576,1489,No,2012-01-25,2025-06-02,https://fonts.google.com/specimen/Glegoo\nGloock,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention cyrillic extended english western european extended-latin european,400,,cyrillic-ext | latin | latin-ext,Duarte Pinto,486,1586,No,2023-01-05,2025-09-08,https://fonts.google.com/specimen/Gloock\nGloria Hallelujah,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,317,1454,No,2011-07-27,2025-09-08,https://fonts.google.com/specimen/Gloria+Hallelujah\nGlory,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,latin | latin-ext | vietnamese,Robert Leuschke,667,1825,No,2021-06-17,2025-09-10,https://fonts.google.com/specimen/Glory\nGluten,Display,,Handwriting | Display,bold decorative headline attention-grabbing creative expressive script cursive hand-drawn artistic informal headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,slnt: - | wght: -,latin | latin-ext | vietnamese,Tyler Finck | ETC,827,218,No,2021-09-02,2025-09-04,https://fonts.google.com/specimen/Gluten\nGoblin One,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Riccardo De Franceschi,967,695,No,2011-06-29,2025-09-10,https://fonts.google.com/specimen/Goblin+One\nGochi Hand,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,Huerta Tipográfica,478,1869,No,2011-10-05,2025-09-10,https://fonts.google.com/specimen/Gochi+Hand\nGoldman,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400 | 700,,latin | latin-ext | vietnamese,Jaikishan Patel,398,125,No,2020-07-21,2025-09-11,https://fonts.google.com/specimen/Goldman\nGolos Text,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european,400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | cyrillic-ext | latin | latin-ext,Alexandra Korolkova | Vitaly Kuzmin,313,634,No,2023-01-05,2025-09-11,https://fonts.google.com/specimen/Golos+Text\nGoogle Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight armenian bengali bangladeshi indian russian cyrillic slavic cyrillic extended hindi devanagari indian ethiopic amharic georgian greek greek extended gujarati indian punjabi gurmukhi indian hebrew RTL israeli khmer cambodian lao laotian english western european extended-latin european malayalam indian odia oriya indian sinhala sri-lankan tamil indian telugu indian thai southeast-asia vietnamese multilingual international top-popular trending most-used,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,GRAD: - | opsz: - | wght: -,armenian | bengali | canadian-aboriginal | cyrillic | cyrillic-ext | devanagari | ethiopic | georgian | greek | greek-ext | gujarati | gurmukhi | hebrew | khmer | lao | latin | latin-ext | malayalam | oriya | sinhala | symbols | tamil | telugu | thai | vietnamese,Google,4,887,No,2025-12-09,2025-12-10,https://fonts.google.com/specimen/Google+Sans\nGoogle Sans Code,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese multilingual international popular widely-used,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,adlam | canadian-aboriginal | cherokee | latin | latin-ext | math | old-permic | symbols | symbols2 | syriac | vietnamese,Google | Universal Thirst,131,44,No,2025-02-26,2025-09-16,https://fonts.google.com/specimen/Google+Sans+Code\nGoogle Sans Flex,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width variable-slant english western european extended-latin european vietnamese multilingual international popular widely-used,1 | 100 | 1000 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,GRAD: - | ROND: - | opsz: - | slnt: - | wdth: - | wght: -,canadian-aboriginal | cherokee | latin | latin-ext | math | nushu | symbols | syriac | tifinagh | vietnamese,Google,119,47,No,2025-11-12,2025-12-11,https://fonts.google.com/specimen/Google+Sans+Flex\nGorditas,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,400 | 700,,latin,Gustavo Dipre,1356,176,No,2012-03-14,2025-09-11,https://fonts.google.com/specimen/Gorditas\nGothic A1,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible russian cyrillic slavic cyrillic extended greek greek extended korean hangul english western european extended-latin european vietnamese multilingual international well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,,cyrillic | cyrillic-ext | greek | greek-ext | korean | latin | latin-ext | vietnamese,HanYang I&C Co,266,742,No,2018-02-24,2025-09-11,https://fonts.google.com/specimen/Gothic+A1\nGotu,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque hindi devanagari indian english western european extended-latin european vietnamese,400,,devanagari | latin | latin-ext | vietnamese,Ek Type,925,1523,No,2020-01-09,2025-09-11,https://fonts.google.com/specimen/Gotu\nGoudy Bookletter 1911,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Barry Schwartz,691,1292,No,2011-02-09,2025-09-11,https://fonts.google.com/specimen/Goudy+Bookletter+1911\nGowun Batang,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone korean hangul english western european extended-latin european vietnamese,400 | 700,,korean | latin | latin-ext | vietnamese,Yanghee Ryu,652,536,No,2021-06-10,2025-09-10,https://fonts.google.com/specimen/Gowun+Batang\nGowun Dodum,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque korean hangul english western european extended-latin european vietnamese,400,,korean | latin | latin-ext | vietnamese,Yanghee Ryu,960,315,No,2021-06-10,2025-09-11,https://fonts.google.com/specimen/Gowun+Dodum\nGraduate,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention english western european,400,,latin,Eduardo Tunni,689,1633,No,2012-03-14,2025-09-16,https://fonts.google.com/specimen/Graduate\nGrand Hotel,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,622,1501,No,2012-11-30,2025-09-08,https://fonts.google.com/specimen/Grand+Hotel\nGrandiflora One,Serif,Serif,Display | Handwriting,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention script cursive hand-drawn artistic informal korean hangul english western european extended-latin european,400,,korean | latin | latin-ext,Haesung Cho | JAMO,1796,2068,No,2023-05-17,2026-03-03,https://fonts.google.com/specimen/Grandiflora+One\nGrandstander,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Tyler Finck | ETC,564,1635,No,2020-07-23,2025-09-16,https://fonts.google.com/specimen/Grandstander\nGrape Nuts,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,911,571,No,2022-02-17,2025-09-08,https://fonts.google.com/specimen/Grape+Nuts\nGravitas One,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european popular widely-used,400,,latin,Riccardo De Franceschi,78,2057,No,2011-06-29,2025-09-08,https://fonts.google.com/specimen/Gravitas+One\nGreat Vibes,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention russian cyrillic slavic cyrillic extended greek extended english western european extended-latin european vietnamese multilingual international well-known common,400,,cyrillic | cyrillic-ext | greek-ext | latin | latin-ext | vietnamese,Robert Leuschke,178,1384,No,2012-03-29,2025-09-04,https://fonts.google.com/specimen/Great+Vibes\nGrechen Fuemen,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1689,2289,No,2021-09-02,2025-09-10,https://fonts.google.com/specimen/Grechen+Fuemen\nGrenze,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext | vietnamese,Omnibus-Type,1169,397,No,2018-09-18,2025-09-08,https://fonts.google.com/specimen/Grenze\nGrenze Gotisch,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Omnibus-Type,811,1240,No,2020-05-17,2025-09-02,https://fonts.google.com/specimen/Grenze+Gotisch\nGrey Qo,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1537,1868,No,2021-09-02,2025-09-16,https://fonts.google.com/specimen/Grey+Qo\nGriffy,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Neapolitan,1562,1958,No,2012-09-06,2025-09-11,https://fonts.google.com/specimen/Griffy\nGruppo,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european well-known common,400,,latin | latin-ext,Vernon Adams,300,757,No,2010-12-20,2025-09-02,https://fonts.google.com/specimen/Gruppo\nGudea,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european,400 | 400i | 700,,latin | latin-ext,Agustina Mingote,452,1001,No,2012-01-18,2025-09-10,https://fonts.google.com/specimen/Gudea\nGugi,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,TAE System & Typefaces Co.,1192,1484,No,2018-02-23,2025-09-16,https://fonts.google.com/specimen/Gugi\nGulzar,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention arabic RTL middle-east english western european extended-latin european,400,,arabic | latin | latin-ext,Borna Izadpanah | Fiona Ross | Alice Savoie | Simon Cozens,1136,1833,No,2022-05-13,2025-09-04,https://fonts.google.com/specimen/Gulzar\nGupter,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400 | 500 | 700,,latin,Octavio Pardo,1217,1538,No,2019-11-13,2025-09-11,https://fonts.google.com/specimen/Gupter\nGurajada,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european telugu indian,400,,latin | latin-ext | telugu,Purushoth Kumar Guttula,946,1613,No,2015-01-08,2025-06-25,https://fonts.google.com/specimen/Gurajada\nGveret Levin,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention hebrew RTL israeli english western european,400,,hebrew | latin,AlefAlefAlef,1854,132,No,2026-02-12,2026-02-17,https://fonts.google.com/specimen/Gveret+Levin\nGwendolyn,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400 | 700,,latin | latin-ext | vietnamese,Robert Leuschke,1301,213,No,2021-11-02,2025-09-10,https://fonts.google.com/specimen/Gwendolyn\nHabibi,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Magnus Gaarde,1154,1590,No,2011-12-19,2025-09-08,https://fonts.google.com/specimen/Habibi\nHachi Maru Pop,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | japanese | latin | latin-ext,Nonty,339,51,No,2020-12-14,2025-09-10,https://fonts.google.com/specimen/Hachi+Maru+Pop\nHahmlet,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight korean hangul english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,korean | latin | latin-ext | vietnamese,Hypertype,728,777,No,2021-05-13,2025-09-08,https://fonts.google.com/specimen/Hahmlet\nHalant,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone hindi devanagari indian english western european extended-latin european,300 | 400 | 500 | 600 | 700,,devanagari | latin | latin-ext,Indian Type Foundry,765,1819,No,2014-08-27,2025-09-10,https://fonts.google.com/specimen/Halant\nHammersmith One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european well-known common,400,,latin | latin-ext,Nicole Fally,248,136,No,2011-06-29,2025-09-02,https://fonts.google.com/specimen/Hammersmith+One\nHanalei,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1811,2091,No,2012-11-26,2025-09-08,https://fonts.google.com/specimen/Hanalei\nHanalei Fill,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1657,2195,No,2012-11-26,2025-09-08,https://fonts.google.com/specimen/Hanalei+Fill\nHandjet,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight arabic RTL middle-east armenian russian cyrillic slavic cyrillic extended greek hebrew RTL israeli english western european extended-latin european vietnamese multilingual international,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,ELGR: - | ELSH: - | wght: -,arabic | armenian | cyrillic | cyrillic-ext | greek | hebrew | latin | latin-ext | vietnamese,Rosetta | David Březina,1313,1925,No,2020-09-11,2025-09-16,https://fonts.google.com/specimen/Handjet\nHandlee,Handwriting,Sans Serif,Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque script cursive hand-drawn artistic informal english western european,400,,latin,Joe Prince,382,1580,No,2011-12-13,2025-09-16,https://fonts.google.com/specimen/Handlee\nHanken Grotesk,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight cyrillic extended english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic-ext | latin | latin-ext | vietnamese,Alfredo Marco Pradil | Hanken Design Co.,231,1949,No,2022-11-16,2025-09-02,https://fonts.google.com/specimen/Hanken+Grotesk\nHanuman,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight khmer cambodian english western european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,khmer | latin,Danh Hong,853,1989,No,2010-09-21,2025-06-12,https://fonts.google.com/specimen/Hanuman\nHappy Monkey,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Brenda Gallo,889,2104,No,2012-03-14,2025-09-08,https://fonts.google.com/specimen/Happy+Monkey\nHarmattan,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque arabic RTL middle-east english western european extended-latin european,400 | 500 | 600 | 700,,arabic | latin | latin-ext,SIL International,1138,1852,No,2020-07-02,2025-09-16,https://fonts.google.com/specimen/Harmattan\nHeadland One,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Gary Lonergan,1289,1939,No,2012-05-09,2025-09-16,https://fonts.google.com/specimen/Headland+One\nHedvig Letters Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext | math | symbols,Kanon Foundry | Alexander Örn | Tor Weibull | Hedvig,1414,292,No,2023-11-20,2025-05-30,https://fonts.google.com/specimen/Hedvig+Letters+Sans\nHedvig Letters Serif,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive english western european extended-latin european,400,opsz: -,latin | latin-ext | math | symbols,Kanon Foundry | Alexander Örn | Tor Weibull | Hedvig,1022,996,No,2023-11-20,2025-09-11,https://fonts.google.com/specimen/Hedvig+Letters+Serif\nHeebo,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight hebrew RTL israeli english western european extended-latin european popular widely-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,hebrew | latin | latin-ext | math | symbols,Oded Ezer,57,583,No,2016-06-15,2025-09-10,https://fonts.google.com/specimen/Heebo\nHenny Penny,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Brownfox,1135,2145,No,2012-02-22,2025-09-11,https://fonts.google.com/specimen/Henny+Penny\nHepta Slab,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,1 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Mike LaGattuta,638,1413,No,2018-09-19,2025-09-04,https://fonts.google.com/specimen/Hepta+Slab\nHerr Von Muellerhoff,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sudtipos,621,2099,No,2011-11-30,2025-09-08,https://fonts.google.com/specimen/Herr+Von+Muellerhoff\nHi Melody,Handwriting,Sans Serif,Display,personal casual friendly warm handwritten script organic geometric humanist grotesque headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,YoonDesign Inc,944,253,No,2018-02-23,2025-09-04,https://fonts.google.com/specimen/Hi+Melody\nHina Mincho,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european vietnamese,400,,cyrillic | japanese | latin | latin-ext | vietnamese,Satsuyako,717,696,No,2021-04-14,2025-09-11,https://fonts.google.com/specimen/Hina+Mincho\nHind,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque hindi devanagari indian english western european extended-latin european popular widely-used,300 | 400 | 500 | 600 | 700,,devanagari | latin | latin-ext,Indian Type Foundry,107,975,No,2014-06-25,2025-09-04,https://fonts.google.com/specimen/Hind\nHind Guntur,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european telugu indian,300 | 400 | 500 | 600 | 700,,latin | latin-ext | telugu,Indian Type Foundry,428,651,No,2016-06-15,2025-09-08,https://fonts.google.com/specimen/Hind+Guntur\nHind Madurai,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european tamil indian well-known common,300 | 400 | 500 | 600 | 700,,latin | latin-ext | tamil,Indian Type Foundry,222,1956,No,2016-06-15,2025-09-02,https://fonts.google.com/specimen/Hind+Madurai\nHind Mysuru,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque kannada indian english western european extended-latin european,300 | 400 | 500 | 600 | 700,,kannada | latin | latin-ext,Indian Type Foundry,1711,1854,No,2024-12-02,2025-05-30,https://fonts.google.com/specimen/Hind+Mysuru\nHind Siliguri,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque bengali bangladeshi indian english western european extended-latin european popular widely-used,300 | 400 | 500 | 600 | 700,,bengali | latin | latin-ext,Indian Type Foundry,64,2038,No,2016-06-15,2025-09-16,https://fonts.google.com/specimen/Hind+Siliguri\nHind Vadodara,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque gujarati indian english western european extended-latin european,300 | 400 | 500 | 600 | 700,,gujarati | latin | latin-ext,Indian Type Foundry,411,519,No,2016-06-15,2025-09-10,https://fonts.google.com/specimen/Hind+Vadodara\nHoltwood One SC,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,1007,529,No,2011-05-04,2025-09-08,https://fonts.google.com/specimen/Holtwood+One+SC\nHomemade Apple,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european,400,,latin,Font Diner,358,1356,No,2011-01-06,2025-09-08,https://fonts.google.com/specimen/Homemade+Apple\nHomenaje,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Constanza Artigas Preller | Agustina Mingote,1105,547,No,2012-01-18,2025-09-04,https://fonts.google.com/specimen/Homenaje\nHonk,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention variable variable-font responsive english western european extended-latin european vietnamese,400,MORF: - | SHLN: -,latin | latin-ext | math | symbols | vietnamese,Ek Type,706,1354,No,2024-01-23,2025-09-04,https://fonts.google.com/specimen/Honk\nHost Grotesk,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,latin | latin-ext,Element Type | Doğukan Karapınar | İbrahim Kaçtıoğlu,598,1800,No,2024-11-05,2025-09-04,https://fonts.google.com/specimen/Host+Grotesk\nHubballi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque kannada indian english western european extended-latin european,400,,kannada | latin | latin-ext,Erin McLaughlin,1490,2029,No,2021-12-16,2025-09-02,https://fonts.google.com/specimen/Hubballi\nHubot Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,latin | latin-ext | vietnamese,Tobias Bjerrome Ahlin | Github | Degarism Studio | Sebastian Carewe,1116,1972,No,2024-11-04,2025-09-04,https://fonts.google.com/specimen/Hubot+Sans\nHuninn,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque chinese traditional russian cyrillic slavic english western european extended-latin european vietnamese,400,,chinese-traditional | cyrillic | latin | latin-ext | vietnamese,justfont,1624,286,No,2025-06-11,2026-02-19,https://fonts.google.com/specimen/Huninn\nHurricane,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,826,1153,No,2021-10-07,2025-09-10,https://fonts.google.com/specimen/Hurricane\nIBM Plex Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code versatile multi-weight flexible italic russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Mike Abbink | Bold Monday,137,256,No,2018-03-12,2025-09-16,https://fonts.google.com/specimen/IBM+Plex+Mono\nIBM Plex Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wdth: - | wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Mike Abbink | Bold Monday,53,1305,No,2018-03-11,2025-09-08,https://fonts.google.com/specimen/IBM+Plex+Sans\nIBM Plex Sans Arabic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible arabic RTL middle-east cyrillic extended english western european extended-latin european well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700,,arabic | cyrillic-ext | latin | latin-ext,Mike Abbink | Bold Monday | Khajag Apelian | Wael Morcos,165,182,No,2021-06-17,2026-03-03,https://fonts.google.com/specimen/IBM+Plex+Sans+Arabic\nIBM Plex Sans Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic cyrillic extended english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,cyrillic-ext | latin | latin-ext | vietnamese,Mike Abbink | Bold Monday,320,362,No,2018-03-12,2025-09-11,https://fonts.google.com/specimen/IBM+Plex+Sans+Condensed\nIBM Plex Sans Devanagari,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible cyrillic extended hindi devanagari indian english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700,,cyrillic-ext | devanagari | latin | latin-ext,Mike Abbink | Bold Monday,1302,2098,No,2021-06-18,2025-09-11,https://fonts.google.com/specimen/IBM+Plex+Sans+Devanagari\nIBM Plex Sans Hebrew,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible cyrillic extended hebrew RTL israeli english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700,,cyrillic-ext | hebrew | latin | latin-ext,Mike Abbink | Bold Monday,769,332,No,2021-06-18,2025-09-04,https://fonts.google.com/specimen/IBM+Plex+Sans+Hebrew\nIBM Plex Sans JP,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700,,cyrillic | japanese | latin | latin-ext,Mike Abbink | Bold Monday,318,271,No,2022-09-11,2025-09-10,https://fonts.google.com/specimen/IBM+Plex+Sans+JP\nIBM Plex Sans KR,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible korean hangul english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700,,korean | latin | latin-ext,Mike Abbink | Bold Monday,684,1414,No,2021-06-18,2025-09-08,https://fonts.google.com/specimen/IBM+Plex+Sans+KR\nIBM Plex Sans Thai,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible cyrillic extended english western european extended-latin european thai southeast-asia,100 | 200 | 300 | 400 | 500 | 600 | 700,,cyrillic-ext | latin | latin-ext | thai,Mike Abbink | Bold Monday,497,780,No,2021-06-18,2025-09-02,https://fonts.google.com/specimen/IBM+Plex+Sans+Thai\nIBM Plex Sans Thai Looped,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible cyrillic extended english western european extended-latin european thai southeast-asia,100 | 200 | 300 | 400 | 500 | 600 | 700,,cyrillic-ext | latin | latin-ext | thai,Mike Abbink | Bold Monday,1267,2284,No,2021-06-18,2025-09-11,https://fonts.google.com/specimen/IBM+Plex+Sans+Thai+Looped\nIBM Plex Serif,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Mike Abbink | Bold Monday,163,1536,No,2018-03-11,2025-09-16,https://fonts.google.com/specimen/IBM+Plex+Serif\nIM Fell DW Pica,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european,400 | 400i,,latin,Igino Marini,677,68,No,2010-05-17,2025-05-30,https://fonts.google.com/specimen/IM+Fell+DW+Pica\nIM Fell DW Pica SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Igino Marini,819,39,No,2010-05-17,2025-05-30,https://fonts.google.com/specimen/IM+Fell+DW+Pica+SC\nIM Fell Double Pica,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european,400 | 400i,,latin,Igino Marini,1047,1493,No,2010-05-17,2025-05-30,https://fonts.google.com/specimen/IM+Fell+Double+Pica\nIM Fell Double Pica SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Igino Marini,1181,1372,No,2010-05-17,2025-05-30,https://fonts.google.com/specimen/IM+Fell+Double+Pica+SC\nIM Fell English,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european,400 | 400i,,latin,Igino Marini,731,525,No,2010-05-17,2025-05-30,https://fonts.google.com/specimen/IM+Fell+English\nIM Fell English SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Igino Marini,817,1388,No,2010-05-17,2025-05-30,https://fonts.google.com/specimen/IM+Fell+English+SC\nIM Fell French Canon,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european,400 | 400i,,latin,Igino Marini,1128,965,No,2010-05-17,2025-05-30,https://fonts.google.com/specimen/IM+Fell+French+Canon\nIM Fell French Canon SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Igino Marini,1213,1225,No,2010-05-17,2025-09-10,https://fonts.google.com/specimen/IM+Fell+French+Canon+SC\nIM Fell Great Primer,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european,400 | 400i,,latin,Igino Marini,1124,1756,No,2010-05-17,2025-05-30,https://fonts.google.com/specimen/IM+Fell+Great+Primer\nIM Fell Great Primer SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Igino Marini,1207,1234,No,2010-05-17,2025-05-30,https://fonts.google.com/specimen/IM+Fell+Great+Primer+SC\nIansui,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal chinese traditional english western european extended-latin european,400,,chinese-traditional | latin | latin-ext | symbols2,But Ko,1654,1201,No,2025-03-03,2026-02-19,https://fonts.google.com/specimen/Iansui\nIbarra Real Nova,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic variable variable-font responsive variable-weight english western european extended-latin european,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext,José María Ribagorda | Octavio Pardo,756,1181,No,2019-11-04,2025-09-04,https://fonts.google.com/specimen/Ibarra+Real+Nova\nIceberg,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Cyreal,1054,2181,No,2012-01-25,2025-09-04,https://fonts.google.com/specimen/Iceberg\nIceland,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Cyreal,875,294,No,2011-11-23,2025-09-02,https://fonts.google.com/specimen/Iceland\nIdiqlat,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,200 | 300 | 400,,latin | syriac,SIL International,1876,2251,No,2026-02-12,2026-02-17,https://fonts.google.com/specimen/Idiqlat\nImbue,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,opsz: - | wght: -,latin | latin-ext | vietnamese,Tyler Finck | ETC,1261,1499,No,2020-12-02,2025-09-02,https://fonts.google.com/specimen/Imbue\nImperial Script,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1248,1802,No,2021-11-18,2025-09-11,https://fonts.google.com/specimen/Imperial+Script\nImprima,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,926,1558,No,2012-03-14,2025-09-10,https://fonts.google.com/specimen/Imprima\nInclusive Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext | vietnamese,Olivia King,1075,462,No,2023-09-12,2025-09-10,https://fonts.google.com/specimen/Inclusive+Sans\nInconsolata,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese top-popular trending most-used,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | vietnamese,Raph Levien,43,812,No,2010-02-19,2025-09-04,https://fonts.google.com/specimen/Inconsolata\nInder,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Sorkin Type,816,207,No,2011-12-19,2025-09-04,https://fonts.google.com/specimen/Inder\nIndie Flower,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european well-known common,400,,latin | latin-ext,Kimberly Geswein,154,1179,No,2011-03-09,2025-09-16,https://fonts.google.com/specimen/Indie+Flower\nIngrid Darling,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1825,1410,No,2022-03-11,2025-09-04,https://fonts.google.com/specimen/Ingrid+Darling\nInika,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400 | 700,,latin | latin-ext,Constanza Artigas,1351,512,No,2012-01-11,2025-09-04,https://fonts.google.com/specimen/Inika\nInknut Antiqua,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible hindi devanagari indian english western european extended-latin european,300 | 400 | 500 | 600 | 700 | 800 | 900,,devanagari | latin | latin-ext,Claus Eggers Sørensen,985,1492,No,2015-05-20,2025-09-04,https://fonts.google.com/specimen/Inknut+Antiqua\nInria Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european,300 | 300i | 400 | 400i | 700 | 700i,,latin | latin-ext,Grégori Vincens | Jérémie Hornus,766,681,No,2019-12-05,2025-09-04,https://fonts.google.com/specimen/Inria+Sans\nInria Serif,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic english western european extended-latin european,300 | 300i | 400 | 400i | 700 | 700i,,latin | latin-ext,Grégori Vincens | Jérémie Hornus,599,1850,No,2019-12-05,2025-09-11,https://fonts.google.com/specimen/Inria+Serif\nInspiration,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1297,106,No,2021-11-26,2025-06-02,https://fonts.google.com/specimen/Inspiration\nInstrument Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight variable-width english western european extended-latin european well-known common,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wdth: - | wght: -,latin | latin-ext,Rodrigo Fuenzalida | Jordan Egstad,174,601,No,2023-05-08,2025-09-04,https://fonts.google.com/specimen/Instrument+Sans\nInstrument Serif,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european popular widely-used,400 | 400i,,latin | latin-ext,Rodrigo Fuenzalida | Jordan Egstad,147,482,No,2023-03-21,2025-09-04,https://fonts.google.com/specimen/Instrument+Serif\nIntel One Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext | symbols2 | vietnamese,Intel Corporation | Frere-Jones Type,1777,335,No,2025-07-14,2025-07-16,https://fonts.google.com/specimen/Intel+One+Mono\nInter,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,opsz: - | wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Rasmus Andersson,7,845,No,2020-01-24,2025-09-10,https://fonts.google.com/specimen/Inter\nInter Tight,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Rasmus Andersson,117,1769,No,2022-07-22,2025-09-16,https://fonts.google.com/specimen/Inter+Tight\nIrish Grover,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Sideshow,762,1494,No,2011-03-16,2025-05-30,https://fonts.google.com/specimen/Irish+Grover\nIsland Moments,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1252,1890,No,2021-11-18,2025-09-11,https://fonts.google.com/specimen/Island+Moments\nIstok Web,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention italic russian cyrillic slavic cyrillic extended english western european extended-latin european,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | latin | latin-ext,Andrey V. Panov,405,2089,No,2011-07-13,2025-09-10,https://fonts.google.com/specimen/Istok+Web\nItaliana,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Santiago Orozco,566,1318,No,2012-03-14,2025-06-25,https://fonts.google.com/specimen/Italiana\nItalianno,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,438,2156,No,2011-12-19,2025-09-04,https://fonts.google.com/specimen/Italianno\nItim,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european thai southeast-asia vietnamese,400,,latin | latin-ext | thai | vietnamese,Cadson Demak,444,1549,No,2015-07-01,2025-09-16,https://fonts.google.com/specimen/Itim\nJacquard 12,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext | math | symbols,Sarah Cadigan-Fried,1436,425,No,2024-05-09,2025-09-17,https://fonts.google.com/specimen/Jacquard+12\nJacquard 12 Charted,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext | math | symbols,Sarah Cadigan-Fried,1908,738,No,2024-04-10,2025-09-17,https://fonts.google.com/specimen/Jacquard+12+Charted\nJacquard 24,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sarah Cadigan-Fried,1616,880,No,2024-04-10,2025-09-17,https://fonts.google.com/specimen/Jacquard+24\nJacquard 24 Charted,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sarah Cadigan-Fried,1940,1487,No,2024-03-14,2025-09-17,https://fonts.google.com/specimen/Jacquard+24+Charted\nJacquarda Bastarda 9,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext | math | symbols,Sarah Cadigan-Fried,1709,1236,No,2024-01-24,2025-09-17,https://fonts.google.com/specimen/Jacquarda+Bastarda+9\nJacquarda Bastarda 9 Charted,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext | math | symbols,Sarah Cadigan-Fried,2037,807,No,2024-04-10,2025-09-17,https://fonts.google.com/specimen/Jacquarda+Bastarda+9+Charted\nJacques Francois,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Cyreal,1324,118,No,2012-09-07,2025-09-08,https://fonts.google.com/specimen/Jacques+Francois\nJacques Francois Shadow,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Cyreal,1479,2094,No,2012-09-07,2025-09-04,https://fonts.google.com/specimen/Jacques+Francois+Shadow\nJaini,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,400,,devanagari | latin | latin-ext,Ek Type,1786,2212,No,2024-05-01,2025-05-30,https://fonts.google.com/specimen/Jaini\nJaini Purva,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,400,,devanagari | latin | latin-ext,Ek Type,1888,2179,No,2024-05-01,2025-05-30,https://fonts.google.com/specimen/Jaini+Purva\nJaldi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque hindi devanagari indian english western european extended-latin european,400 | 700,,devanagari | latin | latin-ext,Omnibus-Type,923,1813,No,2015-04-22,2025-09-16,https://fonts.google.com/specimen/Jaldi\nJaro,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive english western european extended-latin european vietnamese,400,opsz: -,latin | latin-ext | vietnamese,Agyei Archer | Céline Hurka | Mirko Velimirović,943,500,No,2024-03-14,2025-09-16,https://fonts.google.com/specimen/Jaro\nJersey 10,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sarah Cadigan-Fried,955,96,No,2024-04-10,2025-09-17,https://fonts.google.com/specimen/Jersey+10\nJersey 10 Charted,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sarah Cadigan-Fried,2014,701,No,2024-04-10,2025-09-17,https://fonts.google.com/specimen/Jersey+10+Charted\nJersey 15,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sarah Cadigan-Fried,1341,224,No,2024-04-10,2025-09-17,https://fonts.google.com/specimen/Jersey+15\nJersey 15 Charted,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sarah Cadigan-Fried,1960,1976,No,2024-04-10,2025-09-17,https://fonts.google.com/specimen/Jersey+15+Charted\nJersey 20,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sarah Cadigan-Fried,1564,1329,No,2024-04-10,2025-09-17,https://fonts.google.com/specimen/Jersey+20\nJersey 20 Charted,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sarah Cadigan-Fried,1994,348,No,2024-04-10,2025-09-17,https://fonts.google.com/specimen/Jersey+20+Charted\nJersey 25,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sarah Cadigan-Fried,948,363,No,2024-04-10,2025-09-17,https://fonts.google.com/specimen/Jersey+25\nJersey 25 Charted,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sarah Cadigan-Fried,1973,411,No,2024-05-01,2025-09-17,https://fonts.google.com/specimen/Jersey+25+Charted\nJetBrains Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,JetBrains | Philipp Nurullin | Konstantin Bulenkov,136,124,No,2020-11-18,2025-09-11,https://fonts.google.com/specimen/JetBrains+Mono\nJim Nightshade,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1593,1821,No,2012-01-04,2025-09-11,https://fonts.google.com/specimen/Jim+Nightshade\nJoan,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Paolo Biagini,1397,1959,No,2022-04-28,2025-09-04,https://fonts.google.com/specimen/Joan\nJockey One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,TypeTogether,700,2033,No,2011-10-26,2025-09-16,https://fonts.google.com/specimen/Jockey+One\nJolly Lodger,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Font Diner,1278,1307,No,2012-03-14,2025-09-10,https://fonts.google.com/specimen/Jolly+Lodger\nJomhuria,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,KB Studio,821,262,No,2016-06-15,2025-06-02,https://fonts.google.com/specimen/Jomhuria\nJomolhari,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european tibetan,400,,latin | tibetan,Christopher J. Fynn,1338,1846,No,2019-09-10,2025-09-10,https://fonts.google.com/specimen/Jomolhari\nJosefin Sans,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext | vietnamese,Santiago Orozco,76,918,No,2010-11-17,2025-09-04,https://fonts.google.com/specimen/Josefin+Sans\nJosefin Slab,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin,Santiago Orozco,319,1152,No,2010-11-17,2025-09-16,https://fonts.google.com/specimen/Josefin+Slab\nJost,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic english western european extended-latin european popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | latin | latin-ext,Owen Earl,60,743,No,2020-02-11,2025-09-10,https://fonts.google.com/specimen/Jost\nJoti One,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1394,1261,No,2012-10-31,2025-09-16,https://fonts.google.com/specimen/Joti+One\nJua,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,Woowahan Brothers,525,795,No,2018-02-24,2025-09-04,https://fonts.google.com/specimen/Jua\nJudson,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european vietnamese,400 | 400i | 700,,latin | latin-ext | vietnamese,Daniel Johnson,572,899,No,2011-05-04,2025-09-11,https://fonts.google.com/specimen/Judson\nJulee,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Julián Tunni,934,1485,No,2011-09-07,2025-09-16,https://fonts.google.com/specimen/Julee\nJulius Sans One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Luciano Vergara,491,1271,No,2012-10-05,2025-09-16,https://fonts.google.com/specimen/Julius+Sans+One\nJunge,Serif,Serif,Handwriting,elegant traditional classic refined literary editorial transitional oldstyle didone script cursive hand-drawn artistic informal english western european,400,,latin,Cyreal,1359,1923,No,2012-01-18,2025-09-11,https://fonts.google.com/specimen/Junge\nJura,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,300 | 400 | 500 | 600 | 700,wght: -,cyrillic | cyrillic-ext | greek | greek-ext | kayah-li | latin | latin-ext | vietnamese,Daniel Johnson | Cyreal,387,2097,No,2011-05-18,2025-09-16,https://fonts.google.com/specimen/Jura\nJust Another Hand,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Astigmatic,546,1968,No,2010-12-20,2025-09-08,https://fonts.google.com/specimen/Just+Another+Hand\nJust Me Again Down Here,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,963,426,No,2010-12-07,2025-09-04,https://fonts.google.com/specimen/Just+Me+Again+Down+Here\nK2D,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,,latin | latin-ext | thai | vietnamese,Cadson Demak,489,636,No,2018-09-10,2025-09-11,https://fonts.google.com/specimen/K2D\nKablammo,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention variable variable-font responsive russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese multilingual international,400,MORF: -,cyrillic | cyrillic-ext | emoji | latin | latin-ext | vietnamese,Vectro Type Foundry | Travis Kochel | Lizy Gershenzon | Daria Cohen | Ethan Cohen,1037,2070,No,2023-06-06,2025-09-11,https://fonts.google.com/specimen/Kablammo\nKadwa,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone hindi devanagari indian english western european,400 | 700,,devanagari | latin,Sol Matas,749,220,No,2015-06-17,2025-09-10,https://fonts.google.com/specimen/Kadwa\nKaisei Decol,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400 | 500 | 700,,cyrillic | japanese | latin | latin-ext,Font-Kai,504,1185,No,2021-05-21,2025-09-16,https://fonts.google.com/specimen/Kaisei+Decol\nKaisei HarunoUmi,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400 | 500 | 700,,cyrillic | japanese | latin | latin-ext,Font-Kai,1326,379,No,2021-05-21,2025-09-16,https://fonts.google.com/specimen/Kaisei+HarunoUmi\nKaisei Opti,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400 | 500 | 700,,cyrillic | japanese | latin | latin-ext,Font-Kai,852,819,No,2021-05-21,2025-09-11,https://fonts.google.com/specimen/Kaisei+Opti\nKaisei Tokumin,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400 | 500 | 700 | 800,,cyrillic | japanese | latin | latin-ext,Font-Kai,1120,2222,No,2021-05-21,2025-09-04,https://fonts.google.com/specimen/Kaisei+Tokumin\nKalam,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal hindi devanagari indian english western european extended-latin european well-known common,300 | 400 | 700,,devanagari | latin | latin-ext,Indian Type Foundry,167,1250,No,2014-10-17,2025-09-11,https://fonts.google.com/specimen/Kalam\nKalnia,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700,wdth: - | wght: -,latin | latin-ext | math,Frida Medrano,1002,1428,No,2023-12-05,2025-09-16,https://fonts.google.com/specimen/Kalnia\nKalnia Glaze,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700,wdth: - | wght: -,latin | latin-ext,Frida Medrano,1785,2188,No,2024-03-26,2025-09-10,https://fonts.google.com/specimen/Kalnia+Glaze\nKameron,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Vernon Adams,633,1881,No,2011-06-08,2025-09-04,https://fonts.google.com/specimen/Kameron\nKanchenjunga,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400 | 500 | 600 | 700,,kirat-rai | latin,Becca Hirsbrunner Spalinger,1976,1418,No,2025-04-17,2025-04-23,https://fonts.google.com/specimen/Kanchenjunga\nKanit,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext | thai | vietnamese,Cadson Demak,41,1141,No,2015-12-07,2025-09-11,https://fonts.google.com/specimen/Kanit\nKantumruy Pro,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight khmer cambodian english western european extended-latin european,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,khmer | latin | latin-ext,Tep Sovichet | Wei Huang,738,857,No,2022-05-12,2025-09-04,https://fonts.google.com/specimen/Kantumruy+Pro\nKapakana,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal variable variable-font responsive variable-weight japanese kanji hiragana katakana english western european extended-latin european,300 | 400,wght: -,japanese | latin | latin-ext,Kousuke Nagai,1275,863,No,2025-05-20,2025-09-11,https://fonts.google.com/specimen/Kapakana\nKarantina,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention hebrew RTL israeli english western european extended-latin european,300 | 400 | 700,,hebrew | latin | latin-ext,Rony Koch,1231,1266,No,2021-03-11,2025-09-16,https://fonts.google.com/specimen/Karantina\nKarla,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european popular widely-used,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,latin | latin-ext,Jonny Pinhorn,59,789,No,2012-03-14,2025-09-11,https://fonts.google.com/specimen/Karla\nKarla Tamil Inclined,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque tamil indian,400 | 700,,tamil,Jonathan Pinhorn,1984,635,No,2024-10-28,2024-10-29,https://fonts.google.com/specimen/Karla+Tamil+Inclined\nKarla Tamil Upright,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque tamil indian,400 | 700,,tamil,Jonathan Pinhorn,1927,2178,No,2024-10-28,2024-10-29,https://fonts.google.com/specimen/Karla+Tamil+Upright\nKarma,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone hindi devanagari indian english western european extended-latin european,300 | 400 | 500 | 600 | 700,,devanagari | latin | latin-ext,Indian Type Foundry,580,1506,No,2014-06-25,2025-09-08,https://fonts.google.com/specimen/Karma\nKatibeh,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention arabic RTL middle-east english western european extended-latin european,400,,arabic | latin | latin-ext,KB Studio,1208,1409,No,2016-06-15,2025-09-10,https://fonts.google.com/specimen/Katibeh\nKaushan Script,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european well-known common,400,,latin | latin-ext,Impallari Type,269,846,No,2012-01-25,2025-09-10,https://fonts.google.com/specimen/Kaushan+Script\nKavivanar,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european tamil indian,400,,latin | latin-ext | tamil,Tharique Azeez,1200,2030,No,2016-06-20,2025-09-08,https://fonts.google.com/specimen/Kavivanar\nKavoon,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Viktoriya Grabowska,1140,1247,No,2013-01-23,2025-09-04,https://fonts.google.com/specimen/Kavoon\nKay Pho Du,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong english western european extended-latin european,400 | 500 | 600 | 700,,kayah-li | latin | latin-ext,SIL International,1971,1903,No,2023-10-23,2025-05-30,https://fonts.google.com/specimen/Kay+Pho+Du\nKdam Thmor Pro,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention khmer cambodian english western european extended-latin european,400,,khmer | latin | latin-ext,Tep Sovichet | Hak Longdey,1157,660,No,2022-05-11,2025-09-02,https://fonts.google.com/specimen/Kdam+Thmor+Pro\nKeania One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Julia Petretta,1281,1919,No,2012-10-31,2025-09-11,https://fonts.google.com/specimen/Keania+One\nKedebideri,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible english western european,400 | 500 | 600 | 700 | 800 | 900,,beria-erfe | latin,SIL International,1938,2160,No,2025-09-10,2026-01-29,https://fonts.google.com/specimen/Kedebideri\nKelly Slab,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic english western european extended-latin european,400,,cyrillic | latin | latin-ext,Denis Masharov,800,840,No,2011-07-27,2025-06-02,https://fonts.google.com/specimen/Kelly+Slab\nKenia,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Julia Petretta,1211,1003,No,2010-12-15,2025-09-11,https://fonts.google.com/specimen/Kenia\nKhand,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque hindi devanagari indian english western european extended-latin european well-known common,300 | 400 | 500 | 600 | 700,,devanagari | latin | latin-ext,Indian Type Foundry,242,93,No,2014-07-14,2025-09-04,https://fonts.google.com/specimen/Khand\nKhmer,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque khmer cambodian,400,,khmer,Danh Hong,1195,2032,No,2011-03-02,2025-09-17,https://fonts.google.com/specimen/Khmer\nKhula,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque hindi devanagari indian english western european extended-latin european,300 | 400 | 600 | 700 | 800,,devanagari | latin | latin-ext,Erin McLaughlin,516,1748,No,2015-01-28,2025-09-08,https://fonts.google.com/specimen/Khula\nKings,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1643,502,No,2021-10-21,2025-09-11,https://fonts.google.com/specimen/Kings\nKirang Haerang,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,Woowahan Brothers,1605,2253,No,2018-02-24,2025-09-10,https://fonts.google.com/specimen/Kirang+Haerang\nKite One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1406,1456,No,2012-10-26,2025-09-10,https://fonts.google.com/specimen/Kite+One\nKiwi Maru,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,300 | 400 | 500,,cyrillic | japanese | latin | latin-ext,Hiroki-Chan,596,1505,No,2020-12-14,2025-09-11,https://fonts.google.com/specimen/Kiwi+Maru\nKlee One,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal russian cyrillic slavic greek extended japanese kanji hiragana katakana english western european extended-latin european,400 | 600,,cyrillic | greek-ext | japanese | latin | latin-ext,Fontworks Inc.,687,2023,No,2021-06-08,2025-09-08,https://fonts.google.com/specimen/Klee+One\nKnewave,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Tyler Finck,693,1617,No,2011-11-23,2025-09-16,https://fonts.google.com/specimen/Knewave\nKoHo,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,latin | latin-ext | thai | vietnamese,Cadson Demak,847,485,No,2018-09-10,2025-09-11,https://fonts.google.com/specimen/KoHo\nKodchasan,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,latin | latin-ext | thai | vietnamese,Cadson Demak,907,800,No,2018-09-10,2025-09-08,https://fonts.google.com/specimen/Kodchasan\nKode Mono,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700,wght: -,latin | latin-ext,Isa Ozler,1317,2075,No,2024-02-14,2025-09-10,https://fonts.google.com/specimen/Kode+Mono\nKoh Santepheap,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone khmer cambodian english western european,100 | 300 | 400 | 700 | 900,,khmer | latin,Danh Hong,1483,1599,No,2021-06-10,2025-09-10,https://fonts.google.com/specimen/Koh+Santepheap\nKolker Brush,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1719,1914,No,2021-11-26,2025-09-16,https://fonts.google.com/specimen/Kolker+Brush\nKonkhmer Sleokchher,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention khmer cambodian english western european extended-latin european,400,,khmer | latin | latin-ext,Suon May Sophanith,1526,424,No,2023-04-26,2025-09-02,https://fonts.google.com/specimen/Konkhmer+Sleokchher\nKosugi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | japanese | latin | latin-ext,MOTOYA,626,376,No,2016-01-21,2025-09-08,https://fonts.google.com/specimen/Kosugi\nKosugi Maru,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | japanese | latin | latin-ext,MOTOYA,355,1539,No,2016-01-21,2025-09-08,https://fonts.google.com/specimen/Kosugi+Maru\nKotta One,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Ania Kruk,1431,1480,No,2012-01-25,2025-09-04,https://fonts.google.com/specimen/Kotta+One\nKoulen,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention khmer cambodian english western european,400,,khmer | latin,Danh Hong,649,823,No,2011-03-02,2025-09-16,https://fonts.google.com/specimen/Koulen\nKranky,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Sideshow,990,1224,No,2011-01-06,2025-06-02,https://fonts.google.com/specimen/Kranky\nKreon,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight english western european extended-latin european,300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext,Julia Petretta,545,1424,No,2011-02-02,2025-09-11,https://fonts.google.com/specimen/Kreon\nKristi,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,Birgit Pulk,682,1474,No,2010-12-20,2025-09-10,https://fonts.google.com/specimen/Kristi\nKrona One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Yvonne Schüttler,610,1556,No,2012-02-22,2025-09-04,https://fonts.google.com/specimen/Krona+One\nKrub,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,latin | latin-ext | thai | vietnamese,Cadson Demak,337,446,No,2018-09-10,2025-09-16,https://fonts.google.com/specimen/Krub\nKufam,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european vietnamese,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,arabic | latin | latin-ext | vietnamese,Original Type | Wael Morcos | Artur Schmal,601,2012,No,2020-07-14,2025-09-02,https://fonts.google.com/specimen/Kufam\nKulim Park,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european,200 | 200i | 300 | 300i | 400 | 400i | 600 | 600i | 700 | 700i,,latin | latin-ext,Dale Sattler,1279,901,No,2019-09-25,2025-09-11,https://fonts.google.com/specimen/Kulim+Park\nKumar One,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention gujarati indian english western european extended-latin european,400,,gujarati | latin | latin-ext,Indian Type Foundry,1410,369,No,2016-06-15,2025-09-08,https://fonts.google.com/specimen/Kumar+One\nKumar One Outline,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention gujarati indian english western european extended-latin european,400,,gujarati | latin | latin-ext,Indian Type Foundry,1606,1671,No,2016-06-15,2025-06-25,https://fonts.google.com/specimen/Kumar+One+Outline\nKumbh Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,YOPQ: - | wght: -,latin | latin-ext | math | symbols,Saurabh Sharma,264,1605,No,2020-07-22,2025-09-16,https://fonts.google.com/specimen/Kumbh+Sans\nKurale,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic cyrillic extended hindi devanagari indian english western european extended-latin european,400,,cyrillic | cyrillic-ext | devanagari | latin | latin-ext,Eduardo Tunni,879,2154,No,2015-05-14,2025-09-11,https://fonts.google.com/specimen/Kurale\nLINE Seed JP,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic greek extended japanese kanji hiragana katakana english western european extended-latin european,100 | 400 | 700 | 800,,cyrillic | greek-ext | japanese | latin | latin-ext,LY Corporation | Fontrix | Fontworks,315,2,No,2026-01-21,2026-01-22,https://fonts.google.com/specimen/LINE+Seed+JP\nLXGW Marker Gothic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque chinese traditional russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,400,,chinese-traditional | cyrillic | cyrillic-ext | greek | latin | latin-ext | symbols2 | vietnamese,LXGW,1702,100,No,2025-06-11,2025-06-12,https://fonts.google.com/specimen/LXGW+Marker+Gothic\nLXGW WenKai Mono TC,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code chinese traditional russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,300 | 400 | 700,,chinese-traditional | cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | lisu | vietnamese,LXGW,1597,2267,No,2024-05-23,2025-06-09,https://fonts.google.com/specimen/LXGW+WenKai+Mono+TC\nLXGW WenKai TC,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal chinese traditional russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,300 | 400 | 700,,chinese-traditional | cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | lisu | vietnamese,LXGW,1411,2079,No,2024-05-23,2025-06-09,https://fonts.google.com/specimen/LXGW+WenKai+TC\nLa Belle Aurore,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,515,977,No,2011-06-08,2025-09-04,https://fonts.google.com/specimen/La+Belle+Aurore\nLabrada,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Mercedes Jáuregui | Omnibus-Type,1707,650,No,2023-01-18,2025-09-02,https://fonts.google.com/specimen/Labrada\nLacquer,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Niki Polyocan | Eli Block,927,1300,No,2019-07-03,2025-09-11,https://fonts.google.com/specimen/Lacquer\nLaila,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,300 | 400 | 500 | 600 | 700,,devanagari | latin | latin-ext,Indian Type Foundry,604,821,No,2014-08-27,2025-06-25,https://fonts.google.com/specimen/Laila\nLakki Reddy,Handwriting,Serif,Display,personal casual friendly warm handwritten script organic transitional oldstyle didone headline hero decorative large-text attention english western european telugu indian,400,,latin | telugu,Appaji Ambarisha Darbha,1561,1516,No,2015-01-12,2025-09-10,https://fonts.google.com/specimen/Lakki+Reddy\nLalezar,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque arabic RTL middle-east english western european extended-latin european vietnamese,400,,arabic | latin | latin-ext | vietnamese,Borna Izadpanah,459,289,No,2016-06-15,2025-09-16,https://fonts.google.com/specimen/Lalezar\nLancelot,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Marion Kadi,1508,1759,No,2011-11-02,2025-09-02,https://fonts.google.com/specimen/Lancelot\nLangar,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention punjabi gurmukhi indian english western european extended-latin european,400,,gurmukhi | latin | latin-ext,Typeland | Alessia Mazzarella,1676,2269,No,2016-06-15,2025-09-08,https://fonts.google.com/specimen/Langar\nLateef,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible arabic RTL middle-east english western european extended-latin european,200 | 300 | 400 | 500 | 600 | 700 | 800,,arabic | latin | latin-ext,SIL International,361,43,No,2015-03-03,2025-09-16,https://fonts.google.com/specimen/Lateef\nLato,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european top-popular trending most-used,100 | 100i | 300 | 300i | 400 | 400i | 700 | 700i | 900 | 900i,,latin | latin-ext,Łukasz Dziedzic,10,1338,No,2010-12-15,2025-09-16,https://fonts.google.com/specimen/Lato\nLavishly Yours,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1133,328,No,2022-03-11,2025-09-04,https://fonts.google.com/specimen/Lavishly+Yours\nLeague Gothic,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-width english western european extended-latin european vietnamese well-known common,400,wdth: -,latin | latin-ext | vietnamese,Tyler Finck | Caroline Hadilaksono | Micah Rich,295,1344,No,2021-12-09,2025-09-10,https://fonts.google.com/specimen/League+Gothic\nLeague Script,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,Haley Fiege,983,1598,No,2011-03-09,2025-09-10,https://fonts.google.com/specimen/League+Script\nLeague Spartan,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Matt Bailey | Tyler Finck,186,1672,No,2021-12-17,2025-09-08,https://fonts.google.com/specimen/League+Spartan\nLeckerli One,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,Gesine Todt,507,1562,No,2011-07-20,2025-09-11,https://fonts.google.com/specimen/Leckerli+One\nLedger,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic english western european extended-latin european,400,,cyrillic | latin | latin-ext,Denis Masharov,1112,600,No,2012-02-22,2025-09-10,https://fonts.google.com/specimen/Ledger\nLekton,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code italic english western european extended-latin european,400 | 400i | 700,,latin | latin-ext,ISIA Urbino,780,1156,No,2010-12-20,2025-09-10,https://fonts.google.com/specimen/Lekton\nLemon,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1081,2200,No,2011-11-30,2025-09-04,https://fonts.google.com/specimen/Lemon\nLemonada,Display,Sans Serif,Handwriting,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque script cursive hand-drawn artistic informal variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european vietnamese,300 | 400 | 500 | 600 | 700,wght: -,arabic | latin | latin-ext | vietnamese,Mohamed Gaber | Eduardo Tunni,542,885,No,2016-06-15,2025-09-02,https://fonts.google.com/specimen/Lemonada\nLexend,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese popular widely-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Bonnie Shaver-Troup | Thomas Jockin | Santiago Orozco | Héctor Gómez | Superunion,110,843,No,2021-03-08,2025-09-08,https://fonts.google.com/specimen/Lexend\nLexend Deca,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese popular widely-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Bonnie Shaver-Troup | Thomas Jockin | Santiago Orozco | Héctor Gómez | Superunion,142,1479,No,2019-08-01,2025-09-16,https://fonts.google.com/specimen/Lexend+Deca\nLexend Exa,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Bonnie Shaver-Troup | Thomas Jockin | Santiago Orozco | Héctor Gómez | Superunion,615,1438,No,2019-08-01,2025-09-08,https://fonts.google.com/specimen/Lexend+Exa\nLexend Giga,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Bonnie Shaver-Troup | Thomas Jockin | Santiago Orozco | Héctor Gómez | Superunion,304,63,No,2019-08-01,2025-09-10,https://fonts.google.com/specimen/Lexend+Giga\nLexend Mega,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Bonnie Shaver-Troup | Thomas Jockin | Santiago Orozco | Héctor Gómez | Superunion,1327,2151,No,2019-08-01,2025-09-08,https://fonts.google.com/specimen/Lexend+Mega\nLexend Peta,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Bonnie Shaver-Troup | Thomas Jockin | Santiago Orozco | Héctor Gómez | Superunion,799,623,No,2019-08-01,2025-09-11,https://fonts.google.com/specimen/Lexend+Peta\nLexend Tera,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Bonnie Shaver-Troup | Thomas Jockin | Santiago Orozco | Héctor Gómez | Superunion,1468,1926,No,2019-08-01,2025-09-04,https://fonts.google.com/specimen/Lexend+Tera\nLexend Zetta,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Bonnie Shaver-Troup | Thomas Jockin | Santiago Orozco | Héctor Gómez | Superunion,902,243,No,2019-08-01,2025-09-11,https://fonts.google.com/specimen/Lexend+Zetta\nLibertinus Keyboard,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Philipp H. Poll,1996,672,No,2025-08-25,2025-08-26,https://fonts.google.com/specimen/Libertinus+Keyboard\nLibertinus Math,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,400,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | math | vietnamese,Philipp H. Poll,1626,1524,No,2025-06-23,2025-06-25,https://fonts.google.com/specimen/Libertinus+Math\nLibertinus Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code english western european extended-latin european,400,,latin | latin-ext,Philipp H. Poll,1747,1744,No,2025-06-23,2025-06-25,https://fonts.google.com/specimen/Libertinus+Mono\nLibertinus Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,400 | 400i | 700,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Philipp H. Poll,1633,533,No,2025-07-28,2025-07-30,https://fonts.google.com/specimen/Libertinus+Sans\nLibertinus Serif,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic russian cyrillic slavic cyrillic extended greek greek extended hebrew RTL israeli english western european extended-latin european vietnamese multilingual international,400 | 400i | 600 | 600i | 700 | 700i,,cyrillic | cyrillic-ext | greek | greek-ext | hebrew | latin | latin-ext | vietnamese,Philipp H. Poll,1651,217,No,2025-07-28,2025-07-30,https://fonts.google.com/specimen/Libertinus+Serif\nLibertinus Serif Display,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,400,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Philipp H. Poll,1887,2224,No,2025-08-25,2025-08-26,https://fonts.google.com/specimen/Libertinus+Serif+Display\nLibre Barcode 128,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention english western european,400,,latin,Lasse Fister,673,1534,No,2017-07-31,2025-09-17,https://fonts.google.com/specimen/Libre+Barcode+128\nLibre Barcode 128 Text,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention english western european,400,,latin,Lasse Fister,1051,1946,No,2017-07-31,2025-09-17,https://fonts.google.com/specimen/Libre+Barcode+128+Text\nLibre Barcode 39,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention english western european well-known common,400,,latin,Lasse Fister,270,392,No,2017-07-31,2025-09-17,https://fonts.google.com/specimen/Libre+Barcode+39\nLibre Barcode 39 Extended,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention english western european,400,,latin,Lasse Fister,1345,1712,No,2017-08-21,2025-09-17,https://fonts.google.com/specimen/Libre+Barcode+39+Extended\nLibre Barcode 39 Extended Text,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention english western european,400,,latin,Lasse Fister,892,1880,No,2017-08-21,2025-09-17,https://fonts.google.com/specimen/Libre+Barcode+39+Extended+Text\nLibre Barcode 39 Text,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention english western european,400,,latin,Lasse Fister,688,1663,No,2017-07-31,2025-09-17,https://fonts.google.com/specimen/Libre+Barcode+39+Text\nLibre Barcode EAN13 Text,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention english western european,400,,latin,Lasse Fister,1541,1594,No,2020-10-25,2025-09-17,https://fonts.google.com/specimen/Libre+Barcode+EAN13+Text\nLibre Baskerville,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight english western european extended-latin european popular widely-used,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext,Impallari Type,72,596,No,2012-11-30,2025-11-20,https://fonts.google.com/specimen/Libre+Baskerville\nLibre Bodoni,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext | vietnamese,Pablo Impallari | Rodrigo Fuenzalida,353,1694,No,2022-04-13,2025-09-16,https://fonts.google.com/specimen/Libre+Bodoni\nLibre Caslon Display,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Impallari Type,640,112,No,2017-11-29,2025-09-16,https://fonts.google.com/specimen/Libre+Caslon+Display\nLibre Caslon Text,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european well-known common,400 | 400i | 700,,latin | latin-ext,Impallari Type,257,1420,No,2013-03-14,2025-05-30,https://fonts.google.com/specimen/Libre+Caslon+Text\nLibre Franklin,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Impallari Type,82,876,No,2016-06-15,2025-09-08,https://fonts.google.com/specimen/Libre+Franklin\nLicorice,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1021,2286,No,2021-11-18,2025-09-11,https://fonts.google.com/specimen/Licorice\nLife Savers,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400 | 700 | 800,,latin | latin-ext,Impallari Type,1024,394,No,2012-08-13,2025-09-08,https://fonts.google.com/specimen/Life+Savers\nLilex,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | symbols2 | vietnamese,Mike Abbink | Paul van der Laan | Pieter van Rosmalen | Mikhael Khrustik,1787,1967,No,2025-12-08,2025-12-10,https://fonts.google.com/specimen/Lilex\nLilita One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european well-known common,400,,latin | latin-ext,Juan Montoreano,155,1390,No,2012-01-11,2025-09-10,https://fonts.google.com/specimen/Lilita+One\nLily Script One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Julia Petretta,970,537,No,2013-06-05,2025-09-08,https://fonts.google.com/specimen/Lily+Script+One\nLimelight,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Nicole Fally | Sorkin Type,543,229,No,2011-05-25,2025-09-16,https://fonts.google.com/specimen/Limelight\nLinden Hill,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Barry Schwartz,1472,1734,No,2011-10-19,2025-09-10,https://fonts.google.com/specimen/Linden+Hill\nLinefont,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-width,100 | 1000 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,,Dmitry Ivanov,1826,1242,No,2023-09-26,2025-09-17,https://fonts.google.com/specimen/Linefont\nLisu Bosa,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic english western european extended-latin european,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext | lisu,SIL International,1867,1962,No,2023-07-20,2025-05-30,https://fonts.google.com/specimen/Lisu+Bosa\nLiter,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic english western european extended-latin european,400,,cyrillic | latin | latin-ext,Anton Skugarov | Alexandr Ivanin,1421,565,No,2025-01-08,2025-06-25,https://fonts.google.com/specimen/Liter\nLiterata,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international well-known common,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,opsz: - | wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,TypeTogether,265,1649,No,2018-12-06,2025-09-11,https://fonts.google.com/specimen/Literata\nLiu Jian Mao Cao,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention chinese simplified mandarin english western european,400,,chinese-simplified | latin,Liu Zhengjiang | Kimberly Geswein | ZhongQi,1293,682,No,2019-03-17,2025-09-04,https://fonts.google.com/specimen/Liu+Jian+Mao+Cao\nLivvic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 900 | 900i,,latin | latin-ext | vietnamese,LV= | Jacques Le Bailly,556,1006,No,2019-06-21,2025-09-16,https://fonts.google.com/specimen/Livvic\nLobster,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese popular widely-used,400,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Impallari Type,115,1303,No,2010-05-17,2025-09-08,https://fonts.google.com/specimen/Lobster\nLobster Two,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention italic english western european popular widely-used,400 | 400i | 700 | 700i,,latin,Impallari Type,51,90,No,2011-06-21,2025-09-11,https://fonts.google.com/specimen/Lobster+Two\nLondrina Outline,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Marcelo Magalhães,1323,1724,No,2012-03-14,2025-09-08,https://fonts.google.com/specimen/Londrina+Outline\nLondrina Shadow,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Marcelo Magalhães,1462,2048,No,2012-03-14,2025-09-16,https://fonts.google.com/specimen/Londrina+Shadow\nLondrina Sketch,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Marcelo Magalhães,1459,143,No,2012-03-14,2025-09-08,https://fonts.google.com/specimen/Londrina+Sketch\nLondrina Solid,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,100 | 300 | 400 | 900,,latin,Marcelo Magalhães,532,1982,No,2012-03-14,2025-09-16,https://fonts.google.com/specimen/Londrina+Solid\nLong Cang,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal chinese simplified mandarin english western european,400,,chinese-simplified | latin,Chen Xiaomin,1187,275,No,2019-03-17,2025-09-08,https://fonts.google.com/specimen/Long+Cang\nLora,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese multilingual international top-popular trending most-used,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | math | symbols | vietnamese,Cyreal,39,1592,No,2011-07-06,2025-09-11,https://fonts.google.com/specimen/Lora\nLove Light,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1638,1841,No,2021-12-02,2025-09-04,https://fonts.google.com/specimen/Love+Light\nLove Ya Like A Sister,Display,,Handwriting | Display,bold decorative headline attention-grabbing creative expressive script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,747,1782,No,2011-07-06,2025-09-04,https://fonts.google.com/specimen/Love+Ya+Like+A+Sister\nLoved by the King,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,1087,2173,No,2011-07-06,2025-09-04,https://fonts.google.com/specimen/Loved+by+the+King\nLovers Quarrel,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1292,2248,No,2012-03-29,2025-09-08,https://fonts.google.com/specimen/Lovers+Quarrel\nLuckiest Guy,Display,,Handwriting | Display,bold decorative headline attention-grabbing creative expressive script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european well-known common,400,,latin | latin-ext,Astigmatic,195,612,No,2011-01-06,2025-09-08,https://fonts.google.com/specimen/Luckiest+Guy\nLugrasimo,Handwriting,Serif,Handwriting,personal casual friendly warm handwritten script organic transitional oldstyle didone script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,The DocRepair Project | Astigmatic,1384,1950,No,2023-04-12,2025-06-02,https://fonts.google.com/specimen/Lugrasimo\nLumanosimo,Handwriting,Serif,Handwriting,personal casual friendly warm handwritten script organic transitional oldstyle didone script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,The DocRepair Project | Eduardo Tunni,1017,995,No,2023-04-12,2025-06-02,https://fonts.google.com/specimen/Lumanosimo\nLunasima,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic cyrillic extended greek greek extended hebrew RTL israeli english western european extended-latin european vietnamese multilingual international,400 | 700,,cyrillic | cyrillic-ext | greek | greek-ext | hebrew | latin | latin-ext | vietnamese,The DocRepair Project | Google,1659,1707,No,2023-07-10,2025-05-30,https://fonts.google.com/specimen/Lunasima\nLusitana,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400 | 700,,latin,Ana Paula Megda,357,441,No,2012-01-11,2025-09-08,https://fonts.google.com/specimen/Lusitana\nLustria,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,MADType,416,1736,No,2012-01-18,2025-09-11,https://fonts.google.com/specimen/Lustria\nLuxurious Roman,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1502,1855,No,2021-11-18,2025-09-08,https://fonts.google.com/specimen/Luxurious+Roman\nLuxurious Script,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1335,2096,No,2021-11-02,2025-09-08,https://fonts.google.com/specimen/Luxurious+Script\nM PLUS 1,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight japanese kanji hiragana katakana english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,japanese | latin | latin-ext | vietnamese,Coji Morishita,372,1248,No,2021-08-25,2025-09-10,https://fonts.google.com/specimen/M+PLUS+1\nM PLUS 1 Code,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code versatile multi-weight flexible variable variable-font responsive variable-weight japanese kanji hiragana katakana english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700,wght: -,japanese | latin | latin-ext | vietnamese,Coji Morishita,390,19,No,2021-09-21,2025-09-04,https://fonts.google.com/specimen/M+PLUS+1+Code\nM PLUS 1p,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible russian cyrillic slavic cyrillic extended greek greek extended hebrew RTL israeli japanese kanji hiragana katakana english western european extended-latin european vietnamese multilingual international popular widely-used,100 | 300 | 400 | 500 | 700 | 800 | 900,,cyrillic | cyrillic-ext | greek | greek-ext | hebrew | japanese | latin | latin-ext | vietnamese,Coji Morishita | M+ Fonts Project,148,346,No,2017-06-12,2026-01-06,https://fonts.google.com/specimen/M+PLUS+1p\nM PLUS 2,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight japanese kanji hiragana katakana english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,japanese | latin | latin-ext | vietnamese,Coji Morishita,551,605,No,2021-08-25,2025-09-08,https://fonts.google.com/specimen/M+PLUS+2\nM PLUS Code Latin,Sans Serif,Sans Serif,Monospace,clean modern minimal professional readable neutral geometric humanist grotesque mono fixed-width tabular data code versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700,wdth: - | wght: -,latin | latin-ext | vietnamese,Coji Morishita,1683,64,No,2021-09-21,2025-09-16,https://fonts.google.com/specimen/M+PLUS+Code+Latin\nM PLUS Rounded 1c,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible russian cyrillic slavic cyrillic extended greek greek extended hebrew RTL israeli japanese kanji hiragana katakana english western european extended-latin european vietnamese multilingual international popular widely-used,100 | 300 | 400 | 500 | 700 | 800 | 900,,cyrillic | cyrillic-ext | greek | greek-ext | hebrew | japanese | latin | latin-ext | vietnamese,Coji Morishita | M+ Fonts Project,116,1620,No,2018-05-17,2026-01-06,https://fonts.google.com/specimen/M+PLUS+Rounded+1c\nMa Shan Zheng,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal chinese simplified mandarin english western european,400,,chinese-simplified | latin,Ma ShanZheng,609,457,No,2019-03-17,2026-02-17,https://fonts.google.com/specimen/Ma+Shan+Zheng\nMacondo,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,John Vargas Beltrán,368,1585,No,2012-01-18,2025-09-11,https://fonts.google.com/specimen/Macondo\nMacondo Swash Caps,Display,,Handwriting | Display,bold decorative headline attention-grabbing creative expressive script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european,400,,latin,John Vargas Beltrán,1198,1676,No,2012-01-18,2025-09-08,https://fonts.google.com/specimen/Macondo+Swash+Caps\nMada,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,arabic | latin | latin-ext,Khaled Hosny | Paul D. Hunt,432,1673,No,2017-07-26,2025-09-04,https://fonts.google.com/specimen/Mada\nMadimi One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext | math | symbols,Taurai Valerie Mtake | Mirko Velimirović,992,828,No,2024-02-26,2025-05-30,https://fonts.google.com/specimen/Madimi+One\nMagra,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400 | 700,,latin | latin-ext,FontFuror,851,1814,No,2012-01-11,2025-09-08,https://fonts.google.com/specimen/Magra\nMaiden Orange,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1125,997,No,2010-12-20,2025-09-08,https://fonts.google.com/specimen/Maiden+Orange\nMaitree,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible english western european extended-latin european thai southeast-asia vietnamese,200 | 300 | 400 | 500 | 600 | 700,,latin | latin-ext | thai | vietnamese,Cadson Demak,726,531,No,2016-06-15,2025-09-11,https://fonts.google.com/specimen/Maitree\nMajor Mono Display,Monospace,Sans Serif,Monospace | Display,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Emre Parlak,612,544,No,2018-12-11,2025-09-02,https://fonts.google.com/specimen/Major+Mono+Display\nMako,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,975,930,No,2011-05-11,2025-05-30,https://fonts.google.com/specimen/Mako\nMali,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,latin | latin-ext | thai | vietnamese,Cadson Demak,573,1465,No,2018-09-10,2025-09-08,https://fonts.google.com/specimen/Mali\nMallanna,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european telugu indian,400,,latin | telugu,Purushoth Kumar Guttula,810,368,No,2014-12-10,2025-09-10,https://fonts.google.com/specimen/Mallanna\nManame,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european sinhala sri-lankan vietnamese,400,,latin | latin-ext | sinhala | vietnamese,Pathum Egodawatta | Mooniak,1897,508,No,2024-07-04,2025-05-30,https://fonts.google.com/specimen/Maname\nMandali,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european telugu indian,400,,latin | telugu,Purushoth Kumar Guttula,583,569,No,2014-12-10,2025-09-10,https://fonts.google.com/specimen/Mandali\nManjari,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european malayalam indian,100 | 400 | 700,,latin | latin-ext | malayalam,Santhosh Thottingal,845,1490,No,2018-11-21,2025-09-11,https://fonts.google.com/specimen/Manjari\nManrope,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international top-popular trending most-used,200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Mikhail Sharanda,38,871,No,2019-10-02,2025-09-04,https://fonts.google.com/specimen/Manrope\nMansalva,Handwriting,Sans Serif,Display,personal casual friendly warm handwritten script organic geometric humanist grotesque headline hero decorative large-text attention greek english western european extended-latin european vietnamese,400,,greek | latin | latin-ext | vietnamese,Carolina Short,880,1647,No,2019-08-29,2025-09-16,https://fonts.google.com/specimen/Mansalva\nManuale,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,latin | latin-ext | vietnamese,Omnibus-Type,1129,104,No,2017-07-31,2025-09-10,https://fonts.google.com/specimen/Manuale\nManufacturing Consent,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Fredrick Brennan,1554,1575,No,2025-06-23,2025-06-25,https://fonts.google.com/specimen/Manufacturing+Consent\nMarcellus,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european well-known common,400,,latin | latin-ext,Astigmatic,176,1596,No,2012-05-09,2025-09-11,https://fonts.google.com/specimen/Marcellus\nMarcellus SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Astigmatic,587,1768,No,2012-05-09,2025-09-02,https://fonts.google.com/specimen/Marcellus+SC\nMarck Script,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal russian cyrillic slavic english western european extended-latin european,400,,cyrillic | latin | latin-ext,Denis Masharov,464,872,No,2011-10-12,2025-09-10,https://fonts.google.com/specimen/Marck+Script\nMargarine,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1303,1381,No,2012-11-16,2025-09-16,https://fonts.google.com/specimen/Margarine\nMarhey,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european,300 | 400 | 500 | 600 | 700,wght: -,arabic | latin | latin-ext,Nur Syamsi | Bustanul Arifin,1347,1321,No,2022-10-06,2025-09-08,https://fonts.google.com/specimen/Marhey\nMarkazi Text,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european vietnamese,400 | 500 | 600 | 700,wght: -,arabic | latin | latin-ext | vietnamese,Borna Izadpanah | Florian Runge | Fiona Ross,759,1227,No,2018-06-05,2025-09-04,https://fonts.google.com/specimen/Markazi+Text\nMarko One,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Cyreal,1478,1687,No,2011-12-13,2025-09-16,https://fonts.google.com/specimen/Marko+One\nMarmelad,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Cyreal | Manvel Shmavonyan,744,984,No,2011-12-07,2025-09-11,https://fonts.google.com/specimen/Marmelad\nMartel,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible hindi devanagari indian english western european extended-latin european well-known common,200 | 300 | 400 | 600 | 700 | 800 | 900,,devanagari | latin | latin-ext,Dan Reynolds,284,1930,No,2015-04-20,2025-09-04,https://fonts.google.com/specimen/Martel\nMartel Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible hindi devanagari indian english western european extended-latin european,200 | 300 | 400 | 600 | 700 | 800 | 900,,devanagari | latin | latin-ext,Dan Reynolds | Mathieu Réguer,482,1405,No,2015-03-04,2025-09-04,https://fonts.google.com/specimen/Martel+Sans\nMartian Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code versatile multi-weight flexible variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,cyrillic | cyrillic-ext | latin | latin-ext,Roman Shamin | Evil Martians,1011,1508,No,2022-11-25,2025-09-16,https://fonts.google.com/specimen/Martian+Mono\nMarvel,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention italic english western european,400 | 400i | 700 | 700i,,latin,Carolina Trebol,795,599,No,2011-08-03,2025-06-02,https://fonts.google.com/specimen/Marvel\nMatangi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight hindi devanagari indian english western european extended-latin european,300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,devanagari | latin | latin-ext,The Graphic Ant,1899,1791,No,2025-04-28,2025-08-26,https://fonts.google.com/specimen/Matangi\nMate,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Eduardo Tunni,653,1462,No,2011-11-02,2025-09-10,https://fonts.google.com/specimen/Mate\nMate SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1260,575,No,2011-11-02,2025-09-04,https://fonts.google.com/specimen/Mate+SC\nMatemasie,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Adam Yeo,1663,562,No,2024-08-06,2025-05-30,https://fonts.google.com/specimen/Matemasie\nMaven Pro,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Joe Prince,160,865,No,2011-05-25,2025-09-02,https://fonts.google.com/specimen/Maven+Pro\nMcLaren,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,678,172,No,2012-08-13,2025-09-10,https://fonts.google.com/specimen/McLaren\nMea Culpa,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1357,779,No,2021-12-02,2025-09-10,https://fonts.google.com/specimen/Mea+Culpa\nMeddon,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,794,815,No,2011-02-02,2025-09-04,https://fonts.google.com/specimen/Meddon\nMedievalSharp,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Wojciech Kalinowski,862,644,No,2011-03-02,2025-09-10,https://fonts.google.com/specimen/MedievalSharp\nMedula One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,LatinoType,1199,2039,No,2011-12-19,2025-09-10,https://fonts.google.com/specimen/Medula+One\nMeera Inimai,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european tamil indian,400,,latin | tamil,SMC,1444,1500,No,2016-05-31,2025-09-04,https://fonts.google.com/specimen/Meera+Inimai\nMegrim,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Daniel Johnson,768,358,No,2011-05-04,2025-09-10,https://fonts.google.com/specimen/Megrim\nMeie Script,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Johan Kallas | Mihkel Virkus,935,2022,No,2012-08-21,2025-09-11,https://fonts.google.com/specimen/Meie+Script\nMenbere,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight ethiopic amharic english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700,wght: -,ethiopic | latin | latin-ext | vietnamese,Aleme Tadesse | Sorkin Type | Eben Sorkin,1782,67,No,2025-06-23,2025-06-25,https://fonts.google.com/specimen/Menbere\nMeow Script,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,893,343,No,2021-11-02,2025-09-11,https://fonts.google.com/specimen/Meow+Script\nMerienda,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Eduardo Tunni,362,676,No,2012-10-31,2025-09-16,https://fonts.google.com/specimen/Merienda\nMerriweather,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese top-popular trending most-used,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,opsz: - | wdth: - | wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Sorkin Type,32,1184,No,2011-05-11,2025-09-02,https://fonts.google.com/specimen/Merriweather\nMerriweather Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight cyrillic extended english western european extended-latin european vietnamese popular widely-used,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,cyrillic-ext | latin | latin-ext | vietnamese,Sorkin Type,135,471,No,2013-03-06,2025-09-16,https://fonts.google.com/specimen/Merriweather+Sans\nMetal,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention khmer cambodian english western european,400,,khmer | latin,Danh Hong,1481,2272,No,2011-03-02,2025-09-11,https://fonts.google.com/specimen/Metal\nMetal Mania,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Open Window,1070,450,No,2012-07-11,2025-09-16,https://fonts.google.com/specimen/Metal+Mania\nMetamorphous,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,James Grieshaber,855,1471,No,2011-12-07,2025-09-08,https://fonts.google.com/specimen/Metamorphous\nMetrophobic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Vernon Adams,575,439,No,2011-05-11,2025-09-11,https://fonts.google.com/specimen/Metrophobic\nMichroma,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,487,1721,No,2011-03-30,2025-09-04,https://fonts.google.com/specimen/Michroma\nMicro 5,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext | math | symbols,Sarah Cadigan-Fried,1441,2102,No,2024-02-14,2025-05-30,https://fonts.google.com/specimen/Micro+5\nMicro 5 Charted,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext | math | symbols,Sarah Cadigan-Fried,1943,295,No,2024-04-10,2025-05-30,https://fonts.google.com/specimen/Micro+5+Charted\nMilonga,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Impallari Type,1015,1688,No,2012-11-30,2025-09-10,https://fonts.google.com/specimen/Milonga\nMiltonian,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Impallari Type,1235,1311,No,2011-04-06,2025-09-16,https://fonts.google.com/specimen/Miltonian\nMiltonian Tattoo,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Impallari Type,1177,674,No,2011-04-06,2025-09-10,https://fonts.google.com/specimen/Miltonian+Tattoo\nMina,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque bengali bangladeshi indian english western european extended-latin european,400 | 700,,bengali | latin | latin-ext,Suman Bhandary | Natanael Gama | Mooniak,971,2014,No,2018-02-28,2025-09-08,https://fonts.google.com/specimen/Mina\nMingzat,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext | lepcha,SIL International,1770,1246,No,2022-05-25,2025-09-04,https://fonts.google.com/specimen/Mingzat\nMiniver,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,Open Window,1205,2040,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Miniver\nMiriam Libre,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight hebrew RTL israeli english western european extended-latin european,400 | 500 | 600 | 700,wght: -,hebrew | latin | latin-ext,Michal Sahar,825,549,No,2016-06-20,2025-09-04,https://fonts.google.com/specimen/Miriam+Libre\nMirza,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone arabic RTL middle-east english western european extended-latin european,400 | 500 | 600 | 700,,arabic | latin | latin-ext,KB Studio,876,150,No,2016-06-15,2025-09-08,https://fonts.google.com/specimen/Mirza\nMiss Fajardose,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Sudtipos,1518,1295,No,2011-11-30,2025-09-04,https://fonts.google.com/specimen/Miss+Fajardose\nMitr,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible english western european extended-latin european thai southeast-asia vietnamese well-known common,200 | 300 | 400 | 500 | 600 | 700,,latin | latin-ext | thai | vietnamese,Cadson Demak,288,152,No,2016-06-15,2025-09-10,https://fonts.google.com/specimen/Mitr\nMochiy Pop One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention japanese kanji hiragana katakana english western european,400,,japanese | latin,FONTDASU,760,1955,No,2021-04-14,2025-09-08,https://fonts.google.com/specimen/Mochiy+Pop+One\nMochiy Pop P One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention japanese kanji hiragana katakana english western european,400,,japanese | latin,FONTDASU,1090,1760,No,2021-04-14,2025-09-02,https://fonts.google.com/specimen/Mochiy+Pop+P+One\nModak,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,400,,devanagari | latin | latin-ext,Ek Type,912,225,No,2015-02-18,2025-09-11,https://fonts.google.com/specimen/Modak\nModern Antiqua,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Wojciech Kalinowski,1039,383,No,2011-07-13,2025-09-08,https://fonts.google.com/specimen/Modern+Antiqua\nModerustic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european,300 | 400 | 500 | 600 | 700 | 800,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext,Tural Alisoy,1558,1678,No,2024-08-06,2025-09-10,https://fonts.google.com/specimen/Moderustic\nMogra,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention gujarati indian english western european extended-latin european,400,,gujarati | latin | latin-ext,Lipi Raval,1401,303,No,2016-06-15,2025-09-11,https://fonts.google.com/specimen/Mogra\nMohave,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext,Gumpita Rahayu,1117,832,No,2020-01-23,2025-09-04,https://fonts.google.com/specimen/Mohave\nMoirai One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention korean hangul english western european extended-latin european,400,,korean | latin | latin-ext,Jiyeon Park | JAMO,1793,1978,No,2023-06-05,2026-03-03,https://fonts.google.com/specimen/Moirai+One\nMolengo,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Denis Jacquerye,914,796,No,2010-04-19,2025-09-16,https://fonts.google.com/specimen/Molengo\nMolle,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention italic english western european extended-latin european,400i,,latin | latin-ext,Elena Albertoni,1581,1367,No,2012-09-18,2025-09-04,https://fonts.google.com/specimen/Molle\nMomo Signature,Sans Serif,Sans Serif,Handwriting,clean modern minimal professional readable neutral geometric humanist grotesque script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Type Associates,1312,403,No,2025-10-28,2025-10-29,https://fonts.google.com/specimen/Momo+Signature\nMomo Trust Display,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Type Associates,1557,283,No,2025-10-28,2025-10-29,https://fonts.google.com/specimen/Momo+Trust+Display\nMomo Trust Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext | vietnamese,Type Associates,1614,244,No,2025-10-28,2025-11-20,https://fonts.google.com/specimen/Momo+Trust+Sans\nMona Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,latin | latin-ext | vietnamese,Tobias Bjerrome Ahlin | Github | Degarism Studio | Sebastian Carewe,448,452,No,2024-11-04,2025-09-04,https://fonts.google.com/specimen/Mona+Sans\nMonda,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european vietnamese,400 | 500 | 600 | 700,wght: -,latin | latin-ext | vietnamese,Vernon Adams,370,108,No,2012-11-30,2025-09-11,https://fonts.google.com/specimen/Monda\nMonofett,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,1077,1761,No,2011-05-04,2025-09-08,https://fonts.google.com/specimen/Monofett\nMonomakh,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european extended-latin european,400,,cyrillic | cyrillic-ext | latin | latin-ext,Aleksandr Andreev | Nikita Simmons,1509,420,No,2025-02-11,2025-05-30,https://fonts.google.com/specimen/Monomakh\nMonomaniac One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention japanese kanji hiragana katakana english western european extended-latin european,400,,japanese | latin | latin-ext,Maniackers Design,848,2114,No,2020-12-08,2025-09-16,https://fonts.google.com/specimen/Monomaniac+One\nMonoton,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,383,2087,No,2011-08-24,2025-09-16,https://fonts.google.com/specimen/Monoton\nMonsieur La Doulaise,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sudtipos,694,1856,No,2011-11-30,2025-09-08,https://fonts.google.com/specimen/Monsieur+La+Doulaise\nMontaga,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Alejandra Rodriguez,1141,1666,No,2012-01-18,2025-09-04,https://fonts.google.com/specimen/Montaga\nMontagu Slab,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700,opsz: - | wght: -,latin | latin-ext | vietnamese,Florian Karsten,659,1793,No,2021-09-20,2025-09-04,https://fonts.google.com/specimen/Montagu+Slab\nMonteCarlo,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1005,1366,No,2021-05-14,2025-09-11,https://fonts.google.com/specimen/MonteCarlo\nMontez,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,965,1716,No,2011-08-17,2025-09-08,https://fonts.google.com/specimen/Montez\nMontserrat,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Julieta Ulanovsky | Sol Matas | Juan Pablo del Peral | Jacques Le Bailly,8,1194,No,2011-12-13,2025-09-04,https://fonts.google.com/specimen/Montserrat\nMontserrat Alternates,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Julieta Ulanovsky | Sol Matas | Juan Pablo del Peral | Jacques Le Bailly,221,1439,No,2012-10-01,2025-09-04,https://fonts.google.com/specimen/Montserrat+Alternates\nMontserrat Underline,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Julieta Ulanovsky | Sol Matas | Juan Pablo del Peral | Jacques Le Bailly,1389,2166,No,2024-12-02,2025-09-04,https://fonts.google.com/specimen/Montserrat+Underline\nMoo Lah Lah,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1760,594,No,2021-11-26,2025-09-10,https://fonts.google.com/specimen/Moo+Lah+Lah\nMooli,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,1223,280,No,2023-09-12,2025-05-30,https://fonts.google.com/specimen/Mooli\nMoon Dance,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1082,850,No,2021-11-18,2025-09-16,https://fonts.google.com/specimen/Moon+Dance\nMoul,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention khmer cambodian english western european,400,,khmer | latin,Danh Hong,1042,1859,No,2011-03-02,2025-09-16,https://fonts.google.com/specimen/Moul\nMoulpali,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque khmer cambodian english western european,400,,khmer | latin,Danh Hong,1729,1541,No,2011-03-02,2025-09-10,https://fonts.google.com/specimen/Moulpali\nMountains of Christmas,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european,400 | 700,,latin,Tart Workshop,752,771,No,2010-12-14,2025-09-08,https://fonts.google.com/specimen/Mountains+of+Christmas\nMouse Memoirs,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,785,856,No,2012-11-02,2025-09-16,https://fonts.google.com/specimen/Mouse+Memoirs\nMozilla Headline,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european,200 | 300 | 400 | 500 | 600 | 700,wdth: - | wght: -,latin | latin-ext,Studio DRAMA,1568,1407,No,2025-07-28,2025-07-30,https://fonts.google.com/specimen/Mozilla+Headline\nMozilla Text,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european,200 | 300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext,Studio DRAMA,1144,2126,No,2025-07-28,2025-07-30,https://fonts.google.com/specimen/Mozilla+Text\nMr Bedfort,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Sudtipos,1540,735,No,2012-01-11,2025-09-08,https://fonts.google.com/specimen/Mr+Bedfort\nMr Dafoe,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Sudtipos,433,1007,No,2011-11-30,2025-09-02,https://fonts.google.com/specimen/Mr+Dafoe\nMr De Haviland,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Sudtipos,899,1008,No,2011-11-30,2025-09-16,https://fonts.google.com/specimen/Mr+De+Haviland\nMrs Saint Delafield,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Sudtipos,520,1798,No,2012-01-11,2025-09-16,https://fonts.google.com/specimen/Mrs+Saint+Delafield\nMrs Sheppards,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sudtipos,1598,1278,No,2011-11-30,2025-09-08,https://fonts.google.com/specimen/Mrs+Sheppards\nMs Madi,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,450,589,No,2022-03-23,2025-05-30,https://fonts.google.com/specimen/Ms+Madi\nMukta,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible hindi devanagari indian english western european extended-latin european popular widely-used,200 | 300 | 400 | 500 | 600 | 700 | 800,,devanagari | latin | latin-ext,Ek Type,104,1895,No,2017-01-26,2025-09-08,https://fonts.google.com/specimen/Mukta\nMukta Mahee,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible punjabi gurmukhi indian english western european extended-latin european,200 | 300 | 400 | 500 | 600 | 700 | 800,,gurmukhi | latin | latin-ext,Ek Type,937,486,No,2017-05-19,2025-09-04,https://fonts.google.com/specimen/Mukta+Mahee\nMukta Malar,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible english western european extended-latin european tamil indian,200 | 300 | 400 | 500 | 600 | 700 | 800,,latin | latin-ext | tamil,Ek Type,402,733,No,2017-02-13,2025-09-16,https://fonts.google.com/specimen/Mukta+Malar\nMukta Vaani,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible gujarati indian english western european extended-latin european,200 | 300 | 400 | 500 | 600 | 700 | 800,,gujarati | latin | latin-ext,Ek Type,739,34,No,2016-06-15,2025-09-08,https://fonts.google.com/specimen/Mukta+Vaani\nMulish,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese top-popular trending most-used,1000 | 1000i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Vernon Adams | Cyreal | Jacques Le Bailly,40,1298,No,2011-05-25,2025-09-08,https://fonts.google.com/specimen/Mulish\nMurecho,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek japanese kanji hiragana katakana english western european extended-latin european multilingual international,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | cyrillic-ext | greek | japanese | latin | latin-ext,Neil Summerour,570,2155,No,2021-10-27,2025-09-08,https://fonts.google.com/specimen/Murecho\nMuseoModerno,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Omnibus-Type,502,784,No,2020-05-17,2025-09-08,https://fonts.google.com/specimen/MuseoModerno\nMy Soul,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1316,114,No,2022-03-23,2025-09-04,https://fonts.google.com/specimen/My+Soul\nMynerve,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention greek english western european extended-latin european vietnamese,400,,greek | latin | latin-ext | vietnamese,Carolina Short,1318,134,No,2023-01-03,2025-09-04,https://fonts.google.com/specimen/Mynerve\nMystery Quest,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sideshow,1249,1865,No,2012-02-29,2025-09-16,https://fonts.google.com/specimen/Mystery+Quest\nNTR,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european telugu indian,400,,latin | telugu,Purushoth Kumar Guttula,1064,2028,No,2014-12-10,2025-09-11,https://fonts.google.com/specimen/NTR\nNabla,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention variable variable-font responsive cyrillic extended english western european extended-latin european vietnamese,400,EDPT: - | EHLT: -,cyrillic-ext | latin | latin-ext | math | vietnamese,Arthur Reinders Folmer | Just van Rossum,1511,1971,No,2022-08-15,2025-09-16,https://fonts.google.com/specimen/Nabla\nNamdhinggo,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400 | 500 | 600 | 700 | 800,,latin | latin-ext | limbu,SIL International,1903,2298,No,2024-02-14,2025-05-30,https://fonts.google.com/specimen/Namdhinggo\nNanum Brush Script,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal korean hangul english western european,400,,korean | latin,Sandoll Communication,531,250,No,2018-02-05,2025-09-08,https://fonts.google.com/specimen/Nanum+Brush+Script\nNanum Gothic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque korean hangul english western european popular widely-used,400 | 700 | 800,,korean | latin,Sandoll Communication,86,688,No,2018-02-05,2025-05-30,https://fonts.google.com/specimen/Nanum+Gothic\nNanum Gothic Coding,Handwriting,Sans Serif,Monospace,personal casual friendly warm handwritten script organic geometric humanist grotesque mono fixed-width tabular data code korean hangul english western european well-known common,400 | 700,,korean | latin,Sandoll Communication,236,163,No,2018-02-05,2025-09-10,https://fonts.google.com/specimen/Nanum+Gothic+Coding\nNanum Myeongjo,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone korean hangul english western european well-known common,400 | 700 | 800,,korean | latin,Sandoll Communication,175,691,No,2018-02-05,2025-09-10,https://fonts.google.com/specimen/Nanum+Myeongjo\nNanum Pen Script,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal korean hangul english western european,400,,korean | latin,Sandoll Communication,408,361,No,2018-02-05,2025-05-30,https://fonts.google.com/specimen/Nanum+Pen+Script\nNarnoor,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400 | 500 | 600 | 700 | 800,,gunjala-gondi | latin | latin-ext | math | symbols,SIL International,1902,1878,No,2023-03-02,2025-06-25,https://fonts.google.com/specimen/Narnoor\nNata Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Daniel Uzquiano,1185,1645,No,2025-07-28,2025-07-30,https://fonts.google.com/specimen/Nata+Sans\nNational Park,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext | vietnamese,Andrea Herstowski | Ben Hoepner | Jeremy Shellhorn,1485,80,No,2025-04-07,2025-09-11,https://fonts.google.com/specimen/National+Park\nNeonderthaw,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1499,396,No,2021-11-18,2025-09-11,https://fonts.google.com/specimen/Neonderthaw\nNerko One,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Nermin Kahrimanovic,1118,2025,No,2020-11-06,2025-09-16,https://fonts.google.com/specimen/Nerko+One\nNeucha,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal russian cyrillic slavic english western european,400,,cyrillic | latin,Jovanny Lemonad,513,293,No,2010-09-21,2025-09-11,https://fonts.google.com/specimen/Neucha\nNeuton,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic english western european extended-latin european,200 | 300 | 400 | 400i | 700 | 800,,latin | latin-ext,Brian Zick,364,1160,No,2011-02-09,2025-09-16,https://fonts.google.com/specimen/Neuton\nNew Amsterdam,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Vladimir Nikolic,1370,867,No,2024-08-09,2025-05-30,https://fonts.google.com/specimen/New+Amsterdam\nNew Rocker,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Impallari Type,1085,2150,No,2012-11-30,2025-09-16,https://fonts.google.com/specimen/New+Rocker\nNew Tegomin,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone japanese kanji hiragana katakana english western european extended-latin european,400,,japanese | latin | latin-ext,Kousuke Nagai,1455,1448,No,2020-12-13,2025-09-16,https://fonts.google.com/specimen/New+Tegomin\nNews Cycle,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international well-known common,400 | 700,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Nathan Willis,216,158,No,2011-04-27,2025-09-16,https://fonts.google.com/specimen/News+Cycle\nNewsreader,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,opsz: - | wght: -,latin | latin-ext | vietnamese,Production Type,210,797,No,2020-07-01,2025-09-08,https://fonts.google.com/specimen/Newsreader\nNiconne,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,657,750,No,2011-11-23,2025-09-10,https://fonts.google.com/specimen/Niconne\nNiramit,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,latin | latin-ext | thai | vietnamese,Cadson Demak,506,874,No,2018-09-10,2025-09-04,https://fonts.google.com/specimen/Niramit\nNixie One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Jovanny Lemonad,519,1219,No,2011-06-21,2025-09-10,https://fonts.google.com/specimen/Nixie+One\nNobile,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic russian cyrillic slavic english western european extended-latin european,400 | 400i | 500 | 500i | 700 | 700i,,cyrillic | latin | latin-ext,Vernon Adams,557,401,No,2010-05-10,2025-09-08,https://fonts.google.com/specimen/Nobile\nNokora,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight khmer cambodian english western european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,khmer | latin,Danh Hong,773,263,No,2011-11-09,2025-09-16,https://fonts.google.com/specimen/Nokora\nNorican,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,595,609,No,2012-02-08,2025-09-16,https://fonts.google.com/specimen/Norican\nNosifer,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Typomondo,1000,1519,No,2011-12-19,2025-06-02,https://fonts.google.com/specimen/Nosifer\nNotable,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Eli Block | Hana Tanimura | Noemie Le Coz,1151,78,No,2018-08-02,2025-09-02,https://fonts.google.com/specimen/Notable\nNothing You Could Do,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,Kimberly Geswein,417,1170,No,2011-05-11,2025-09-16,https://fonts.google.com/specimen/Nothing+You+Could+Do\nNoticia Text,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european vietnamese well-known common,400 | 400i | 700 | 700i,,latin | latin-ext | vietnamese,JM Solé,249,171,No,2012-02-08,2025-09-10,https://fonts.google.com/specimen/Noticia+Text\nNoto Color Emoji,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque noto google international comprehensive popular widely-used,400,,emoji,Google,73,754,Yes,2021-02-16,2026-02-17,https://fonts.google.com/specimen/Noto+Color+Emoji\nNoto Emoji,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight noto google international comprehensive,300 | 400 | 500 | 600 | 700,wght: -,emoji,Google,757,291,Yes,2022-04-29,2025-11-26,https://fonts.google.com/specimen/Noto+Emoji\nNoto Kufi Arabic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european noto google international comprehensive well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,arabic | latin | latin-ext | math | symbols,Google,168,222,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Kufi+Arabic\nNoto Music,Sans Serif,Sans Serif,Symbols,clean modern minimal professional readable neutral geometric humanist grotesque icon symbol emoji pictograph english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | music,Google,1266,2117,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Music\nNoto Naskh Arabic,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european noto google international comprehensive well-known common,400 | 500 | 600 | 700,wght: -,arabic | latin | latin-ext | math | symbols,Google,214,135,Yes,2020-11-19,2026-01-28,https://fonts.google.com/specimen/Noto+Naskh+Arabic\nNoto Nastaliq Urdu,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european noto google international comprehensive well-known common,400 | 500 | 600 | 700,wght: -,arabic | latin | latin-ext,Google,277,50,Yes,2020-11-19,2025-09-02,https://fonts.google.com/specimen/Noto+Nastaliq+Urdu\nNoto Rashi Hebrew,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight greek extended hebrew RTL israeli english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,greek-ext | hebrew | latin | latin-ext,Google,396,1,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Rashi+Hebrew\nNoto Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended hindi devanagari indian greek greek extended english western european extended-latin european vietnamese multilingual international noto google international comprehensive top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,cyrillic | cyrillic-ext | devanagari | greek | greek-ext | latin | latin-ext | vietnamese,Google,19,1233,Yes,2013-02-27,2025-09-11,https://fonts.google.com/specimen/Noto+Sans\nNoto Sans Adlam,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,adlam | latin | latin-ext,Google,1644,246,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Adlam\nNoto Sans Adlam Unjoined,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,adlam | latin | latin-ext,Google,1790,409,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Adlam+Unjoined\nNoto Sans Anatolian Hieroglyphs,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,anatolian-hieroglyphs | latin | latin-ext,Google,1628,1877,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Anatolian+Hieroglyphs\nNoto Sans Arabic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width arabic RTL middle-east english western european extended-latin european noto google international comprehensive popular widely-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,arabic | latin | latin-ext | math | symbols,Google,126,129,Yes,2020-11-19,2025-09-17,https://fonts.google.com/specimen/Noto+Sans+Arabic\nNoto Sans Armenian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width armenian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,armenian | latin | latin-ext,Google,1060,259,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Armenian\nNoto Sans Avestan,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,avestan | latin | latin-ext,Google,1845,2196,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Avestan\nNoto Sans Balinese,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,balinese | latin | latin-ext,Google,1773,1801,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Sans+Balinese\nNoto Sans Bamum,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,bamum | latin | latin-ext,Google,1829,834,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Bamum\nNoto Sans Bassa Vah,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,bassa-vah | latin | latin-ext,Google,2001,306,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Bassa+Vah\nNoto Sans Batak,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,batak | latin | latin-ext,Google,1717,273,Yes,2020-11-19,2025-08-26,https://fonts.google.com/specimen/Noto+Sans+Batak\nNoto Sans Bengali,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width bengali bangladeshi indian english western european extended-latin european noto google international comprehensive well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,bengali | latin | latin-ext,Google,246,77,Yes,2020-11-19,2026-01-28,https://fonts.google.com/specimen/Noto+Sans+Bengali\nNoto Sans Bhaiksuki,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,bhaiksuki | latin | latin-ext,Google,1967,1328,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Bhaiksuki\nNoto Sans Brahmi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,brahmi | latin | latin-ext | math | symbols,Google,1881,2291,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Brahmi\nNoto Sans Buginese,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,buginese | latin | latin-ext,Google,1959,620,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Buginese\nNoto Sans Buhid,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,buhid | latin | latin-ext,Google,1390,2042,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Buhid\nNoto Sans Canadian Aboriginal,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,canadian-aboriginal | latin | latin-ext | math | symbols,Google,1458,2174,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Canadian+Aboriginal\nNoto Sans Carian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,carian | latin | latin-ext,Google,1708,1281,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Carian\nNoto Sans Caucasian Albanian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,caucasian-albanian | latin | latin-ext,Google,1983,1514,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Caucasian+Albanian\nNoto Sans Chakma,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,chakma | latin | latin-ext,Google,1952,530,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Chakma\nNoto Sans Cham,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cham | latin | latin-ext,Google,1882,1183,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Cham\nNoto Sans Cherokee,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cherokee | latin | latin-ext,Google,1846,1795,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Cherokee\nNoto Sans Chorasmian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,chorasmian | latin | latin-ext | math | symbols,Google,2028,2321,Yes,2023-05-23,2024-01-25,https://fonts.google.com/specimen/Noto+Sans+Chorasmian\nNoto Sans Coptic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,coptic | latin | latin-ext,Google,1678,173,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Coptic\nNoto Sans Cuneiform,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,cuneiform | latin | latin-ext,Google,1958,2148,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Cuneiform\nNoto Sans Cypriot,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,cypriot | latin | latin-ext,Google,1990,581,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Cypriot\nNoto Sans Cypro Minoan,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,cypro-minoan | latin | latin-ext,Google,1733,1917,Yes,2023-07-10,2025-05-30,https://fonts.google.com/specimen/Noto+Sans+Cypro+Minoan\nNoto Sans Deseret,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,deseret | latin | latin-ext,Google,2000,226,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Deseret\nNoto Sans Devanagari,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width hindi devanagari indian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,devanagari | latin | latin-ext,Google,310,1607,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Devanagari\nNoto Sans Display,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international noto google international comprehensive well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Google,206,354,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Display\nNoto Sans Duployan,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400 | 700,,duployan | latin | latin-ext,Google,1751,1907,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Duployan\nNoto Sans Egyptian Hieroglyphs,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,egyptian-hieroglyphs | latin | latin-ext,Google,1884,751,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Egyptian+Hieroglyphs\nNoto Sans Elbasan,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,elbasan | latin | latin-ext,Google,1792,1823,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Elbasan\nNoto Sans Elymaic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,elymaic | latin | latin-ext,Google,1939,188,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Elymaic\nNoto Sans Ethiopic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width ethiopic amharic english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,ethiopic | latin | latin-ext,Google,1190,54,Yes,2016-04-15,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Ethiopic\nNoto Sans Georgian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width cyrillic extended georgian greek extended english western european extended-latin european multilingual international noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,cyrillic-ext | georgian | greek-ext | latin | latin-ext | math | symbols,Google,737,62,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Georgian\nNoto Sans Glagolitic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque cyrillic extended english western european extended-latin european multilingual international noto google international comprehensive,400,,cyrillic-ext | glagolitic | latin | latin-ext | math | symbols,Google,1720,433,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Glagolitic\nNoto Sans Gothic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,gothic | latin | latin-ext,Google,1287,61,Yes,2020-11-19,2025-09-02,https://fonts.google.com/specimen/Noto+Sans+Gothic\nNoto Sans Grantha,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,grantha | latin | latin-ext,Google,1989,2170,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Grantha\nNoto Sans Gujarati,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width gujarati indian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,gujarati | latin | latin-ext | math | symbols,Google,1032,1533,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Gujarati\nNoto Sans Gunjala Gondi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,gunjala-gondi | latin | latin-ext,Google,1191,2277,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Gunjala+Gondi\nNoto Sans Gurmukhi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width punjabi gurmukhi indian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,gurmukhi | latin | latin-ext,Google,1305,1163,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Gurmukhi\nNoto Sans HK,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic english western european extended-latin european vietnamese noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,chinese-hongkong | cyrillic | latin | latin-ext | vietnamese,Google,400,458,Yes,2019-03-12,2026-01-06,https://fonts.google.com/specimen/Noto+Sans+HK\nNoto Sans Hanifi Rohingya,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,hanifi-rohingya | latin | latin-ext,Google,1999,395,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Hanifi+Rohingya\nNoto Sans Hanunoo,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,hanunoo | latin | latin-ext,Google,1611,2083,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Hanunoo\nNoto Sans Hatran,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,hatran | latin | latin-ext,Google,1993,1714,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Hatran\nNoto Sans Hebrew,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width cyrillic extended greek extended hebrew RTL israeli english western european extended-latin european noto google international comprehensive well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,cyrillic-ext | greek-ext | hebrew | latin | latin-ext,Google,251,59,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Hebrew\nNoto Sans Imperial Aramaic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,imperial-aramaic | latin | latin-ext,Google,1924,919,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Imperial+Aramaic\nNoto Sans Indic Siyaq Numbers,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,indic-siyaq-numbers | latin | latin-ext,Google,1853,855,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Indic+Siyaq+Numbers\nNoto Sans Inscriptional Pahlavi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,inscriptional-pahlavi | latin | latin-ext,Google,1915,712,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Inscriptional+Pahlavi\nNoto Sans Inscriptional Parthian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,inscriptional-parthian | latin | latin-ext,Google,1975,617,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Inscriptional+Parthian\nNoto Sans JP,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european vietnamese noto google international comprehensive top-popular trending most-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | japanese | latin | latin-ext | vietnamese,Google,5,1192,Yes,2015-01-29,2026-01-06,https://fonts.google.com/specimen/Noto+Sans+JP\nNoto Sans Javanese,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,javanese | latin | latin-ext,Google,1642,1654,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Javanese\nNoto Sans KR,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic korean hangul english western european extended-latin european vietnamese noto google international comprehensive top-popular trending most-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | korean | latin | latin-ext | vietnamese,Google,31,330,Yes,2018-02-05,2026-01-06,https://fonts.google.com/specimen/Noto+Sans+KR\nNoto Sans Kaithi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,kaithi | latin | latin-ext,Google,1131,4,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Sans+Kaithi\nNoto Sans Kannada,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width kannada indian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,kannada | latin | latin-ext,Google,786,630,Yes,2020-11-19,2026-03-03,https://fonts.google.com/specimen/Noto+Sans+Kannada\nNoto Sans Kawi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,kawi | latin | latin-ext,Google,1968,1799,Yes,2023-06-27,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Kawi\nNoto Sans Kayah Li,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,kayah-li | latin | latin-ext,Google,2015,647,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Kayah+Li\nNoto Sans Kharoshthi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,kharoshthi | latin | latin-ext,Google,2045,416,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Kharoshthi\nNoto Sans Khmer,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width khmer cambodian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,khmer | latin | latin-ext,Google,921,302,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Khmer\nNoto Sans Khojki,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,khojki | latin | latin-ext,Google,1874,2292,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Sans+Khojki\nNoto Sans Khudawadi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,khudawadi | latin | latin-ext,Google,2010,1995,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Khudawadi\nNoto Sans Lao,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width lao laotian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,lao | latin | latin-ext,Google,1273,962,Yes,2020-11-19,2025-09-02,https://fonts.google.com/specimen/Noto+Sans+Lao\nNoto Sans Lao Looped,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width lao laotian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,lao | latin | latin-ext,Google,1163,2255,Yes,2022-09-05,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Lao+Looped\nNoto Sans Lepcha,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | lepcha,Google,2029,811,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Sans+Lepcha\nNoto Sans Limbu,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | limbu,Google,1998,1730,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Limbu\nNoto Sans Linear A,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | linear-a,Google,1823,1938,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Linear+A\nNoto Sans Linear B,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | linear-b,Google,1978,999,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Linear+B\nNoto Sans Lisu,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | lisu,Google,1858,1905,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Lisu\nNoto Sans Lycian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque noto google international comprehensive,400,,lycian,Google,2050,608,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Sans+Lycian\nNoto Sans Lydian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | lydian,Google,1872,109,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Lydian\nNoto Sans Mahajani,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | mahajani,Google,1859,687,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Mahajani\nNoto Sans Malayalam,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european malayalam indian noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | malayalam,Google,500,721,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Malayalam\nNoto Sans Mandaic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | mandaic,Google,1986,1702,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Mandaic\nNoto Sans Manichaean,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | manichaean,Google,2033,849,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Manichaean\nNoto Sans Marchen,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | marchen,Google,1804,60,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Marchen\nNoto Sans Masaram Gondi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | masaram-gondi,Google,2036,436,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Masaram+Gondi\nNoto Sans Math,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic english western european noto google international comprehensive,400,,cyrillic | latin | math,Google,804,1806,Yes,2020-11-19,2025-09-02,https://fonts.google.com/specimen/Noto+Sans+Math\nNoto Sans Mayan Numerals,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | mayan-numerals,Google,1951,318,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Mayan+Numerals\nNoto Sans Medefaidrin,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | medefaidrin,Google,1828,357,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Medefaidrin\nNoto Sans Meetei Mayek,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | meetei-mayek,Google,1001,2026,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Sans+Meetei+Mayek\nNoto Sans Mende Kikakui,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | mende-kikakui,Google,2020,1385,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Mende+Kikakui\nNoto Sans Meroitic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | meroitic | meroitic-cursive | meroitic-hieroglyphs,Google,2042,540,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Meroitic\nNoto Sans Miao,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | miao,Google,1905,1389,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Miao\nNoto Sans Modi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | modi,Google,1991,2118,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Modi\nNoto Sans Mongolian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | math | mongolian | symbols,Google,1744,2268,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Mongolian\nNoto Sans Mono,Sans Serif,Sans Serif,Monospace,clean modern minimal professional readable neutral geometric humanist grotesque mono fixed-width tabular data code versatile multi-weight flexible variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international noto google international comprehensive well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Google,299,1568,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Mono\nNoto Sans Mro,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | mro,Google,1982,2210,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Mro\nNoto Sans Multani,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | multani,Google,1765,324,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Multani\nNoto Sans Myanmar,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european myanmar burmese noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | myanmar,Google,930,629,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Myanmar\nNoto Sans NKo,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | nko,Google,1745,33,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+NKo\nNoto Sans NKo Unjoined,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | nko,Google,1963,298,Yes,2023-09-26,2025-09-08,https://fonts.google.com/specimen/Noto+Sans+NKo+Unjoined\nNoto Sans Nabataean,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | nabataean,Google,2023,543,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Sans+Nabataean\nNoto Sans Nag Mundari,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | nag-mundari,Google,1769,1606,Yes,2023-05-08,2025-09-08,https://fonts.google.com/specimen/Noto+Sans+Nag+Mundari\nNoto Sans Nandinagari,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | nandinagari,Google,1596,69,Yes,2023-05-08,2023-10-25,https://fonts.google.com/specimen/Noto+Sans+Nandinagari\nNoto Sans New Tai Lue,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | new-tai-lue,Google,1947,2090,Yes,2020-11-19,2025-09-02,https://fonts.google.com/specimen/Noto+Sans+New+Tai+Lue\nNoto Sans Newa,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | newa,Google,1835,1398,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Newa\nNoto Sans Nushu,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | nushu,Google,2012,1512,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Nushu\nNoto Sans Ogham,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | ogham,Google,2026,593,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Ogham\nNoto Sans Ol Chiki,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | ol-chiki,Google,1913,2217,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Ol+Chiki\nNoto Sans Old Hungarian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | old-hungarian,Google,1807,1998,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Old+Hungarian\nNoto Sans Old Italic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | old-italic,Google,1815,988,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Sans+Old+Italic\nNoto Sans Old North Arabian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | old-north-arabian,Google,1755,133,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Old+North+Arabian\nNoto Sans Old Permic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque cyrillic extended english western european extended-latin european noto google international comprehensive,400,,cyrillic-ext | latin | latin-ext | old-permic,Google,1866,46,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Old+Permic\nNoto Sans Old Persian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | old-persian,Google,1810,1547,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Sans+Old+Persian\nNoto Sans Old Sogdian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | old-sogdian,Google,2009,524,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Old+Sogdian\nNoto Sans Old South Arabian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | old-south-arabian,Google,1937,741,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Old+South+Arabian\nNoto Sans Old Turkic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | old-turkic,Google,1936,126,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Old+Turkic\nNoto Sans Oriya,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european odia oriya indian noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | oriya,Google,919,36,Yes,2020-11-19,2026-02-19,https://fonts.google.com/specimen/Noto+Sans+Oriya\nNoto Sans Osage,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | osage,Google,1868,659,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Osage\nNoto Sans Osmanya,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | osmanya,Google,1348,745,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Osmanya\nNoto Sans Pahawh Hmong,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | pahawh-hmong,Google,1969,240,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Pahawh+Hmong\nNoto Sans Palmyrene,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | palmyrene,Google,1734,145,Yes,2020-11-19,2025-09-02,https://fonts.google.com/specimen/Noto+Sans+Palmyrene\nNoto Sans Pau Cin Hau,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | pau-cin-hau,Google,2005,736,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Pau+Cin+Hau\nNoto Sans PhagsPa,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | math | phags-pa | symbols,Google,2025,1815,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+PhagsPa\nNoto Sans Phoenician,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | phoenician,Google,1997,260,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Phoenician\nNoto Sans Psalter Pahlavi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | psalter-pahlavi,Google,1970,556,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Psalter+Pahlavi\nNoto Sans Rejang,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | rejang,Google,1966,1331,Yes,2020-11-19,2025-12-10,https://fonts.google.com/specimen/Noto+Sans+Rejang\nNoto Sans Runic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | runic,Google,1920,470,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Runic\nNoto Sans SC,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight chinese simplified mandarin russian cyrillic slavic english western european extended-latin european vietnamese noto google international comprehensive popular widely-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,chinese-simplified | cyrillic | latin | latin-ext | vietnamese,Google,77,382,Yes,2018-10-22,2026-01-06,https://fonts.google.com/specimen/Noto+Sans+SC\nNoto Sans Samaritan,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | samaritan,Google,1432,2273,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Samaritan\nNoto Sans Saurashtra,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | saurashtra,Google,1979,474,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Saurashtra\nNoto Sans Sharada,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | sharada,Google,1948,1486,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Sharada\nNoto Sans Shavian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | shavian,Google,1692,42,Yes,2020-11-19,2025-09-02,https://fonts.google.com/specimen/Noto+Sans+Shavian\nNoto Sans Siddham,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | siddham,Google,2031,739,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Siddham\nNoto Sans SignWriting,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | signwriting,Google,1935,799,Yes,2022-10-30,2025-09-02,https://fonts.google.com/specimen/Noto+Sans+SignWriting\nNoto Sans Sinhala,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european sinhala sri-lankan noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | sinhala,Google,796,1406,Yes,2020-11-19,2025-09-17,https://fonts.google.com/specimen/Noto+Sans+Sinhala\nNoto Sans Sogdian,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | sogdian,Google,1833,181,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Sogdian\nNoto Sans Sora Sompeng,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | sora-sompeng,Google,1496,448,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Sora+Sompeng\nNoto Sans Soyombo,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | soyombo,Google,2024,1952,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Soyombo\nNoto Sans Sundanese,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | sundanese,Google,1918,1301,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Sans+Sundanese\nNoto Sans Sunuwar,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | sunuwar,Google,1848,38,Yes,2025-06-26,2025-06-26,https://fonts.google.com/specimen/Noto+Sans+Sunuwar\nNoto Sans Syloti Nagri,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | syloti-nagri,Google,1627,2130,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Syloti+Nagri\nNoto Sans Symbols,Sans Serif,Sans Serif,Symbols,clean modern minimal professional readable neutral geometric humanist grotesque icon symbol emoji pictograph versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | symbols,Google,445,2220,Yes,2020-11-19,2025-09-02,https://fonts.google.com/specimen/Noto+Sans+Symbols\nNoto Sans Symbols 2,Sans Serif,Sans Serif,Symbols,clean modern minimal professional readable neutral geometric humanist grotesque icon symbol emoji pictograph english western european extended-latin european multilingual international noto google international comprehensive,400,,braille | latin | latin-ext | math | mayan-numerals | symbols,Google,1161,423,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Symbols+2\nNoto Sans Syriac,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | syriac,Google,1736,881,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Syriac\nNoto Sans Syriac Eastern,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | syriac,Google,1762,179,Yes,2023-07-10,2025-09-02,https://fonts.google.com/specimen/Noto+Sans+Syriac+Eastern\nNoto Sans Syriac Western,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | syriac,Google,1977,1252,Yes,2025-10-28,2025-10-29,https://fonts.google.com/specimen/Noto+Sans+Syriac+Western\nNoto Sans TC,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight chinese traditional russian cyrillic slavic english western european extended-latin european vietnamese noto google international comprehensive top-popular trending most-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,chinese-traditional | cyrillic | latin | latin-ext | vietnamese,Google,42,404,Yes,2018-10-22,2026-01-06,https://fonts.google.com/specimen/Noto+Sans+TC\nNoto Sans Tagalog,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | tagalog,Google,1408,1864,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Tagalog\nNoto Sans Tagbanwa,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | tagbanwa,Google,1916,1020,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Tagbanwa\nNoto Sans Tai Le,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | tai-le,Google,1900,341,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Tai+Le\nNoto Sans Tai Tham,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | tai-tham,Google,1934,877,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Tai+Tham\nNoto Sans Tai Viet,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | tai-viet,Google,1470,1391,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Tai+Viet\nNoto Sans Takri,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | takri,Google,1764,84,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Takri\nNoto Sans Tamil,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european tamil indian noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | tamil,Google,314,614,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Tamil\nNoto Sans Tamil Supplement,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | tamil-supplement,Google,1953,640,Yes,2020-11-19,2025-09-17,https://fonts.google.com/specimen/Noto+Sans+Tamil+Supplement\nNoto Sans Tangsa,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | tangsa,Google,1753,228,Yes,2022-09-11,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Tangsa\nNoto Sans Telugu,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european telugu indian noto google international comprehensive popular widely-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | telugu,Google,101,986,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Sans+Telugu\nNoto Sans Thaana,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | thaana,Google,1368,2261,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Thaana\nNoto Sans Thai,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european thai southeast-asia noto google international comprehensive popular widely-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | thai,Google,144,349,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Thai\nNoto Sans Thai Looped,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european thai southeast-asia noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | thai,Google,1010,582,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Thai+Looped\nNoto Sans Tifinagh,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | tifinagh,Google,1816,774,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Sans+Tifinagh\nNoto Sans Tirhuta,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | tirhuta,Google,1965,117,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Sans+Tirhuta\nNoto Sans Ugaritic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | ugaritic,Google,2002,798,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Ugaritic\nNoto Sans Vai,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | vai,Google,1926,265,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Vai\nNoto Sans Vithkuqi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | vithkuqi,Google,1809,113,Yes,2022-10-10,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Vithkuqi\nNoto Sans Wancho,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | wancho,Google,1932,1197,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Wancho\nNoto Sans Warang Citi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | warang-citi,Google,1383,2271,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Warang+Citi\nNoto Sans Yi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | yi,Google,1788,313,Yes,2020-11-19,2026-01-20,https://fonts.google.com/specimen/Noto+Sans+Yi\nNoto Sans Zanabazar Square,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | zanabazar-square,Google,1925,311,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Sans+Zanabazar+Square\nNoto Serif,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international noto google international comprehensive popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | math | vietnamese,Google,58,574,Yes,2013-02-27,2025-09-05,https://fonts.google.com/specimen/Noto+Serif\nNoto Serif Ahom,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european noto google international comprehensive,400,,ahom | latin | latin-ext,Google,1422,489,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Serif+Ahom\nNoto Serif Armenian,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight variable-width armenian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,armenian | latin | latin-ext,Google,1548,390,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Serif+Armenian\nNoto Serif Balinese,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european noto google international comprehensive,400,,balinese | latin | latin-ext,Google,1756,2024,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Serif+Balinese\nNoto Serif Bengali,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight variable-width bengali bangladeshi indian english western european extended-latin european noto google international comprehensive well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,bengali | latin | latin-ext,Google,290,70,Yes,2020-11-19,2025-09-17,https://fonts.google.com/specimen/Noto+Serif+Bengali\nNoto Serif Devanagari,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight variable-width hindi devanagari indian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,devanagari | latin | latin-ext,Google,386,27,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Serif+Devanagari\nNoto Serif Display,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international noto google international comprehensive,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Google,472,1209,Yes,2020-11-19,2025-09-05,https://fonts.google.com/specimen/Noto+Serif+Display\nNoto Serif Dives Akuru,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,dives-akuru | latin | latin-ext,Google,1949,102,No,2025-02-05,2025-08-26,https://fonts.google.com/specimen/Noto+Serif+Dives+Akuru\nNoto Serif Dogra,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european noto google international comprehensive,400,,dogra | latin | latin-ext,Google,1855,1469,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Serif+Dogra\nNoto Serif Ethiopic,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight variable-width ethiopic amharic english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,ethiopic | latin | latin-ext,Google,1625,159,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Serif+Ethiopic\nNoto Serif Georgian,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight variable-width georgian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,georgian | latin | latin-ext,Google,997,79,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Serif+Georgian\nNoto Serif Grantha,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european noto google international comprehensive,400,,grantha | latin | latin-ext,Google,1894,201,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Serif+Grantha\nNoto Serif Gujarati,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight gujarati indian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,gujarati | latin | latin-ext | math | symbols,Google,1559,1425,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Serif+Gujarati\nNoto Serif Gurmukhi,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight punjabi gurmukhi indian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,gurmukhi | latin | latin-ext,Google,1863,597,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Serif+Gurmukhi\nNoto Serif HK,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic english western european extended-latin european vietnamese noto google international comprehensive,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,chinese-hongkong | cyrillic | latin | latin-ext | vietnamese,Google,1095,1287,Yes,2022-05-11,2026-01-06,https://fonts.google.com/specimen/Noto+Serif+HK\nNoto Serif Hebrew,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight variable-width hebrew RTL israeli english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,hebrew | latin | latin-ext,Google,381,30,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Serif+Hebrew\nNoto Serif Hentaigana,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,kana-extended | latin | latin-ext,Google,1906,1507,Yes,2025-01-27,2025-09-04,https://fonts.google.com/specimen/Noto+Serif+Hentaigana\nNoto Serif JP,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european vietnamese noto google international comprehensive popular widely-used,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | japanese | latin | latin-ext | vietnamese,Google,80,652,Yes,2018-08-22,2026-01-06,https://fonts.google.com/specimen/Noto+Serif+JP\nNoto Serif KR,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic korean hangul english western european extended-latin european vietnamese noto google international comprehensive well-known common,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | korean | latin | latin-ext | vietnamese,Google,166,167,Yes,2018-08-22,2026-01-06,https://fonts.google.com/specimen/Noto+Serif+KR\nNoto Serif Kannada,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight kannada indian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,kannada | latin | latin-ext,Google,1387,2005,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Serif+Kannada\nNoto Serif Khitan Small Script,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european noto google international comprehensive,400,,khitan-small-script | latin | latin-ext,Google,1840,428,Yes,2023-07-10,2025-05-30,https://fonts.google.com/specimen/Noto+Serif+Khitan+Small+Script\nNoto Serif Khmer,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight variable-width khmer cambodian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,khmer | latin | latin-ext,Google,1579,2046,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Serif+Khmer\nNoto Serif Khojki,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,khojki | latin | latin-ext,Google,771,110,Yes,2022-08-29,2025-09-08,https://fonts.google.com/specimen/Noto+Serif+Khojki\nNoto Serif Lao,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight variable-width lao laotian english western european extended-latin european noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,lao | latin | latin-ext,Google,1428,389,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Serif+Lao\nNoto Serif Makasar,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | makasar,Google,1802,212,Yes,2023-06-27,2023-06-29,https://fonts.google.com/specimen/Noto+Serif+Makasar\nNoto Serif Malayalam,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european malayalam indian noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | malayalam,Google,1209,520,Yes,2020-11-19,2025-09-10,https://fonts.google.com/specimen/Noto+Serif+Malayalam\nNoto Serif Myanmar,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible myanmar burmese noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,,myanmar,Google,1838,1767,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Serif+Myanmar\nNoto Serif NP Hmong,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight english western european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | nyiakeng-puachue-hmong,Google,1824,493,Yes,2020-11-19,2025-09-08,https://fonts.google.com/specimen/Noto+Serif+NP+Hmong\nNoto Serif Old Uyghur,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | old-uyghur,Google,1942,2259,Yes,2023-09-25,2024-09-23,https://fonts.google.com/specimen/Noto+Serif+Old+Uyghur\nNoto Serif Oriya,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight english western european extended-latin european odia oriya indian noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | oriya,Google,1798,890,Yes,2022-07-04,2025-09-08,https://fonts.google.com/specimen/Noto+Serif+Oriya\nNoto Serif Ottoman Siyaq,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | ottoman-siyaq-numbers,Google,1904,1573,Yes,2023-06-21,2025-05-30,https://fonts.google.com/specimen/Noto+Serif+Ottoman+Siyaq\nNoto Serif SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight chinese simplified mandarin russian cyrillic slavic english western european extended-latin european vietnamese noto google international comprehensive well-known common,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,chinese-simplified | cyrillic | latin | latin-ext | vietnamese,Google,180,160,Yes,2018-12-03,2026-01-06,https://fonts.google.com/specimen/Noto+Serif+SC\nNoto Serif Sinhala,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european sinhala sri-lankan noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | sinhala,Google,1475,356,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Serif+Sinhala\nNoto Serif TC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight chinese traditional russian cyrillic slavic english western european extended-latin european vietnamese noto google international comprehensive well-known common,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,chinese-traditional | cyrillic | latin | latin-ext | vietnamese,Google,177,139,Yes,2018-12-03,2025-12-10,https://fonts.google.com/specimen/Noto+Serif+TC\nNoto Serif Tamil,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width english western european extended-latin european tamil indian noto google international comprehensive,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,latin | latin-ext | tamil,Google,1556,415,Yes,2020-11-19,2025-09-02,https://fonts.google.com/specimen/Noto+Serif+Tamil\nNoto Serif Tangut,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | tangut,Google,1623,321,Yes,2020-11-19,2025-08-26,https://fonts.google.com/specimen/Noto+Serif+Tangut\nNoto Serif Telugu,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european telugu indian noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | telugu,Google,1488,2115,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Serif+Telugu\nNoto Serif Thai,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european thai southeast-asia noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,latin | latin-ext | thai,Google,399,18,Yes,2020-11-19,2025-09-16,https://fonts.google.com/specimen/Noto+Serif+Thai\nNoto Serif Tibetan,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european tibetan noto google international comprehensive,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | tibetan,Google,1725,2262,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Serif+Tibetan\nNoto Serif Todhri,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | todhri,Google,1873,952,Yes,2025-01-21,2025-01-22,https://fonts.google.com/specimen/Noto+Serif+Todhri\nNoto Serif Toto,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | toto,Google,1761,296,Yes,2022-09-04,2025-09-16,https://fonts.google.com/specimen/Noto+Serif+Toto\nNoto Serif Vithkuqi,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | vithkuqi,Google,1681,1294,Yes,2022-10-10,2025-09-16,https://fonts.google.com/specimen/Noto+Serif+Vithkuqi\nNoto Serif Yezidi,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,400 | 500 | 600 | 700,wght: -,latin | latin-ext | yezidi,Google,1789,2061,Yes,2020-11-19,2025-09-04,https://fonts.google.com/specimen/Noto+Serif+Yezidi\nNoto Traditional Nushu,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european noto google international comprehensive,300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext | nushu,Google,1795,194,Yes,2020-11-19,2025-09-11,https://fonts.google.com/specimen/Noto+Traditional+Nushu\nNoto Znamenny Musical Notation,Sans Serif,Sans Serif,Symbols,clean modern minimal professional readable neutral geometric humanist grotesque icon symbol emoji pictograph english western european extended-latin european noto google international comprehensive,400,,latin | latin-ext | math | symbols | znamenny,Google,1891,2191,Yes,2023-12-10,2025-06-09,https://fonts.google.com/specimen/Noto+Znamenny+Musical+Notation\nNova Cut,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Wojciech Kalinowski,1234,954,No,2011-03-23,2025-09-08,https://fonts.google.com/specimen/Nova+Cut\nNova Flat,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Wojciech Kalinowski,1113,1416,No,2011-03-23,2025-09-04,https://fonts.google.com/specimen/Nova+Flat\nNova Mono,Monospace,,Monospace | Display,code developer technical fixed-width terminal programming mono fixed-width tabular data code headline hero decorative large-text attention greek english western european extended-latin european,400,,greek | latin | latin-ext,Wojciech Kalinowski,830,862,No,2011-03-23,2025-09-10,https://fonts.google.com/specimen/Nova+Mono\nNova Oval,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Wojciech Kalinowski,1242,921,No,2011-03-23,2025-09-02,https://fonts.google.com/specimen/Nova+Oval\nNova Round,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Wojciech Kalinowski,1062,1208,No,2011-03-23,2025-09-16,https://fonts.google.com/specimen/Nova+Round\nNova Script,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Wojciech Kalinowski,1237,1191,No,2011-03-23,2025-09-02,https://fonts.google.com/specimen/Nova+Script\nNova Slim,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Wojciech Kalinowski,1172,1476,No,2011-03-23,2025-09-10,https://fonts.google.com/specimen/Nova+Slim\nNova Square,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Wojciech Kalinowski,569,1778,No,2011-04-14,2025-09-10,https://fonts.google.com/specimen/Nova+Square\nNumans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Jovanny Lemonad,1006,1332,No,2011-08-17,2025-09-10,https://fonts.google.com/specimen/Numans\nNunito,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese top-popular trending most-used,1000 | 1000i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Vernon Adams | Cyreal | Jacques Le Bailly,23,1327,No,2012-08-12,2025-09-16,https://fonts.google.com/specimen/Nunito\nNunito Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese top-popular trending most-used,1000 | 1000i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,YTLC: - | opsz: - | wdth: - | wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Vernon Adams | Jacques Le Bailly | Manvel Shmavonyan | Alexei Vanyashin,24,1589,No,2016-12-07,2025-09-16,https://fonts.google.com/specimen/Nunito+Sans\nNuosu SIL,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext | yi,SIL International,1388,190,No,2022-04-28,2025-09-04,https://fonts.google.com/specimen/Nuosu+SIL\nOdibee Sans,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,James Barnard,1126,2050,No,2019-11-08,2025-09-16,https://fonts.google.com/specimen/Odibee+Sans\nOdor Mean Chey,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone khmer cambodian english western european,400,,khmer | latin,Danh Hong,1201,963,No,2011-03-02,2025-09-08,https://fonts.google.com/specimen/Odor+Mean+Chey\nOffside,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1420,1543,No,2012-10-26,2025-09-04,https://fonts.google.com/specimen/Offside\nOi,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention arabic RTL middle-east russian cyrillic slavic cyrillic extended greek english western european extended-latin european tamil indian vietnamese multilingual international,400,,arabic | cyrillic | cyrillic-ext | greek | latin | latin-ext | tamil | vietnamese,Kostas Bartsokas,1513,624,No,2021-02-03,2025-09-04,https://fonts.google.com/specimen/Oi\nOjuju,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext | math | symbols | vietnamese,Ụdị Foundry | Chisaokwu Joboson | Mirko Velimirović,1534,2103,No,2024-02-26,2025-09-08,https://fonts.google.com/specimen/Ojuju\nOld Standard TT,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese well-known common,400 | 400i | 700,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Alexey Kryukov,289,1436,No,2010-05-18,2025-09-11,https://fonts.google.com/specimen/Old+Standard+TT\nOldenburg,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Nicole Fally,1580,622,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Oldenburg\nOle,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1739,772,No,2021-12-02,2025-05-30,https://fonts.google.com/specimen/Ole\nOleo Script,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european well-known common,400 | 700,,latin | latin-ext,soytutype fonts,219,950,No,2012-03-29,2025-09-16,https://fonts.google.com/specimen/Oleo+Script\nOleo Script Swash Caps,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400 | 700,,latin | latin-ext,soytutype fonts,999,552,No,2012-11-12,2025-09-08,https://fonts.google.com/specimen/Oleo+Script+Swash+Caps\nOnest,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | cyrillic-ext | latin | latin-ext,Dmitri Voloshin | Andrey Kudryavtsev,198,1934,No,2023-09-05,2025-09-10,https://fonts.google.com/specimen/Onest\nOooh Baby,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,651,1411,No,2021-11-26,2025-05-30,https://fonts.google.com/specimen/Oooh+Baby\nOpen Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended greek greek extended hebrew RTL israeli english western european extended-latin european vietnamese multilingual international top-popular trending most-used,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wdth: - | wght: -,cyrillic | cyrillic-ext | greek | greek-ext | hebrew | latin | latin-ext | math | symbols | vietnamese,Steve Matteson,3,1336,No,2011-02-02,2025-09-16,https://fonts.google.com/specimen/Open+Sans\nOranienbaum,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic cyrillic extended english western european extended-latin european,400,,cyrillic | cyrillic-ext | latin | latin-ext,Oleg Pospelov | Jovanny Lemonad,605,308,No,2012-08-20,2025-09-10,https://fonts.google.com/specimen/Oranienbaum\nOrbit,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque korean hangul english western european extended-latin european,400,,korean | latin | latin-ext,Sooun Cho | JAMO,1404,2189,No,2023-06-05,2026-03-03,https://fonts.google.com/specimen/Orbit\nOrbitron,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european popular widely-used,400 | 500 | 600 | 700 | 800 | 900,wght: -,latin,Matt McInerney,143,532,No,2010-12-15,2025-09-04,https://fonts.google.com/specimen/Orbitron\nOregano,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Astigmatic,874,174,No,2012-08-13,2025-09-16,https://fonts.google.com/specimen/Oregano\nOrelega One,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european extended-latin european,400,,cyrillic | cyrillic-ext | latin | latin-ext,Haruki Wakamatsu,964,866,No,2021-03-11,2025-09-16,https://fonts.google.com/specimen/Orelega+One\nOrienta,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1108,1911,No,2012-09-07,2025-09-10,https://fonts.google.com/specimen/Orienta\nOriginal Surfer,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,863,539,No,2011-12-07,2025-09-04,https://fonts.google.com/specimen/Original+Surfer\nOswald,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese top-popular trending most-used,200 | 300 | 400 | 500 | 600 | 700,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Vernon Adams | Kalapi Gajjar | Cyreal,18,1373,No,2012-02-29,2025-09-11,https://fonts.google.com/specimen/Oswald\nOutfit,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european top-popular trending most-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext,Smartsheet Inc | Rodrigo Fuenzalida,44,904,No,2021-09-27,2025-09-04,https://fonts.google.com/specimen/Outfit\nOver the Rainbow,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,809,1576,No,2011-04-27,2025-09-02,https://fonts.google.com/specimen/Over+the+Rainbow\nOverlock,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention italic english western european extended-latin european,400 | 400i | 700 | 700i | 900 | 900i,,latin | latin-ext,Dario Manuel Muhafara,725,1690,No,2011-12-19,2025-09-04,https://fonts.google.com/specimen/Overlock\nOverlock SC,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Dario Manuel Muhafara,1203,1704,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Overlock+SC\nOverpass,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Delve Withrington | Dave Bailey | Thomas Jockin,118,1473,No,2016-12-02,2025-09-02,https://fonts.google.com/specimen/Overpass\nOverpass Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,300 | 400 | 500 | 600 | 700,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Delve Withrington | Dave Bailey | Thomas Jockin,524,299,No,2016-12-02,2025-09-08,https://fonts.google.com/specimen/Overpass+Mono\nOvo,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Nicole Fally,483,1445,No,2011-07-20,2025-09-08,https://fonts.google.com/specimen/Ovo\nOxanium,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european well-known common,200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext,Severin Meyer,291,606,No,2020-01-30,2025-09-10,https://fonts.google.com/specimen/Oxanium\nOxygen,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european popular widely-used,300 | 400 | 700,,latin | latin-ext,Vernon Adams,111,1360,No,2012-03-29,2025-09-04,https://fonts.google.com/specimen/Oxygen\nOxygen Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,722,276,No,2012-09-08,2025-09-02,https://fonts.google.com/specimen/Oxygen+Mono\nPT Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code russian cyrillic slavic cyrillic extended english western european extended-latin european,400,,cyrillic | cyrillic-ext | latin | latin-ext,ParaType,302,576,No,2012-02-29,2025-09-08,https://fonts.google.com/specimen/PT+Mono\nPT Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic russian cyrillic slavic cyrillic extended english western european extended-latin european top-popular trending most-used,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | latin | latin-ext,ParaType,36,1431,No,2010-09-21,2025-09-04,https://fonts.google.com/specimen/PT+Sans\nPT Sans Caption,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic cyrillic extended english western european extended-latin european well-known common,400 | 700,,cyrillic | cyrillic-ext | latin | latin-ext,ParaType,281,1313,No,2010-09-21,2025-09-04,https://fonts.google.com/specimen/PT+Sans+Caption\nPT Sans Narrow,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic cyrillic extended english western european extended-latin european popular widely-used,400 | 700,,cyrillic | cyrillic-ext | latin | latin-ext,ParaType,129,770,No,2010-09-21,2025-09-04,https://fonts.google.com/specimen/PT+Sans+Narrow\nPT Serif,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic russian cyrillic slavic cyrillic extended english western european extended-latin european popular widely-used,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | latin | latin-ext,ParaType,63,1600,No,2011-02-09,2025-09-04,https://fonts.google.com/specimen/PT+Serif\nPT Serif Caption,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic russian cyrillic slavic cyrillic extended english western european extended-latin european,400 | 400i,,cyrillic | cyrillic-ext | latin | latin-ext,ParaType,632,1180,No,2011-02-09,2025-09-10,https://fonts.google.com/specimen/PT+Serif+Caption\nPacifico,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese popular widely-used,400,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Vernon Adams | Jacques Le Bailly | Botjo Nikoltchev | Ani Petrova,108,1631,No,2011-03-09,2025-09-16,https://fonts.google.com/specimen/Pacifico\nPadauk,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european myanmar burmese,400 | 700,,latin | latin-ext | myanmar,SIL International,974,1530,No,2016-11-08,2025-09-11,https://fonts.google.com/specimen/Padauk\nPadyakke Expanded One,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention kannada indian english western european extended-latin european,400,,kannada | latin | latin-ext,James Puckett,1844,127,No,2022-12-05,2025-09-11,https://fonts.google.com/specimen/Padyakke+Expanded+One\nPalanquin,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible hindi devanagari indian english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700,,devanagari | latin | latin-ext,Pria Ravichandran,555,1636,No,2015-01-28,2025-09-11,https://fonts.google.com/specimen/Palanquin\nPalanquin Dark,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,400 | 500 | 600 | 700,,devanagari | latin | latin-ext,Pria Ravichandran,594,1957,No,2015-01-28,2025-09-10,https://fonts.google.com/specimen/Palanquin+Dark\nPalette Mosaic,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention japanese kanji hiragana katakana english western european,400,,japanese | latin,Shibuya Font,1373,20,No,2021-04-13,2025-09-10,https://fonts.google.com/specimen/Palette+Mosaic\nPangolin,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Kevin Burke,436,1675,No,2017-01-11,2025-09-04,https://fonts.google.com/specimen/Pangolin\nPaprika,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1393,1874,No,2012-10-26,2025-09-11,https://fonts.google.com/specimen/Paprika\nParastoo,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european vietnamese,400 | 500 | 600 | 700,wght: -,arabic | latin | latin-ext | vietnamese,Saber Rastikerdar,1812,2226,No,2025-05-21,2025-10-29,https://fonts.google.com/specimen/Parastoo\nParisienne,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Astigmatic,325,858,No,2012-01-25,2025-09-04,https://fonts.google.com/specimen/Parisienne\nParkinsans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european,300 | 400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext,Red Stone,639,300,No,2024-11-18,2025-09-16,https://fonts.google.com/specimen/Parkinsans\nPassero One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Viktoriya Grabowska,1533,1779,No,2011-08-31,2025-09-10,https://fonts.google.com/specimen/Passero+One\nPassion One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400 | 700 | 900,,latin | latin-ext,Fontstage,303,1661,No,2011-12-13,2025-09-10,https://fonts.google.com/specimen/Passion+One\nPassions Conflict,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1300,697,No,2021-10-07,2025-09-04,https://fonts.google.com/specimen/Passions+Conflict\nPathway Extreme,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,opsz: - | wdth: - | wght: -,latin | latin-ext | vietnamese,Eduardo Tunni,887,1826,No,2023-04-19,2025-09-10,https://fonts.google.com/specimen/Pathway+Extreme\nPathway Gothic One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,367,1570,No,2013-06-05,2025-09-16,https://fonts.google.com/specimen/Pathway+Gothic+One\nPatrick Hand,Handwriting,Sans Serif,Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque script cursive hand-drawn artistic informal english western european extended-latin european vietnamese well-known common,400,,latin | latin-ext | vietnamese,Patrick Wagesreiter,275,675,No,2011-07-06,2025-09-02,https://fonts.google.com/specimen/Patrick+Hand\nPatrick Hand SC,Handwriting,Sans Serif,Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Patrick Wagesreiter,1065,931,No,2013-02-27,2025-09-10,https://fonts.google.com/specimen/Patrick+Hand+SC\nPattaya,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic english western european extended-latin european thai southeast-asia vietnamese,400,,cyrillic | latin | latin-ext | thai | vietnamese,Cadson Demak,627,956,No,2016-05-31,2025-09-08,https://fonts.google.com/specimen/Pattaya\nPatua One,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european well-known common,400,,latin,LatinoType,260,1695,No,2011-12-19,2025-09-04,https://fonts.google.com/specimen/Patua+One\nPavanam,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european tamil indian,400,,latin | latin-ext | tamil,Tharique Azeez,1101,718,No,2016-06-15,2025-09-11,https://fonts.google.com/specimen/Pavanam\nPaytone One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese well-known common,400,,latin | latin-ext | vietnamese,Vernon Adams,255,737,No,2011-05-04,2025-09-11,https://fonts.google.com/specimen/Paytone+One\nPeddana,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european telugu indian,400,,latin | telugu,Appaji Ambarisha Darbha,1575,2149,No,2014-12-10,2025-09-08,https://fonts.google.com/specimen/Peddana\nPeralta,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1072,499,No,2012-07-11,2025-09-10,https://fonts.google.com/specimen/Peralta\nPermanent Marker,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european well-known common,400,,latin,Font Diner,190,1297,No,2011-01-06,2025-05-30,https://fonts.google.com/specimen/Permanent+Marker\nPetemoss,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1728,1557,No,2021-10-07,2025-09-04,https://fonts.google.com/specimen/Petemoss\nPetit Formal Script,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Impallari Type,716,1715,No,2012-09-07,2025-09-10,https://fonts.google.com/specimen/Petit+Formal+Script\nPetrona,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Ringo R. Seeber,449,1943,No,2020-07-14,2025-09-11,https://fonts.google.com/specimen/Petrona\nPhetsarath,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque lao laotian,400 | 700,,lao,Danh Hong,1772,853,No,2024-11-18,2025-09-17,https://fonts.google.com/specimen/Phetsarath\nPhilosopher,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Jovanny Lemonad,305,1437,No,2011-08-31,2025-09-10,https://fonts.google.com/specimen/Philosopher\nPhudu,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight cyrillic extended english western european extended-latin european vietnamese,300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic-ext | latin | latin-ext | vietnamese,Dương Trần,1148,268,No,2023-01-30,2025-09-08,https://fonts.google.com/specimen/Phudu\nPiazzolla,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,opsz: - | wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Juan Pablo del Peral | Huerta Tipográfica,939,888,No,2020-08-27,2025-09-11,https://fonts.google.com/specimen/Piazzolla\nPiedra,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sudtipos,1482,604,No,2011-11-30,2025-09-04,https://fonts.google.com/specimen/Piedra\nPinyon Script,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Nicole Fally,403,717,No,2011-10-12,2025-09-10,https://fonts.google.com/specimen/Pinyon+Script\nPirata One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Rodrigo Fuenzalida | Nicolas Massi,523,1221,No,2012-10-31,2025-09-11,https://fonts.google.com/specimen/Pirata+One\nPixelify Sans,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight russian cyrillic slavic english western european extended-latin european,400 | 500 | 600 | 700,wght: -,cyrillic | latin | latin-ext,Stefie Justprince,740,1932,No,2023-09-26,2025-09-16,https://fonts.google.com/specimen/Pixelify+Sans\nPlaster,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sorkin Type,1451,2056,No,2011-12-13,2025-09-16,https://fonts.google.com/specimen/Plaster\nPlatypi,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,latin | latin-ext | vietnamese,David Sargent,896,1136,No,2024-04-10,2025-09-04,https://fonts.google.com/specimen/Platypi\nPlay,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international well-known common,400 | 700,,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Jonas Hecksher,158,1380,No,2011-05-04,2025-09-10,https://fonts.google.com/specimen/Play\nPlayball,Display,,Handwriting | Display,bold decorative headline attention-grabbing creative expressive script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,365,1623,No,2011-12-19,2025-09-02,https://fonts.google.com/specimen/Playball\nPlayfair,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,opsz: - | wdth: - | wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Claus Eggers Sørensen,352,1235,No,2023-04-12,2025-09-10,https://fonts.google.com/specimen/Playfair\nPlayfair Display,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic english western european extended-latin european vietnamese top-popular trending most-used,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | latin | latin-ext | vietnamese,Claus Eggers Sørensen,25,824,No,2011-11-16,2025-09-11,https://fonts.google.com/specimen/Playfair+Display\nPlayfair Display SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic russian cyrillic slavic english western european extended-latin european vietnamese,400 | 400i | 700 | 700i | 900 | 900i,,cyrillic | latin | latin-ext | vietnamese,Claus Eggers Sørensen,345,1198,No,2012-10-26,2025-09-11,https://fonts.google.com/specimen/Playfair+Display+SC\nPlaypen Sans,Handwriting,Sans Serif,Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque script cursive hand-drawn artistic informal versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,cyrillic | cyrillic-ext | emoji | greek | latin | latin-ext | math | vietnamese,TypeTogether | Laura Meseguer | Veronika Burian | José Scaglione | Kostas Bartsokas | Vera Evstafieva | Tom Grace | Yorlmar Campos,377,21,No,2023-09-06,2025-09-16,https://fonts.google.com/specimen/Playpen+Sans\nPlaypen Sans Arabic,Handwriting,Sans Serif,Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque script cursive hand-drawn artistic informal versatile multi-weight flexible variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,arabic | emoji | latin | latin-ext | math,TypeTogether | Azza Alameddine | Laura Meseguer | Veronika Burian | José Scaglione,421,14,No,2025-05-12,2025-09-10,https://fonts.google.com/specimen/Playpen+Sans+Arabic\nPlaypen Sans Deva,Handwriting,Sans Serif,Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque script cursive hand-drawn artistic informal versatile multi-weight flexible variable variable-font responsive variable-weight hindi devanagari indian english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,devanagari | emoji | latin | latin-ext,TypeTogether | Pooja Saxena | Gunjan Panchal | Laura Meseguer | Veronika Burian | José Scaglione,426,10,No,2025-05-12,2025-09-10,https://fonts.google.com/specimen/Playpen+Sans+Deva\nPlaypen Sans Hebrew,Handwriting,Sans Serif,Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque script cursive hand-drawn artistic informal versatile multi-weight flexible variable variable-font responsive variable-weight hebrew RTL israeli english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,emoji | hebrew | latin | latin-ext | math,TypeTogether | Tom Grace | Laura Meseguer | Veronika Burian | José Scaglione,427,11,No,2025-05-12,2025-09-11,https://fonts.google.com/specimen/Playpen+Sans+Hebrew\nPlaypen Sans Thai,Handwriting,Sans Serif,Handwriting,personal casual friendly warm handwritten script organic geometric humanist grotesque script cursive hand-drawn artistic informal versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european thai southeast-asia,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,emoji | latin | latin-ext | math | thai,TypeTogether | Sirin Gunkloy | Laura Meseguer | Veronika Burian | José Scaglione,424,8,No,2025-05-12,2025-09-10,https://fonts.google.com/specimen/Playpen+Sans+Thai\nPlaywrite AR,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1911,1809,No,2024-05-15,2025-09-11,https://fonts.google.com/specimen/Playwrite+AR\nPlaywrite AR Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2073,434,No,2024-11-26,2025-05-30,https://fonts.google.com/specimen/Playwrite+AR+Guides\nPlaywrite AT,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal italic variable variable-font responsive variable-weight,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1515,2204,No,2024-05-15,2025-09-16,https://fonts.google.com/specimen/Playwrite+AT\nPlaywrite AT Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal italic,400 | 400i,,,TypeTogether | Veronika Burian | José Scaglione,2081,497,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+AT+Guides\nPlaywrite AU NSW,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1566,710,No,2024-05-15,2025-09-08,https://fonts.google.com/specimen/Playwrite+AU+NSW\nPlaywrite AU NSW Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2075,412,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+AU+NSW+Guides\nPlaywrite AU QLD,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1594,1164,No,2024-05-15,2025-09-16,https://fonts.google.com/specimen/Playwrite+AU+QLD\nPlaywrite AU QLD Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2087,427,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+AU+QLD+Guides\nPlaywrite AU SA,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1631,1758,No,2024-05-15,2025-09-08,https://fonts.google.com/specimen/Playwrite+AU+SA\nPlaywrite AU SA Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2079,580,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+AU+SA+Guides\nPlaywrite AU TAS,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1871,2293,No,2024-05-15,2025-09-16,https://fonts.google.com/specimen/Playwrite+AU+TAS\nPlaywrite AU TAS Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2088,492,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+AU+TAS+Guides\nPlaywrite AU VIC,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1921,978,No,2024-05-15,2025-09-16,https://fonts.google.com/specimen/Playwrite+AU+VIC\nPlaywrite AU VIC Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2052,578,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+AU+VIC+Guides\nPlaywrite BE VLG,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1805,1935,No,2024-05-15,2025-09-10,https://fonts.google.com/specimen/Playwrite+BE+VLG\nPlaywrite BE VLG Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2071,465,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+BE+VLG+Guides\nPlaywrite BE WAL,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1806,252,No,2024-05-15,2025-09-16,https://fonts.google.com/specimen/Playwrite+BE+WAL\nPlaywrite BE WAL Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2053,513,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+BE+WAL+Guides\nPlaywrite BR,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,2011,704,No,2024-05-29,2025-09-02,https://fonts.google.com/specimen/Playwrite+BR\nPlaywrite BR Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2060,467,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+BR+Guides\nPlaywrite CA,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1706,2106,No,2024-05-29,2025-09-16,https://fonts.google.com/specimen/Playwrite+CA\nPlaywrite CA Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2072,577,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+CA+Guides\nPlaywrite CL,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1928,878,No,2024-05-15,2025-09-02,https://fonts.google.com/specimen/Playwrite+CL\nPlaywrite CL Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2066,476,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+CL+Guides\nPlaywrite CO,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1901,1872,No,2023-12-12,2025-09-08,https://fonts.google.com/specimen/Playwrite+CO\nPlaywrite CO Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,1909,198,No,2024-11-26,2025-05-30,https://fonts.google.com/specimen/Playwrite+CO+Guides\nPlaywrite CU,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1500,2041,No,2024-05-15,2025-09-08,https://fonts.google.com/specimen/Playwrite+CU\nPlaywrite CU Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2022,2323,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+CU+Guides\nPlaywrite CZ,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1919,791,No,2024-05-15,2025-09-04,https://fonts.google.com/specimen/Playwrite+CZ\nPlaywrite CZ Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2083,555,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+CZ+Guides\nPlaywrite DE Grund,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1395,1402,No,2024-05-29,2025-09-16,https://fonts.google.com/specimen/Playwrite+DE+Grund\nPlaywrite DE Grund Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2034,1766,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+DE+Grund+Guides\nPlaywrite DE LA,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1836,1906,No,2024-05-29,2025-09-04,https://fonts.google.com/specimen/Playwrite+DE+LA\nPlaywrite DE LA Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2067,408,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+DE+LA+Guides\nPlaywrite DE SAS,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1774,1762,No,2024-05-29,2025-09-16,https://fonts.google.com/specimen/Playwrite+DE+SAS\nPlaywrite DE SAS Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2077,464,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+DE+SAS+Guides\nPlaywrite DE VA,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,2003,1628,No,2024-05-29,2025-09-04,https://fonts.google.com/specimen/Playwrite+DE+VA\nPlaywrite DE VA Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2058,898,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+DE+VA+Guides\nPlaywrite DK Loopet,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1701,844,No,2024-05-15,2025-09-16,https://fonts.google.com/specimen/Playwrite+DK+Loopet\nPlaywrite DK Loopet Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2068,449,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+DK+Loopet+Guides\nPlaywrite DK Uloopet,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1864,936,No,2024-05-15,2025-09-11,https://fonts.google.com/specimen/Playwrite+DK+Uloopet\nPlaywrite DK Uloopet Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,1912,29,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+DK+Uloopet+Guides\nPlaywrite ES,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1819,1953,No,2024-05-29,2025-09-11,https://fonts.google.com/specimen/Playwrite+ES\nPlaywrite ES Deco,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1950,685,No,2024-05-29,2025-09-16,https://fonts.google.com/specimen/Playwrite+ES+Deco\nPlaywrite ES Deco Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2054,526,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+ES+Deco+Guides\nPlaywrite ES Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2086,490,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+ES+Guides\nPlaywrite FR Moderne,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1827,759,No,2024-05-15,2025-09-11,https://fonts.google.com/specimen/Playwrite+FR+Moderne\nPlaywrite FR Moderne Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2059,758,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+FR+Moderne+Guides\nPlaywrite FR Trad,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,2027,859,No,2023-12-11,2025-09-11,https://fonts.google.com/specimen/Playwrite+FR+Trad\nPlaywrite FR Trad Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2062,560,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+FR+Trad+Guides\nPlaywrite GB J,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal italic variable variable-font responsive variable-weight,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1898,1488,No,2024-05-29,2025-09-11,https://fonts.google.com/specimen/Playwrite+GB+J\nPlaywrite GB J Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal italic,400 | 400i,,,TypeTogether | Veronika Burian | José Scaglione,2046,2239,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+GB+J+Guides\nPlaywrite GB S,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal italic variable variable-font responsive variable-weight,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1679,1212,No,2024-05-29,2025-09-08,https://fonts.google.com/specimen/Playwrite+GB+S\nPlaywrite GB S Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal italic,400 | 400i,,,TypeTogether | Veronika Burian | José Scaglione,2085,417,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+GB+S+Guides\nPlaywrite HR,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1555,638,No,2024-05-15,2025-09-16,https://fonts.google.com/specimen/Playwrite+HR\nPlaywrite HR Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2089,506,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+HR+Guides\nPlaywrite HR Lijeva,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1843,2153,No,2024-05-15,2025-09-11,https://fonts.google.com/specimen/Playwrite+HR+Lijeva\nPlaywrite HR Lijeva Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2069,432,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+HR+Lijeva+Guides\nPlaywrite HU,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1456,22,No,2024-05-15,2025-09-04,https://fonts.google.com/specimen/Playwrite+HU\nPlaywrite HU Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2084,478,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+HU+Guides\nPlaywrite ID,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1944,1729,No,2024-05-29,2025-09-04,https://fonts.google.com/specimen/Playwrite+ID\nPlaywrite ID Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2080,345,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+ID+Guides\nPlaywrite IE,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1954,2228,No,2024-05-29,2025-09-16,https://fonts.google.com/specimen/Playwrite+IE\nPlaywrite IE Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2044,625,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+IE+Guides\nPlaywrite IN,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1492,1942,No,2024-05-29,2025-09-08,https://fonts.google.com/specimen/Playwrite+IN\nPlaywrite IN Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2021,2312,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+IN+Guides\nPlaywrite IS,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1437,387,No,2024-05-15,2025-09-11,https://fonts.google.com/specimen/Playwrite+IS\nPlaywrite IS Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2090,481,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+IS+Guides\nPlaywrite IT Moderna,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1775,633,No,2024-05-29,2025-09-08,https://fonts.google.com/specimen/Playwrite+IT+Moderna\nPlaywrite IT Moderna Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2061,769,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+IT+Moderna+Guides\nPlaywrite IT Trad,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1995,151,No,2024-05-29,2025-09-11,https://fonts.google.com/specimen/Playwrite+IT+Trad\nPlaywrite IT Trad Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2065,658,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+IT+Trad+Guides\nPlaywrite MX,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1797,670,No,2024-05-29,2025-09-10,https://fonts.google.com/specimen/Playwrite+MX\nPlaywrite MX Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,1691,175,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+MX+Guides\nPlaywrite NG Modern,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1883,1218,No,2024-05-29,2025-09-11,https://fonts.google.com/specimen/Playwrite+NG+Modern\nPlaywrite NG Modern Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2063,399,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+NG+Modern+Guides\nPlaywrite NL,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1750,1239,No,2024-05-15,2025-09-16,https://fonts.google.com/specimen/Playwrite+NL\nPlaywrite NL Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2051,1740,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+NL+Guides\nPlaywrite NO,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1766,613,No,2024-05-15,2025-09-04,https://fonts.google.com/specimen/Playwrite+NO\nPlaywrite NO Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2082,431,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+NO+Guides\nPlaywrite NZ,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1865,1358,No,2024-05-29,2026-01-28,https://fonts.google.com/specimen/Playwrite+NZ\nPlaywrite NZ Basic,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1768,2315,No,2026-01-27,2026-01-28,https://fonts.google.com/specimen/Playwrite+NZ+Basic\nPlaywrite NZ Basic Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,1917,2324,No,2026-01-27,2026-01-28,https://fonts.google.com/specimen/Playwrite+NZ+Basic+Guides\nPlaywrite NZ Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2055,662,No,2024-11-26,2026-01-28,https://fonts.google.com/specimen/Playwrite+NZ+Guides\nPlaywrite PE,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1896,683,No,2024-05-15,2025-09-04,https://fonts.google.com/specimen/Playwrite+PE\nPlaywrite PE Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2017,926,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+PE+Guides\nPlaywrite PL,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1587,641,No,2024-05-15,2025-09-04,https://fonts.google.com/specimen/Playwrite+PL\nPlaywrite PL Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2004,929,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+PL+Guides\nPlaywrite PT,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1849,440,No,2024-05-15,2025-09-16,https://fonts.google.com/specimen/Playwrite+PT\nPlaywrite PT Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2008,914,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+PT+Guides\nPlaywrite RO,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1749,219,No,2024-05-15,2025-09-10,https://fonts.google.com/specimen/Playwrite+RO\nPlaywrite RO Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2074,523,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+RO+Guides\nPlaywrite SK,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1929,1870,No,2024-05-15,2025-09-02,https://fonts.google.com/specimen/Playwrite+SK\nPlaywrite SK Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2076,437,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+SK+Guides\nPlaywrite TZ,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1964,602,No,2024-05-29,2025-09-10,https://fonts.google.com/specimen/Playwrite+TZ\nPlaywrite TZ Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2047,826,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+TZ+Guides\nPlaywrite US Modern,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1560,1464,No,2024-05-29,2025-09-16,https://fonts.google.com/specimen/Playwrite+US+Modern\nPlaywrite US Modern Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2064,711,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+US+Modern+Guides\nPlaywrite US Trad,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1295,1918,No,2024-05-29,2025-09-04,https://fonts.google.com/specimen/Playwrite+US+Trad\nPlaywrite US Trad Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2006,778,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+US+Trad+Guides\nPlaywrite VN,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1860,1764,No,2024-04-02,2025-09-16,https://fonts.google.com/specimen/Playwrite+VN\nPlaywrite VN Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,1620,2236,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+VN+Guides\nPlaywrite ZA,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal variable variable-font responsive variable-weight,100 | 200 | 300 | 400,wght: -,,TypeTogether | Veronika Burian | José Scaglione,1783,2110,No,2024-05-29,2025-09-08,https://fonts.google.com/specimen/Playwrite+ZA\nPlaywrite ZA Guides,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal,400,,,TypeTogether | Veronika Burian | José Scaglione,2070,1251,No,2024-12-09,2025-05-30,https://fonts.google.com/specimen/Playwrite+ZA+Guides\nPlus Jakarta Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight cyrillic extended english western european extended-latin european vietnamese popular widely-used,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,cyrillic-ext | latin | latin-ext | vietnamese,Tokotype,69,591,No,2022-03-23,2025-09-10,https://fonts.google.com/specimen/Plus+Jakarta+Sans\nPochaevsk,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european,400,,cyrillic | cyrillic-ext | latin,Aleksandr Andreev,1961,699,No,2024-12-05,2025-05-30,https://fonts.google.com/specimen/Pochaevsk\nPodkova,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400 | 500 | 600 | 700 | 800,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Cyreal,618,958,No,2011-05-18,2025-09-08,https://fonts.google.com/specimen/Podkova\nPoetsen One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Rodrigo Fuenzalida | Pablo Impallari,910,1143,No,2024-05-01,2025-05-30,https://fonts.google.com/specimen/Poetsen+One\nPoiret One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic english western european extended-latin european,400,,cyrillic | latin | latin-ext,Denis Masharov,384,1904,No,2012-02-29,2025-09-11,https://fonts.google.com/specimen/Poiret+One\nPoller One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Yvonne Schüttler,1036,1293,No,2011-09-28,2025-06-25,https://fonts.google.com/specimen/Poller+One\nPoltawski Nowy,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext | vietnamese,Adam Półtawski | Mateusz Machalski | Borys Kosmynka | Ania Wieluńska,1216,232,No,2023-04-19,2025-09-10,https://fonts.google.com/specimen/Poltawski+Nowy\nPoly,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Nicolás Silva,1023,1588,No,2011-11-02,2025-09-08,https://fonts.google.com/specimen/Poly\nPompiere,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Karolina Lach,859,1383,No,2011-07-20,2025-09-04,https://fonts.google.com/specimen/Pompiere\nPonnala,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european telugu indian,400,,latin | telugu,Appaji Ambarisha Darbha,1946,2256,No,2024-11-18,2025-09-17,https://fonts.google.com/specimen/Ponnala\nPonomar,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european,400,,cyrillic | cyrillic-ext | latin,Aleksandr Andreev,1551,775,No,2025-02-26,2025-05-30,https://fonts.google.com/specimen/Ponomar\nPontano Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european,300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext,Vernon Adams,473,1644,No,2012-03-14,2025-09-08,https://fonts.google.com/specimen/Pontano+Sans\nPoor Story,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,Yoon Design,1364,248,No,2018-02-23,2025-09-08,https://fonts.google.com/specimen/Poor+Story\nPoppins,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic hindi devanagari indian english western european extended-latin european top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,devanagari | latin | latin-ext,Indian Type Foundry | Jonny Pinhorn | Ninad Kale,9,1146,No,2015-06-03,2025-09-16,https://fonts.google.com/specimen/Poppins\nPort Lligat Sans,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Tipo,1464,551,No,2012-01-18,2025-09-04,https://fonts.google.com/specimen/Port+Lligat+Sans\nPort Lligat Slab,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Tipo,1346,1780,No,2012-01-18,2025-09-08,https://fonts.google.com/specimen/Port+Lligat+Slab\nPotta One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention japanese kanji hiragana katakana english western european extended-latin european vietnamese,400,,japanese | latin | latin-ext | vietnamese,Font Zone 108,548,1565,No,2020-12-14,2025-09-02,https://fonts.google.com/specimen/Potta+One\nPragati Narrow,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque hindi devanagari indian english western european extended-latin european,400 | 700,,devanagari | latin | latin-ext,Omnibus-Type,466,400,No,2015-04-22,2025-09-11,https://fonts.google.com/specimen/Pragati+Narrow\nPraise,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1552,1314,No,2021-10-12,2025-09-16,https://fonts.google.com/specimen/Praise\nPrata,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european vietnamese well-known common,400,,cyrillic | cyrillic-ext | latin | vietnamese,Cyreal,241,972,No,2011-09-07,2025-09-16,https://fonts.google.com/specimen/Prata\nPreahvihear,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention khmer cambodian english western european,400,,khmer | latin,Danh Hong,1495,2263,No,2011-03-02,2025-09-16,https://fonts.google.com/specimen/Preahvihear\nPress Start 2P,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended greek english western european extended-latin european well-known common,400,,cyrillic | cyrillic-ext | greek | latin | latin-ext,CodeMan38,272,1166,No,2012-04-04,2025-09-16,https://fonts.google.com/specimen/Press+Start+2P\nPridi,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention versatile multi-weight flexible english western european extended-latin european thai southeast-asia vietnamese,200 | 300 | 400 | 500 | 600 | 700,,latin | latin-ext | thai | vietnamese,Cadson Demak,510,2223,No,2016-06-15,2025-09-11,https://fonts.google.com/specimen/Pridi\nPrincess Sofia,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Tart Workshop,1574,1710,No,2012-02-15,2025-09-16,https://fonts.google.com/specimen/Princess+Sofia\nProciono,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european,400,,latin,Barry Schwartz,1089,1893,No,2011-08-31,2025-09-08,https://fonts.google.com/specimen/Prociono\nPrompt,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext | thai | vietnamese,Cadson Demak,50,564,No,2016-06-15,2025-09-02,https://fonts.google.com/specimen/Prompt\nProsto One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic english western european extended-latin european,400,,cyrillic | latin | latin-ext,Jovanny Lemonad | Pavel Emelyanov,920,2124,No,2012-02-29,2025-09-10,https://fonts.google.com/specimen/Prosto+One\nProtest Guerrilla,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | math | symbols | vietnamese,Octavio Pardo,1685,1472,No,2024-01-30,2025-05-30,https://fonts.google.com/specimen/Protest+Guerrilla\nProtest Revolution,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | math | symbols | vietnamese,Octavio Pardo,641,1733,No,2024-01-30,2025-05-30,https://fonts.google.com/specimen/Protest+Revolution\nProtest Riot,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | math | symbols | vietnamese,Octavio Pardo,1194,1863,No,2024-01-30,2025-05-30,https://fonts.google.com/specimen/Protest+Riot\nProtest Strike,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | math | symbols | vietnamese,Octavio Pardo,1111,1811,No,2024-01-30,2025-05-30,https://fonts.google.com/specimen/Protest+Strike\nProza Libre,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,,latin | latin-ext,Jasper de Waard,586,1963,No,2016-06-15,2025-05-30,https://fonts.google.com/specimen/Proza+Libre\nPublic Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,USWDS | Dan Williams | Pablo Impallari | Rodrigo Fuenzalida,85,729,No,2019-06-07,2025-09-16,https://fonts.google.com/specimen/Public+Sans\nPuppies Play,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1791,2001,No,2021-10-12,2025-09-11,https://fonts.google.com/specimen/Puppies+Play\nPuritan,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european,400 | 400i | 700 | 700i,,latin,Ben Weiner,1029,2037,No,2010-11-30,2025-09-10,https://fonts.google.com/specimen/Puritan\nPurple Purse,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1647,1765,No,2012-11-16,2025-09-10,https://fonts.google.com/specimen/Purple+Purse\nQahiri,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque arabic RTL middle-east english western european,400,,arabic | latin,Khaled Hosny,860,284,No,2021-04-03,2025-09-10,https://fonts.google.com/specimen/Qahiri\nQuando,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Joana Correia,838,1467,No,2012-07-10,2025-09-11,https://fonts.google.com/specimen/Quando\nQuantico,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention italic english western european,400 | 400i | 700 | 700i,,latin,MADType,380,1144,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Quantico\nQuattrocento,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400 | 700,,latin | latin-ext,Impallari Type,311,1746,No,2012-03-20,2025-09-04,https://fonts.google.com/specimen/Quattrocento\nQuattrocento Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european,400 | 400i | 700 | 700i,,latin | latin-ext,Impallari Type,346,2071,No,2012-02-15,2025-09-08,https://fonts.google.com/specimen/Quattrocento+Sans\nQuestrial,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european vietnamese well-known common,400,,latin | latin-ext | vietnamese,Joe Prince | Laura Meseguer,159,1483,No,2011-08-10,2025-09-11,https://fonts.google.com/specimen/Questrial\nQuicksand,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european vietnamese top-popular trending most-used,300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext | vietnamese,Andrew Paglinawan,37,598,No,2011-10-19,2025-09-02,https://fonts.google.com/specimen/Quicksand\nQuintessential,Handwriting,Serif,Display,personal casual friendly warm handwritten script organic transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,828,1754,No,2012-11-02,2025-09-11,https://fonts.google.com/specimen/Quintessential\nQwigley,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,779,251,No,2011-12-19,2025-09-11,https://fonts.google.com/specimen/Qwigley\nQwitcher Grypen,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400 | 700,,latin | latin-ext | vietnamese,Robert Leuschke,824,2152,No,2021-11-26,2025-09-08,https://fonts.google.com/specimen/Qwitcher+Grypen\nREM,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Octavio Pardo,611,98,No,2023-07-20,2025-09-16,https://fonts.google.com/specimen/REM\nRacing Sans One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Impallari Type,508,1927,No,2012-08-13,2025-09-16,https://fonts.google.com/specimen/Racing+Sans+One\nRadio Canada,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wdth: - | wght: -,canadian-aboriginal | latin | latin-ext | vietnamese,Charles Daoud | Coppers and Brasses | Alexandre Saumier Demers | Jacques Le Bailly,338,2198,No,2022-04-25,2025-09-04,https://fonts.google.com/specimen/Radio+Canada\nRadio Canada Big,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight english western european extended-latin european,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext,Étienne Aubert Bonn,790,2221,No,2024-05-01,2025-09-16,https://fonts.google.com/specimen/Radio+Canada+Big\nRadley,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Vernon Adams,554,365,No,2011-12-13,2025-09-10,https://fonts.google.com/specimen/Radley\nRajdhani,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque hindi devanagari indian english western european extended-latin european popular widely-used,300 | 400 | 500 | 600 | 700,,devanagari | latin | latin-ext,Indian Type Foundry,128,558,No,2014-07-09,2025-09-16,https://fonts.google.com/specimen/Rajdhani\nRakkas,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention arabic RTL middle-east english western european extended-latin european,400,,arabic | latin | latin-ext,Zeynep Akay,537,385,No,2016-06-15,2025-09-10,https://fonts.google.com/specimen/Rakkas\nRaleway,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Matt McInerney | Pablo Impallari | Rodrigo Fuenzalida,22,1408,No,2012-09-07,2025-09-10,https://fonts.google.com/specimen/Raleway\nRaleway Dots,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Matt McInerney | Pablo Impallari | Rodrigo Fuenzalida | Brenda Gallo,1086,1922,No,2012-09-07,2025-09-11,https://fonts.google.com/specimen/Raleway+Dots\nRamabhadra,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european telugu indian popular widely-used,400,,latin | telugu,Purushoth Kumar Guttula,100,973,No,2014-12-10,2025-09-16,https://fonts.google.com/specimen/Ramabhadra\nRamaraja,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european telugu indian,400,,latin | telugu,Appaji Ambarisha Darbha,1367,766,No,2015-01-08,2025-09-10,https://fonts.google.com/specimen/Ramaraja\nRambla,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european,400 | 400i | 700 | 700i,,latin | latin-ext,Martin Sommaruga,856,1333,No,2012-10-31,2025-09-10,https://fonts.google.com/specimen/Rambla\nRammetto One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,312,1285,No,2011-11-02,2025-09-16,https://fonts.google.com/specimen/Rammetto+One\nRampart One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | japanese | latin | latin-ext,Fontworks Inc.,723,852,No,2021-06-08,2025-09-04,https://fonts.google.com/specimen/Rampart+One\nRamsina,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin | syriac,SIL International,1875,2257,No,2026-02-12,2026-02-17,https://fonts.google.com/specimen/Ramsina\nRanchers,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Impallari Type,1310,1887,No,2012-09-07,2025-09-11,https://fonts.google.com/specimen/Ranchers\nRancho,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,Sideshow,655,1395,No,2011-10-12,2025-06-02,https://fonts.google.com/specimen/Rancho\nRanga,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal hindi devanagari indian english western european extended-latin european,400 | 700,,devanagari | latin | latin-ext,TipTopTyp,1539,451,No,2015-01-28,2025-04-23,https://fonts.google.com/specimen/Ranga\nRasa,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic variable variable-font responsive variable-weight gujarati indian english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,gujarati | latin | latin-ext | vietnamese,Rosetta | Anna Giedryś | David Březina,877,1603,No,2016-06-15,2025-09-04,https://fonts.google.com/specimen/Rasa\nRationale,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Cyreal,1256,1853,No,2011-08-03,2025-09-11,https://fonts.google.com/specimen/Rationale\nRavi Prakash,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european telugu indian,400,,latin | telugu,Appaji Ambarisha Darbha,1452,119,No,2015-01-12,2025-09-16,https://fonts.google.com/specimen/Ravi+Prakash\nReadex Pro,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european vietnamese well-known common,200 | 300 | 400 | 500 | 600 | 700,HEXP: - | wght: -,arabic | latin | latin-ext | vietnamese,Thomas Jockin | Nadine Chahine | Bonnie Shaver-Troup | Santiago Orozco | Héctor Gómez,268,961,No,2021-09-16,2025-09-10,https://fonts.google.com/specimen/Readex+Pro\nRecursive,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-slant cyrillic extended english western european extended-latin european vietnamese,1000 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CASL: - | CRSV: - | MONO: - | slnt: - | wght: -,cyrillic-ext | latin | latin-ext | vietnamese,Arrow Type | Stephen Nixon,807,1830,No,2019-06-28,2025-09-04,https://fonts.google.com/specimen/Recursive\nRed Hat Display,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european popular widely-used,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,MCKL,109,391,No,2019-04-09,2025-09-10,https://fonts.google.com/specimen/Red+Hat+Display\nRed Hat Mono,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code italic variable variable-font responsive variable-weight english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext,MCKL,897,664,No,2021-06-10,2025-09-10,https://fonts.google.com/specimen/Red+Hat+Mono\nRed Hat Text,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight english western european extended-latin european well-known common,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext,MCKL,252,548,No,2019-04-09,2025-09-04,https://fonts.google.com/specimen/Red+Hat+Text\nRed Rose,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention variable variable-font responsive variable-weight english western european extended-latin european vietnamese,300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext | vietnamese,Jaikishan Patel,547,2270,No,2020-07-02,2025-09-16,https://fonts.google.com/specimen/Red+Rose\nRedacted,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Christian Naths,1247,763,No,2013-09-18,2025-09-17,https://fonts.google.com/specimen/Redacted\nRedacted Script,Display,,Symbols | Handwriting,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph script cursive hand-drawn artistic informal english western european extended-latin european,300 | 400 | 700,,latin | latin-ext,Christian Naths,1684,1771,No,2013-09-18,2025-09-17,https://fonts.google.com/specimen/Redacted+Script\nReddit Mono,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Stephen Hutchings | OrangeRed,1489,1382,No,2024-03-20,2025-09-04,https://fonts.google.com/specimen/Reddit+Mono\nReddit Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Stephen Hutchings | OrangeRed,477,527,No,2023-10-10,2025-09-16,https://fonts.google.com/specimen/Reddit+Sans\nReddit Sans Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Stephen Hutchings | OrangeRed,822,83,No,2024-02-21,2025-09-16,https://fonts.google.com/specimen/Reddit+Sans+Condensed\nRedressed,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1014,1648,No,2011-06-21,2025-09-08,https://fonts.google.com/specimen/Redressed\nReem Kufi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european vietnamese,400 | 500 | 600 | 700,wght: -,arabic | latin | latin-ext | vietnamese,Khaled Hosny | Santiago Orozco,356,65,No,2016-05-31,2025-09-04,https://fonts.google.com/specimen/Reem+Kufi\nReem Kufi Fun,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european vietnamese,400 | 500 | 600 | 700,wght: -,arabic | latin | latin-ext | vietnamese,Khaled Hosny | Santiago Orozco,1491,1618,No,2021-11-01,2025-09-02,https://fonts.google.com/specimen/Reem+Kufi+Fun\nReem Kufi Ink,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque arabic RTL middle-east english western european extended-latin european vietnamese,400,,arabic | latin | latin-ext | vietnamese,Khaled Hosny | Santiago Orozco,1512,1203,No,2021-11-01,2025-06-25,https://fonts.google.com/specimen/Reem+Kufi+Ink\nReenie Beanie,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european,400,,latin,James Grieshaber,389,748,No,2010-05-10,2025-09-08,https://fonts.google.com/specimen/Reenie+Beanie\nReggae One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | japanese | latin | latin-ext,Fontworks Inc.,1102,2074,No,2020-12-15,2025-09-10,https://fonts.google.com/specimen/Reggae+One\nRethink Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight english western european extended-latin european well-known common,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,latin | latin-ext,Hans Thiessen,250,1205,No,2023-09-05,2025-09-04,https://fonts.google.com/specimen/Rethink+Sans\nRevalia,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Johan Kallas | Mihkel Virkus,1545,216,No,2012-03-14,2025-09-08,https://fonts.google.com/specimen/Revalia\nRhodium Libre,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,400,,devanagari | latin | latin-ext,James Puckett,1339,2283,No,2015-06-03,2025-09-02,https://fonts.google.com/specimen/Rhodium+Libre\nRibeye,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1059,1879,No,2011-11-23,2025-09-10,https://fonts.google.com/specimen/Ribeye\nRibeye Marrow,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1527,2132,No,2011-11-23,2025-09-08,https://fonts.google.com/specimen/Ribeye+Marrow\nRighteous,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european well-known common,400,,latin | latin-ext,Astigmatic,243,646,No,2011-11-23,2025-06-02,https://fonts.google.com/specimen/Righteous\nRisque,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1476,1894,No,2012-11-11,2025-09-08,https://fonts.google.com/specimen/Risque\nRoad Rage,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1057,386,No,2021-10-21,2025-09-04,https://fonts.google.com/specimen/Road+Rage\nRoboto,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | math | symbols | vietnamese,Christian Robertson | ParaType | Font Bureau,2,1399,No,2013-01-08,2026-02-19,https://fonts.google.com/specimen/Roboto\nRoboto Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Christian Robertson,15,911,No,2012-06-26,2025-09-11,https://fonts.google.com/specimen/Roboto+Condensed\nRoboto Flex,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width variable-slant russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international popular widely-used,100 | 1000 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,GRAD: - | XOPQ: - | XTRA: - | YOPQ: - | YTAS: - | YTDE: - | YTFI: - | YTLC: - | YTUC: - | opsz: - | slnt: - | wdth: - | wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Font Bureau | David Berlow | Santiago Orozco | Irene Vlachou | Ilya Ruderman | Yury Ostromentsky | Mikhail Strukov,94,1460,No,2022-05-02,2025-09-04,https://fonts.google.com/specimen/Roboto+Flex\nRoboto Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Christian Robertson,16,842,No,2025-05-12,2025-09-11,https://fonts.google.com/specimen/Roboto+Mono\nRoboto Serif,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,GRAD: - | opsz: - | wdth: - | wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Commercial Type | Greg Gazdowicz,203,388,No,2022-02-10,2025-09-10,https://fonts.google.com/specimen/Roboto+Serif\nRoboto Slab,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international top-popular trending most-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Christian Robertson,29,1279,No,2013-04-10,2025-09-08,https://fonts.google.com/specimen/Roboto+Slab\nRochester,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european,400,,latin,Sideshow,797,2304,No,2011-08-03,2025-09-08,https://fonts.google.com/specimen/Rochester\nRock 3D,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention japanese kanji hiragana katakana english western european,400,,japanese | latin,Shibuya Font,1746,2108,No,2020-12-14,2025-09-02,https://fonts.google.com/specimen/Rock+3D\nRock Salt,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european,400,,latin,Sideshow,369,2063,No,2011-01-06,2025-09-08,https://fonts.google.com/specimen/Rock+Salt\nRocknRoll One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque japanese kanji hiragana katakana english western european extended-latin european,400,,japanese | latin | latin-ext,Fontworks Inc.,665,461,No,2020-12-15,2025-09-10,https://fonts.google.com/specimen/RocknRoll+One\nRokkitt,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Vernon Adams,283,810,No,2011-07-27,2025-09-11,https://fonts.google.com/specimen/Rokkitt\nRomanesco,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1424,2031,No,2012-08-13,2025-09-16,https://fonts.google.com/specimen/Romanesco\nRopa Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Botjo Nikoltchev,373,1306,No,2012-01-25,2025-09-04,https://fonts.google.com/specimen/Ropa+Sans\nRosario,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext | vietnamese,Omnibus-Type,732,1272,No,2011-09-07,2025-09-11,https://fonts.google.com/specimen/Rosario\nRosarivo,Serif,Serif,Handwriting,elegant traditional classic refined literary editorial transitional oldstyle didone script cursive hand-drawn artistic informal italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Pablo Ugerman,1139,2073,No,2012-03-29,2025-09-11,https://fonts.google.com/specimen/Rosarivo\nRouge Script,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,Sabrina Mariela Lopez,898,1884,No,2012-01-11,2025-09-16,https://fonts.google.com/specimen/Rouge+Script\nRowdies,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese well-known common,300 | 400 | 700,,latin | latin-ext | vietnamese,Jaikishan Patel,199,816,No,2019-10-10,2025-09-04,https://fonts.google.com/specimen/Rowdies\nRozha One,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,400,,devanagari | latin | latin-ext,Indian Type Foundry,606,1808,No,2014-08-13,2025-09-16,https://fonts.google.com/specimen/Rozha+One\nRubik,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight arabic RTL middle-east russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european multilingual international top-popular trending most-used,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,arabic | cyrillic | cyrillic-ext | hebrew | latin | latin-ext,Hubert and Fischer | Meir Sadan | Cyreal | Daniel Grumer | Omaima Dajani,27,1283,No,2015-07-22,2025-09-10,https://fonts.google.com/specimen/Rubik\nRubik 80s Fade,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1680,121,No,2022-11-24,2025-05-30,https://fonts.google.com/specimen/Rubik+80s+Fade\nRubik Beastly,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1669,884,No,2021-09-02,2025-09-04,https://fonts.google.com/specimen/Rubik+Beastly\nRubik Broken Fax,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european multilingual international,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext | math | symbols,NaN | Luke Prowse,1784,665,No,2023-12-13,2025-05-30,https://fonts.google.com/specimen/Rubik+Broken+Fax\nRubik Bubbles,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,858,245,No,2022-02-17,2025-05-30,https://fonts.google.com/specimen/Rubik+Bubbles\nRubik Burned,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1640,267,No,2022-06-15,2025-05-30,https://fonts.google.com/specimen/Rubik+Burned\nRubik Dirt,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,931,730,No,2022-06-15,2025-05-30,https://fonts.google.com/specimen/Rubik+Dirt\nRubik Distressed,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1538,2168,No,2022-06-15,2025-05-30,https://fonts.google.com/specimen/Rubik+Distressed\nRubik Doodle Shadow,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european multilingual international,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext | math | symbols,NaN | Luke Prowse,1227,588,No,2023-12-13,2025-05-30,https://fonts.google.com/specimen/Rubik+Doodle+Shadow\nRubik Doodle Triangles,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european multilingual international,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext | math | symbols,NaN | Luke Prowse,1794,501,No,2023-12-13,2025-05-30,https://fonts.google.com/specimen/Rubik+Doodle+Triangles\nRubik Gemstones,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1622,2184,No,2022-11-24,2025-05-30,https://fonts.google.com/specimen/Rubik+Gemstones\nRubik Glitch,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1080,2072,No,2022-02-17,2025-05-30,https://fonts.google.com/specimen/Rubik+Glitch\nRubik Glitch Pop,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european multilingual international,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext | math | symbols,NaN | Luke Prowse,1662,1876,No,2024-01-23,2025-05-30,https://fonts.google.com/specimen/Rubik+Glitch+Pop\nRubik Iso,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1487,435,No,2022-06-15,2025-05-30,https://fonts.google.com/specimen/Rubik+Iso\nRubik Lines,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european multilingual international,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext | math | symbols,NaN | Luke Prowse,1808,353,No,2023-12-13,2025-05-30,https://fonts.google.com/specimen/Rubik+Lines\nRubik Maps,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european multilingual international,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext | math | symbols,NaN | Luke Prowse,1799,579,No,2023-12-13,2025-05-30,https://fonts.google.com/specimen/Rubik+Maps\nRubik Marker Hatch,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1767,1337,No,2022-06-15,2025-05-30,https://fonts.google.com/specimen/Rubik+Marker+Hatch\nRubik Maze,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1907,1497,No,2022-06-15,2025-05-30,https://fonts.google.com/specimen/Rubik+Maze\nRubik Microbe,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1752,131,No,2022-02-17,2025-05-30,https://fonts.google.com/specimen/Rubik+Microbe\nRubik Mono One,Sans Serif,Sans Serif,Monospace,clean modern minimal professional readable neutral geometric humanist grotesque mono fixed-width tabular data code russian cyrillic slavic english western european extended-latin european well-known common,400,,cyrillic | latin | latin-ext,Hubert and Fischer,223,317,No,2014-05-05,2025-09-11,https://fonts.google.com/specimen/Rubik+Mono+One\nRubik Moonrocks,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1442,1739,No,2022-02-17,2025-09-10,https://fonts.google.com/specimen/Rubik+Moonrocks\nRubik Pixels,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1507,31,No,2023-03-31,2025-09-08,https://fonts.google.com/specimen/Rubik+Pixels\nRubik Puddles,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1727,1691,No,2022-02-17,2025-05-30,https://fonts.google.com/specimen/Rubik+Puddles\nRubik Scribble,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european multilingual international,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext | math | symbols,NaN | Luke Prowse,1363,621,No,2023-12-13,2025-05-30,https://fonts.google.com/specimen/Rubik+Scribble\nRubik Spray Paint,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1655,1346,No,2022-11-24,2025-05-30,https://fonts.google.com/specimen/Rubik+Spray+Paint\nRubik Storm,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1852,2241,No,2022-11-24,2025-05-30,https://fonts.google.com/specimen/Rubik+Storm\nRubik Vinyl,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1613,563,No,2022-11-24,2025-05-30,https://fonts.google.com/specimen/Rubik+Vinyl\nRubik Wet Paint,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended hebrew RTL israeli english western european extended-latin european,400,,cyrillic | cyrillic-ext | hebrew | latin | latin-ext,NaN | Luke Prowse,1153,74,No,2022-02-17,2025-05-30,https://fonts.google.com/specimen/Rubik+Wet+Paint\nRuda,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic english western european extended-latin european vietnamese,400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | latin | latin-ext | vietnamese,Mariela Monsalve | Angelina Sanchez,457,1521,No,2012-01-11,2025-09-04,https://fonts.google.com/specimen/Ruda\nRufina,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400 | 700,,latin | latin-ext,Martin Sommaruga,539,968,No,2012-10-31,2025-09-16,https://fonts.google.com/specimen/Rufina\nRuge Boogie,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1732,1591,No,2011-12-19,2025-09-11,https://fonts.google.com/specimen/Ruge+Boogie\nRuluko,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Ana Sanfelippo | Angélica Díaz | Meme Hernández,1417,2258,No,2012-01-11,2025-09-16,https://fonts.google.com/specimen/Ruluko\nRum Raisin,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1331,1231,No,2012-11-02,2025-09-10,https://fonts.google.com/specimen/Rum+Raisin\nRuslan Display,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic english western european extended-latin european,400,,cyrillic | latin | latin-ext | math | symbols,Oleg Snarsky | Denis Masharov | Vladimir Rabdu,772,906,No,2011-05-18,2025-06-02,https://fonts.google.com/specimen/Ruslan+Display\nRusso One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic english western european extended-latin european well-known common,400,,cyrillic | latin | latin-ext,Jovanny Lemonad,237,1284,No,2012-04-04,2025-09-16,https://fonts.google.com/specimen/Russo+One\nRuthie,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1284,679,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Ruthie\nRuwudu,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone arabic RTL middle-east english western european extended-latin european,400 | 500 | 600 | 700,,arabic | latin | latin-ext,SIL International,1498,2213,No,2023-08-07,2025-05-30,https://fonts.google.com/specimen/Ruwudu\nRye,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Nicole Fally,584,2018,No,2012-08-21,2025-09-16,https://fonts.google.com/specimen/Rye\nSN Pro,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Tobias Whetton | Supernotes,1448,2296,No,2026-01-27,2026-01-28,https://fonts.google.com/specimen/SN+Pro\nSTIX Two Text,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Tiro Typeworks | Ross Mills | John Hudson | Paul Hanslow,306,841,No,2021-04-15,2025-09-04,https://fonts.google.com/specimen/STIX+Two+Text\nSUSE,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,René Bieder,686,1417,No,2024-08-13,2025-09-18,https://fonts.google.com/specimen/SUSE\nSUSE Mono,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,latin | latin-ext | vietnamese,René Bieder,1801,2085,No,2025-09-17,2025-09-18,https://fonts.google.com/specimen/SUSE+Mono\nSacramento,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european well-known common,400,,latin | latin-ext,Astigmatic,278,912,No,2012-11-01,2025-09-11,https://fonts.google.com/specimen/Sacramento\nSahitya,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone hindi devanagari indian english western european,400 | 700,,devanagari | latin,Juan Pablo del Peral,1466,2059,No,2015-06-17,2025-09-04,https://fonts.google.com/specimen/Sahitya\nSail,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Miguel Hernandez,1180,1145,No,2011-12-19,2025-09-10,https://fonts.google.com/specimen/Sail\nSaira,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,latin | latin-ext | vietnamese,Omnibus-Type,56,479,No,2017-07-31,2025-11-18,https://fonts.google.com/specimen/Saira\nSaira Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible english western european extended-latin european vietnamese well-known common,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,,latin | latin-ext | vietnamese,Omnibus-Type,196,398,No,2017-07-31,2025-09-11,https://fonts.google.com/specimen/Saira+Condensed\nSaira Extra Condensed,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,,latin | latin-ext | vietnamese,Omnibus-Type,379,223,No,2017-07-31,2025-09-16,https://fonts.google.com/specimen/Saira+Extra+Condensed\nSaira Semi Condensed,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,,latin | latin-ext | vietnamese,Omnibus-Type,419,453,No,2017-07-31,2025-09-16,https://fonts.google.com/specimen/Saira+Semi+Condensed\nSaira Stencil One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Hector Gatti | Omnibus-Type,961,2232,No,2019-06-18,2025-09-10,https://fonts.google.com/specimen/Saira+Stencil+One\nSalsa,Display,Sans Serif,Handwriting,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque script cursive hand-drawn artistic informal english western european,400,,latin,John Vargas Beltrán,982,1207,No,2011-10-12,2025-09-16,https://fonts.google.com/specimen/Salsa\nSanchez,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong italic english western european extended-latin european well-known common,400 | 400i,,latin | latin-ext,Daniel Hernandez,211,1902,No,2012-10-31,2025-09-08,https://fonts.google.com/specimen/Sanchez\nSancreek,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,1091,2066,No,2011-10-12,2025-09-16,https://fonts.google.com/specimen/Sancreek\nSankofa Display,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Batsirai Madzonga,1893,155,No,2024-07-29,2025-05-30,https://fonts.google.com/specimen/Sankofa+Display\nSansation,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic russian cyrillic slavic greek english western european extended-latin european,300 | 300i | 400 | 400i | 700 | 700i,,cyrillic | greek | latin | latin-ext,Bernd Montag,1189,1832,No,2025-04-17,2025-04-23,https://fonts.google.com/specimen/Sansation\nSansita,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european,400 | 400i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext,Omnibus-Type,512,1342,No,2016-12-04,2025-09-08,https://fonts.google.com/specimen/Sansita\nSansita Swashed,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Omnibus-Type,849,2081,No,2020-08-31,2025-09-04,https://fonts.google.com/specimen/Sansita+Swashed\nSarabun,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese well-known common,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,,latin | latin-ext | thai | vietnamese,Suppakit Chalermlarp,205,1442,No,2013-10-28,2025-09-11,https://fonts.google.com/specimen/Sarabun\nSarala,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,400 | 700,,devanagari | latin | latin-ext,Andres Torresi,481,1857,No,2015-06-17,2025-09-04,https://fonts.google.com/specimen/Sarala\nSarina,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,James Grieshaber,871,371,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Sarina\nSarpanch,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible hindi devanagari indian english western european extended-latin european,400 | 500 | 600 | 700 | 800 | 900,,devanagari | latin | latin-ext,Indian Type Foundry,954,257,No,2014-09-03,2025-09-16,https://fonts.google.com/specimen/Sarpanch\nSassy Frass,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1666,943,No,2021-10-12,2025-09-16,https://fonts.google.com/specimen/Sassy+Frass\nSatisfy,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european popular widely-used,400,,latin,Sideshow,145,1720,No,2011-10-12,2025-06-02,https://fonts.google.com/specimen/Satisfy\nSavate,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Plomb Type | Max Esnée,1763,668,No,2025-06-04,2025-09-10,https://fonts.google.com/specimen/Savate\nSawarabi Gothic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european vietnamese well-known common,400,,cyrillic | japanese | latin | latin-ext | vietnamese,mshio,293,1421,No,2018-05-17,2025-06-25,https://fonts.google.com/specimen/Sawarabi+Gothic\nSawarabi Mincho,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone japanese kanji hiragana katakana english western european extended-latin european well-known common,400,,braille | japanese | latin | latin-ext,mshio,263,804,No,2018-05-17,2025-09-10,https://fonts.google.com/specimen/Sawarabi+Mincho\nScada,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic russian cyrillic slavic cyrillic extended english western european extended-latin european,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | latin | latin-ext,Jovanny Lemonad,861,1642,No,2012-07-30,2025-09-08,https://fonts.google.com/specimen/Scada\nScheherazade New,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone arabic RTL middle-east english western european extended-latin european,400 | 500 | 600 | 700,,arabic | latin | latin-ext,SIL International,783,103,No,2021-05-12,2025-09-16,https://fonts.google.com/specimen/Scheherazade+New\nSchibsted Grotesk,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european popular widely-used,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Bakken & Bæck | Henrik Kongsvoll,88,1504,No,2023-03-02,2025-09-04,https://fonts.google.com/specimen/Schibsted+Grotesk\nSchoolbell,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european,400,,latin,Font Diner,662,1466,No,2011-01-06,2025-05-30,https://fonts.google.com/specimen/Schoolbell\nScience Gothic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width variable-slant russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,CTRS: - | slnt: - | wdth: - | wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Thomas Phinney | Vassil Kateliev | Brandon Buerkle,1504,1686,No,2025-11-19,2025-11-20,https://fonts.google.com/specimen/Science+Gothic\nScope One,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Dalton Maag,1173,1700,No,2016-06-15,2025-09-10,https://fonts.google.com/specimen/Scope+One\nSeaweed Script,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Neapolitan,846,1987,No,2012-02-29,2025-09-11,https://fonts.google.com/specimen/Seaweed+Script\nSecular One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque hebrew RTL israeli english western european extended-latin european,400,,hebrew | latin | latin-ext,Michal Sahar,505,2165,No,2016-03-31,2025-09-08,https://fonts.google.com/specimen/Secular+One\nSedan,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Sebastián Salazar,1577,165,No,2024-04-10,2025-05-30,https://fonts.google.com/specimen/Sedan\nSedan SC,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Sebastián Salazar,1328,73,No,2024-05-01,2025-05-30,https://fonts.google.com/specimen/Sedan+SC\nSedgwick Ave,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Pedro Vergani | Kevin Burke,1071,922,No,2017-08-01,2025-09-08,https://fonts.google.com/specimen/Sedgwick+Ave\nSedgwick Ave Display,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Pedro Vergani | Kevin Burke,839,53,No,2017-08-01,2025-09-11,https://fonts.google.com/specimen/Sedgwick+Ave+Display\nSekuya,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,SEKUYA,1941,2297,No,2025-12-08,2025-12-10,https://fonts.google.com/specimen/Sekuya\nSen,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext,Kosal Sen,331,1882,No,2020-01-17,2025-09-10,https://fonts.google.com/specimen/Sen\nSend Flowers,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1569,1658,No,2022-03-11,2025-09-11,https://fonts.google.com/specimen/Send+Flowers\nSevillana,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Brownfox,956,2279,No,2012-02-22,2025-09-16,https://fonts.google.com/specimen/Sevillana\nSeymour One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic english western european extended-latin european,400,,cyrillic | latin | latin-ext,Vernon Adams,1336,851,No,2012-10-24,2025-09-16,https://fonts.google.com/specimen/Seymour+One\nShadows Into Light,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european popular widely-used,400,,latin | latin-ext,Kimberly Geswein,146,1532,No,2011-06-08,2025-09-10,https://fonts.google.com/specimen/Shadows+Into+Light\nShadows Into Light Two,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,574,1804,No,2012-02-22,2025-09-16,https://fonts.google.com/specimen/Shadows+Into+Light+Two\nShafarik,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european extended-latin european,400,,cyrillic | cyrillic-ext | glagolitic | latin | latin-ext,Aleksandr Andreev,1861,2218,No,2025-02-11,2025-05-30,https://fonts.google.com/specimen/Shafarik\nShalimar,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1285,957,No,2021-10-14,2025-09-08,https://fonts.google.com/specimen/Shalimar\nShantell Sans,Display,Sans Serif,Handwriting,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque script cursive hand-drawn artistic informal versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,BNCE: - | INFM: - | SPAC: - | wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Shantell Martin | Arrow Type | Anya Danilova,778,164,No,2023-01-16,2025-09-16,https://fonts.google.com/specimen/Shantell+Sans\nShanti,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,1038,792,No,2011-05-11,2025-05-30,https://fonts.google.com/specimen/Shanti\nShare,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic english western european extended-latin european,400 | 400i | 700 | 700i,,latin | latin-ext,Carrois Apostrophe,679,1896,No,2012-02-08,2025-09-08,https://fonts.google.com/specimen/Share\nShare Tech,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european popular widely-used,400,,latin,Carrois Apostrophe,65,466,No,2012-10-31,2025-09-11,https://fonts.google.com/specimen/Share+Tech\nShare Tech Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code english western european,400,,latin,Carrois Apostrophe,342,199,No,2012-10-31,2025-09-16,https://fonts.google.com/specimen/Share+Tech+Mono\nShippori Antique,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque japanese kanji hiragana katakana english western european extended-latin european,400,,japanese | latin | latin-ext,FONTDASU,1114,2007,No,2021-04-14,2025-09-04,https://fonts.google.com/specimen/Shippori+Antique\nShippori Antique B1,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque japanese kanji hiragana katakana english western european extended-latin european,400,,japanese | latin | latin-ext,FONTDASU,1220,81,No,2021-04-14,2025-09-04,https://fonts.google.com/specimen/Shippori+Antique+B1\nShippori Mincho,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone japanese kanji hiragana katakana english western european extended-latin european well-known common,400 | 500 | 600 | 700 | 800,,japanese | latin | latin-ext,FONTDASU,280,1245,No,2021-01-04,2025-09-04,https://fonts.google.com/specimen/Shippori+Mincho\nShippori Mincho B1,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone japanese kanji hiragana katakana english western european extended-latin european,400 | 500 | 600 | 700 | 800,,japanese | latin | latin-ext,FONTDASU,544,1446,No,2021-01-04,2025-09-11,https://fonts.google.com/specimen/Shippori+Mincho+B1\nShizuru,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention japanese kanji hiragana katakana english western european,400,,japanese | latin,Shibuya Font,1781,2187,No,2020-12-08,2025-09-10,https://fonts.google.com/specimen/Shizuru\nShojumaru,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,979,1849,No,2012-01-25,2025-09-11,https://fonts.google.com/specimen/Shojumaru\nShort Stack,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european,400,,latin,James Grieshaber,905,808,No,2011-08-17,2025-09-10,https://fonts.google.com/specimen/Short+Stack\nShrikhand,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention gujarati indian english western european extended-latin european,400,,gujarati | latin | latin-ext,Jonny Pinhorn,526,484,No,2016-06-15,2025-09-08,https://fonts.google.com/specimen/Shrikhand\nSiemreap,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque khmer cambodian,400,,khmer,Danh Hong,1433,2197,No,2011-04-20,2025-09-17,https://fonts.google.com/specimen/Siemreap\nSigmar,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Vernon Adams,1265,2185,No,2023-02-23,2025-09-16,https://fonts.google.com/specimen/Sigmar\nSigmar One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Vernon Adams,692,768,No,2011-05-04,2025-09-04,https://fonts.google.com/specimen/Sigmar+One\nSignika,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,300 | 400 | 500 | 600 | 700,GRAD: - | wght: -,latin | latin-ext | vietnamese,Anna Giedryś,189,1449,No,2011-11-23,2025-09-10,https://fonts.google.com/specimen/Signika\nSignika Negative,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european vietnamese well-known common,300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext | vietnamese,Anna Giedryś,229,760,No,2011-11-23,2025-09-02,https://fonts.google.com/specimen/Signika+Negative\nSilkscreen,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400 | 700,,latin | latin-ext,Jason Kottke,558,57,No,2022-06-22,2025-09-08,https://fonts.google.com/specimen/Silkscreen\nSimonetta,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention italic english western european extended-latin european,400 | 400i | 900 | 900i,,latin | latin-ext,Brownfox,1402,714,No,2012-04-04,2025-09-11,https://fonts.google.com/specimen/Simonetta\nSingle Day,Display,,Handwriting | Display,bold decorative headline attention-grabbing creative expressive script cursive hand-drawn artistic informal headline hero decorative large-text attention korean hangul,400,,korean,DXKorea Inc,1244,180,No,2018-02-22,2025-09-08,https://fonts.google.com/specimen/Single+Day\nSintony,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400 | 700,,latin | latin-ext,Eduardo Rodriguez Tunni,585,1640,No,2013-01-30,2025-09-16,https://fonts.google.com/specimen/Sintony\nSirin Stencil,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Cyreal,1629,1827,No,2012-01-18,2025-09-04,https://fonts.google.com/specimen/Sirin+Stencil\nSirivennela,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european telugu indian,400,,latin | telugu,Appaji Ambarisha Darbha,1834,2128,No,2025-08-25,2025-08-26,https://fonts.google.com/specimen/Sirivennela\nSix Caps,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,636,2244,No,2011-02-16,2025-09-08,https://fonts.google.com/specimen/Six+Caps\nSixtyfour,Monospace,Sans Serif,Display,code developer technical fixed-width terminal programming geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive english western european extended-latin european,400,BLED: - | SCAN: -,latin | latin-ext | math | symbols,Jens Kutílek,1521,2141,No,2024-01-23,2025-09-04,https://fonts.google.com/specimen/Sixtyfour\nSixtyfour Convergence,Monospace,Sans Serif,Display,code developer technical fixed-width terminal programming geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive english western european extended-latin european,400,BLED: - | SCAN: - | XELA: - | YELA: -,latin | latin-ext | math | symbols,Simon Cozens | Jens Kutílek,1695,287,No,2024-07-02,2025-09-08,https://fonts.google.com/specimen/Sixtyfour+Convergence\nSkranji,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400 | 700,,latin | latin-ext,Neapolitan,685,334,No,2012-08-21,2025-09-16,https://fonts.google.com/specimen/Skranji\nSlabo 13px,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong english western european extended-latin european,400,,latin | latin-ext,John Hudson,1033,2252,No,2014-05-30,2025-09-11,https://fonts.google.com/specimen/Slabo+13px\nSlabo 27px,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong english western european extended-latin european popular widely-used,400,,latin | latin-ext,John Hudson,127,868,No,2014-05-30,2025-09-16,https://fonts.google.com/specimen/Slabo+27px\nSlackey,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Sideshow,888,422,No,2011-01-06,2025-06-02,https://fonts.google.com/specimen/Slackey\nSlackside One,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal japanese kanji hiragana katakana english western european extended-latin european,400,,japanese | latin | latin-ext,Maniackers Design,1771,1440,No,2020-12-14,2025-09-10,https://fonts.google.com/specimen/Slackside+One\nSmokum,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1255,95,No,2011-08-03,2025-06-02,https://fonts.google.com/specimen/Smokum\nSmooch,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1418,1871,No,2021-11-02,2025-09-16,https://fonts.google.com/specimen/Smooch\nSmooch Sans,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese popular widely-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,latin | latin-ext | vietnamese,Robert Leuschke,67,456,No,2021-12-17,2025-09-10,https://fonts.google.com/specimen/Smooch+Sans\nSmythe,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Vernon Adams,1175,806,No,2011-04-20,2025-09-16,https://fonts.google.com/specimen/Smythe\nSniglet,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400 | 800,,latin | latin-ext,Haley Fiege,648,503,No,2010-12-15,2025-09-10,https://fonts.google.com/specimen/Sniglet\nSnippet,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european,400,,latin,Gesine Todt,1617,1900,No,2011-07-20,2025-05-30,https://fonts.google.com/specimen/Snippet\nSnowburst One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Annet Stirling,1687,655,No,2012-11-26,2025-09-02,https://fonts.google.com/specimen/Snowburst+One\nSofadi One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Botjo Nikoltchev,1506,528,No,2012-09-30,2025-09-11,https://fonts.google.com/specimen/Sofadi+One\nSofia,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european,400,,latin,LatinoType,439,1839,No,2011-12-19,2025-09-04,https://fonts.google.com/specimen/Sofia\nSofia Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european well-known common,1 | 100 | 1000 | 1000i | 100i | 1i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext,Lettersoup | Botio Nikoltchev | Ani Petrova,207,1889,No,2021-01-13,2025-09-04,https://fonts.google.com/specimen/Sofia+Sans\nSofia Sans Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european,1 | 100 | 1000 | 1000i | 100i | 1i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext,Lettersoup | Botio Nikoltchev | Ani Petrova,322,1609,No,2022-11-16,2025-09-10,https://fonts.google.com/specimen/Sofia+Sans+Condensed\nSofia Sans Extra Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european,1 | 100 | 1000 | 1000i | 100i | 1i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext,Lettersoup | Botio Nikoltchev | Ani Petrova,422,339,No,2022-11-16,2025-09-11,https://fonts.google.com/specimen/Sofia+Sans+Extra+Condensed\nSofia Sans Semi Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european,1 | 100 | 1000 | 1000i | 100i | 1i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext,Lettersoup | Botio Nikoltchev | Ani Petrova,708,1941,No,2022-11-16,2025-09-10,https://fonts.google.com/specimen/Sofia+Sans+Semi+Condensed\nSolitreo,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal hebrew RTL israeli english western european extended-latin european,400,,hebrew | latin | latin-ext,Nathan Gross | Bryan Kirschen,1019,347,No,2022-12-14,2025-05-30,https://fonts.google.com/specimen/Solitreo\nSolway,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,300 | 400 | 500 | 700 | 800,,latin,Mariya Lish | The Northern Block,865,1517,No,2018-08-06,2025-09-08,https://fonts.google.com/specimen/Solway\nSometype Mono,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code italic variable variable-font responsive variable-weight english western european extended-latin european,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext,Ryoichi Tsunekawa,703,323,No,2023-10-17,2025-09-16,https://fonts.google.com/specimen/Sometype+Mono\nSong Myung,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone korean hangul,400,,korean,JIKJI,1026,447,No,2018-02-23,2025-09-08,https://fonts.google.com/specimen/Song+Myung\nSono,Sans Serif,Sans Serif,Monospace,clean modern minimal professional readable neutral geometric humanist grotesque mono fixed-width tabular data code versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european vietnamese,200 | 300 | 400 | 500 | 600 | 700 | 800,MONO: - | wght: -,latin | latin-ext | vietnamese,Tyler Finck,1349,2207,No,2022-07-29,2025-09-11,https://fonts.google.com/specimen/Sono\nSonsie One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Riccardo De Franceschi,1333,2206,No,2012-01-18,2025-09-16,https://fonts.google.com/specimen/Sonsie+One\nSora,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european popular widely-used,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext,Jonathan Barnbrook | Julián Moncada,120,836,No,2020-06-10,2025-09-08,https://fonts.google.com/specimen/Sora\nSorts Mill Goudy,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Barry Schwartz,334,830,No,2011-09-07,2025-09-04,https://fonts.google.com/specimen/Sorts+Mill+Goudy\nSour Gummy,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width english western european extended-latin european,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,latin | latin-ext,Stefie Justprince,1045,202,No,2024-11-05,2025-09-10,https://fonts.google.com/specimen/Sour+Gummy\nSource Code Pro,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international popular widely-used,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Paul D. Hunt,66,585,No,2012-09-20,2025-09-08,https://fonts.google.com/specimen/Source+Code+Pro\nSource Sans 3,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european vietnamese multilingual international popular widely-used,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | vietnamese,Paul D. Hunt,61,2116,No,2021-09-17,2025-09-04,https://fonts.google.com/specimen/Source+Sans+3\nSource Serif 4,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international popular widely-used,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,opsz: - | wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Frank Grießhammer,139,460,No,2021-11-16,2025-09-11,https://fonts.google.com/specimen/Source+Serif+4\nSpace Grotesk,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european vietnamese popular widely-used,300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext | vietnamese,Florian Karsten,93,285,No,2020-10-06,2025-09-04,https://fonts.google.com/specimen/Space+Grotesk\nSpace Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code italic english western european extended-latin european vietnamese well-known common,400 | 400i | 700 | 700i,,latin | latin-ext | vietnamese,Colophon Foundry,194,367,No,2016-06-15,2025-06-25,https://fonts.google.com/specimen/Space+Mono\nSpecial Elite,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,327,1611,No,2011-04-20,2025-09-08,https://fonts.google.com/specimen/Special+Elite\nSpecial Gothic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight variable-width english western european extended-latin european,400 | 500 | 600 | 700,wdth: - | wght: -,latin | latin-ext,Alistair McCready,1170,1349,No,2025-04-07,2025-07-30,https://fonts.google.com/specimen/Special+Gothic\nSpecial Gothic Condensed One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Alistair McCready,1046,740,No,2025-04-07,2025-04-23,https://fonts.google.com/specimen/Special+Gothic+Condensed+One\nSpecial Gothic Expanded One,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Alistair McCready,1034,105,No,2025-04-07,2025-04-23,https://fonts.google.com/specimen/Special+Gothic+Expanded+One\nSpectral,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese well-known common,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Production Type,188,1238,No,2017-06-12,2025-09-11,https://fonts.google.com/specimen/Spectral\nSpectral SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Production Type,869,2010,No,2017-10-10,2025-09-02,https://fonts.google.com/specimen/Spectral+SC\nSpicy Rice,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1055,495,No,2011-12-13,2025-09-10,https://fonts.google.com/specimen/Spicy+Rice\nSpinnaker,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Elena Albertoni,568,442,No,2011-09-28,2025-09-04,https://fonts.google.com/specimen/Spinnaker\nSpirax,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Brenda Gallo,1337,1546,No,2011-11-23,2025-09-10,https://fonts.google.com/specimen/Spirax\nSplash,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1696,1709,No,2022-05-18,2025-09-16,https://fonts.google.com/specimen/Splash\nSpline Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european,300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext,Eben Sorkin | Mirko Velimirović,511,2017,No,2021-11-22,2025-09-10,https://fonts.google.com/specimen/Spline+Sans\nSpline Sans Mono,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code italic variable variable-font responsive variable-weight english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext,Eben Sorkin | Mirko Velimirović,1230,1650,No,2022-03-27,2025-09-10,https://fonts.google.com/specimen/Spline+Sans+Mono\nSquada One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Joe Prince,463,1584,No,2011-12-15,2025-09-10,https://fonts.google.com/specimen/Squada+One\nSquare Peg,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,947,310,No,2022-03-23,2025-09-04,https://fonts.google.com/specimen/Square+Peg\nSree Krushnadevaraya,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european telugu indian,400,,latin | telugu,Purushoth Kumar Guttula,1274,2127,No,2015-01-12,2025-09-11,https://fonts.google.com/specimen/Sree+Krushnadevaraya\nSriracha,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european thai southeast-asia vietnamese,400,,latin | latin-ext | thai | vietnamese,Cadson Demak,468,421,No,2015-07-01,2025-09-11,https://fonts.google.com/specimen/Sriracha\nSrisakdi,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european thai southeast-asia vietnamese,400 | 700,,latin | latin-ext | thai | vietnamese,Cadson Demak,1280,1994,No,2018-09-10,2025-09-08,https://fonts.google.com/specimen/Srisakdi\nStaatliches,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Brian LaRossa | Erica Carras,354,684,No,2018-12-09,2025-09-04,https://fonts.google.com/specimen/Staatliches\nStack Sans Headline,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european,200 | 300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext,Koto,1477,1752,No,2025-11-03,2025-11-04,https://fonts.google.com/specimen/Stack+Sans+Headline\nStack Sans Notch,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european,200 | 300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext,Koto,1743,928,No,2025-11-03,2025-11-04,https://fonts.google.com/specimen/Stack+Sans+Notch\nStack Sans Text,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european,200 | 300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext,Koto,1453,2084,No,2025-11-03,2025-11-04,https://fonts.google.com/specimen/Stack+Sans+Text\nStalemate,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1253,2235,No,2012-11-03,2025-09-10,https://fonts.google.com/specimen/Stalemate\nStalinist One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic english western european extended-latin european,400,,cyrillic | latin | latin-ext,Alexey Maslov | Jovanny Lemonad,1426,459,No,2012-08-20,2025-09-02,https://fonts.google.com/specimen/Stalinist+One\nStardos Stencil,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400 | 700,,latin,Vernon Adams,571,511,No,2011-07-06,2025-05-30,https://fonts.google.com/specimen/Stardos+Stencil\nStick,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | japanese | latin | latin-ext,Fontworks Inc.,1184,509,No,2020-12-15,2025-09-10,https://fonts.google.com/specimen/Stick\nStick No Bills,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european sinhala sri-lankan,200 | 300 | 400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext | sinhala,Mooniak,1066,1836,No,2021-06-29,2025-09-10,https://fonts.google.com/specimen/Stick+No+Bills\nStint Ultra Condensed,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1298,2140,No,2011-12-07,2025-09-11,https://fonts.google.com/specimen/Stint+Ultra+Condensed\nStint Ultra Expanded,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,1286,1277,No,2012-02-15,2025-09-08,https://fonts.google.com/specimen/Stint+Ultra+Expanded\nStoke,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,300 | 400,,latin | latin-ext,Nicole Fally,1362,776,No,2012-08-03,2025-09-10,https://fonts.google.com/specimen/Stoke\nStory Script,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Lana Roulhac | Ben Buysse,1532,142,No,2025-08-25,2025-08-26,https://fonts.google.com/specimen/Story+Script\nStrait,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1320,1997,No,2012-10-26,2025-09-08,https://fonts.google.com/specimen/Strait\nStyle Script,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,721,785,No,2021-05-14,2025-09-10,https://fonts.google.com/specimen/Style+Script\nStylish,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention korean hangul,400,,korean,AsiaSoft Inc,1246,1510,No,2018-02-27,2025-06-25,https://fonts.google.com/specimen/Stylish\nSue Ellen Francisco,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european,400,,latin,Kimberly Geswein,885,1677,No,2011-04-14,2025-09-08,https://fonts.google.com/specimen/Sue+Ellen+Francisco\nSuez One,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention hebrew RTL israeli english western european extended-latin european,400,,hebrew | latin | latin-ext,Michal Sahar,644,97,No,2016-03-31,2025-09-08,https://fonts.google.com/specimen/Suez+One\nSulphur Point,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,300 | 400 | 700,,latin | latin-ext,Dale Sattler,1142,327,No,2019-09-25,2025-09-16,https://fonts.google.com/specimen/Sulphur+Point\nSumana,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone hindi devanagari indian english western european extended-latin european,400 | 700,,devanagari | latin | latin-ext,Cyreal,1078,247,No,2015-04-29,2025-09-11,https://fonts.google.com/specimen/Sumana\nSunflower,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque korean hangul,300 | 500 | 700,,korean,JIKJISOFT,945,909,No,2018-02-27,2025-09-16,https://fonts.google.com/specimen/Sunflower\nSunshiney,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european,400,,latin,Sideshow,1043,1503,No,2011-01-06,2025-05-30,https://fonts.google.com/specimen/Sunshiney\nSupermercado One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,James Grieshaber,989,1011,No,2011-11-02,2025-09-10,https://fonts.google.com/specimen/Supermercado+One\nSura,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone hindi devanagari indian english western european extended-latin european,400 | 700,,devanagari | latin | latin-ext,Carolina Giovagnoli,1371,1772,No,2015-06-17,2025-09-10,https://fonts.google.com/specimen/Sura\nSuranna,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european telugu indian,400,,latin | telugu,Purushoth Kumar Guttula,1094,1816,No,2015-01-12,2025-09-08,https://fonts.google.com/specimen/Suranna\nSuravaram,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european telugu indian,400,,latin | telugu,Purushoth Kumar Guttula,1723,120,No,2015-01-12,2025-09-10,https://fonts.google.com/specimen/Suravaram\nSuwannaphum,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone khmer cambodian english western european,100 | 300 | 400 | 700 | 900,,khmer | latin,Danh Hong,1342,671,No,2011-03-02,2025-09-02,https://fonts.google.com/specimen/Suwannaphum\nSwanky and Moo Moo,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,1076,894,No,2011-04-27,2025-09-16,https://fonts.google.com/specimen/Swanky+and+Moo+Moo\nSyncopate,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400 | 700,,latin | latin-ext,Astigmatic,440,818,No,2011-04-27,2025-09-08,https://fonts.google.com/specimen/Syncopate\nSyne,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight greek english western european extended-latin european well-known common,400 | 500 | 600 | 700 | 800,wght: -,greek | latin | latin-ext,Bonjour Monde | Lucas Descroix | George Triantafyllakos,245,381,No,2020-08-25,2025-09-16,https://fonts.google.com/specimen/Syne\nSyne Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code english western european extended-latin european,400,,latin | latin-ext,Bonjour Monde | Lucas Descroix,770,715,No,2020-08-25,2025-09-16,https://fonts.google.com/specimen/Syne+Mono\nSyne Tactile,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Bonjour Monde | Lucas Descroix,1757,88,No,2020-08-25,2025-09-08,https://fonts.google.com/specimen/Syne+Tactile\nTASA Explorer,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext,Local Remote | Weizhong Zhang,1714,2237,No,2025-08-25,2025-08-26,https://fonts.google.com/specimen/TASA+Explorer\nTASA Orbiter,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european,400 | 500 | 600 | 700 | 800,wght: -,latin | latin-ext,Local Remote | Weizhong Zhang,1463,1379,No,2025-08-25,2025-08-26,https://fonts.google.com/specimen/TASA+Orbiter\nTac One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | math | symbols | vietnamese,Afrotype | Seyi Olusanya | Eyiyemi Adegbite | David Udoh | Mirko Velimirović,1386,337,No,2024-03-20,2025-05-30,https://fonts.google.com/specimen/Tac+One\nTagesschrift,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Yanone,1742,1664,No,2025-04-17,2025-04-23,https://fonts.google.com/specimen/Tagesschrift\nTai Heritage Pro,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european vietnamese,400 | 700,,latin | latin-ext | tai-viet | vietnamese,SIL International,1673,2093,No,2022-05-12,2025-09-08,https://fonts.google.com/specimen/Tai+Heritage+Pro\nTajawal,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible arabic RTL middle-east english western european popular widely-used,200 | 300 | 400 | 500 | 700 | 800 | 900,,arabic | latin,Boutros Fonts | Mourad Boutros | Soulaf Khalifeh,112,177,No,2018-04-04,2025-09-08,https://fonts.google.com/specimen/Tajawal\nTangerine,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european,400 | 700,,latin,Toshi Omagari,333,827,No,2010-06-08,2025-09-11,https://fonts.google.com/specimen/Tangerine\nTapestry,Handwriting,Serif,Display,personal casual friendly warm handwritten script organic transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1514,137,No,2022-04-07,2025-09-16,https://fonts.google.com/specimen/Tapestry\nTaprom,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention khmer cambodian english western european,400,,khmer | latin,Danh Hong | Neapolitan,1667,979,No,2011-03-02,2025-09-08,https://fonts.google.com/specimen/Taprom\nTauri,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Yvonne Schüttler,1166,1363,No,2013-02-27,2025-09-10,https://fonts.google.com/specimen/Tauri\nTaviraj,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext | thai | vietnamese,Cadson Demak,447,2176,No,2016-06-15,2025-09-04,https://fonts.google.com/specimen/Taviraj\nTeachers,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight greek extended english western european extended-latin european,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,greek-ext | latin | latin-ext,Alfredo Marco Pradil | Chank Diesel,1061,1646,No,2024-05-01,2025-09-08,https://fonts.google.com/specimen/Teachers\nTeko,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight hindi devanagari indian english western european extended-latin european popular widely-used,300 | 400 | 500 | 600 | 700,wght: -,devanagari | latin | latin-ext,Indian Type Foundry,140,1595,No,2014-06-25,2025-09-16,https://fonts.google.com/specimen/Teko\nTektur,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,400 | 500 | 600 | 700 | 800 | 900,wdth: - | wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Adam Jagosz,833,1443,No,2023-06-15,2025-09-16,https://fonts.google.com/specimen/Tektur\nTelex,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Huerta Tipográfica,699,1587,No,2012-01-18,2025-09-16,https://fonts.google.com/specimen/Telex\nTenali Ramakrishna,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european telugu indian,400,,latin | telugu,Appaji Ambarisha Darbha,1067,2065,No,2014-12-10,2025-09-02,https://fonts.google.com/specimen/Tenali+Ramakrishna\nTenor Sans,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic english western european extended-latin european well-known common,400,,cyrillic | latin | latin-ext,Denis Masharov,256,561,No,2011-05-25,2025-09-02,https://fonts.google.com/specimen/Tenor+Sans\nText Me One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Julia Petretta,1385,2008,No,2012-10-31,2025-09-16,https://fonts.google.com/specimen/Text+Me+One\nTexturina,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,opsz: - | wght: -,latin | latin-ext | vietnamese,Guillermo Torres | Omnibus-Type,1374,1875,No,2020-10-23,2025-09-16,https://fonts.google.com/specimen/Texturina\nThasadith,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention italic english western european extended-latin european thai southeast-asia vietnamese,400 | 400i | 700 | 700i,,latin | latin-ext | thai | vietnamese,Cadson Demak,904,895,No,2018-09-10,2025-09-10,https://fonts.google.com/specimen/Thasadith\nThe Girl Next Door,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,994,794,No,2011-04-20,2025-09-16,https://fonts.google.com/specimen/The+Girl+Next+Door\nThe Nautigal,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400 | 700,,latin | latin-ext | vietnamese,Robert Leuschke,1224,1552,No,2021-11-18,2025-09-16,https://fonts.google.com/specimen/The+Nautigal\nTienne,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400 | 700 | 900,,latin,Vernon Adams,929,507,No,2011-07-27,2025-09-04,https://fonts.google.com/specimen/Tienne\nTikTok Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width variable-slant russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,300 | 400 | 500 | 600 | 700 | 800 | 900,opsz: - | slnt: - | wdth: - | wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Grilli Type | Contrast Foundry | Type Network,1008,927,No,1970-01-20,2025-09-11,https://fonts.google.com/specimen/TikTok+Sans\nTillana,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,400 | 500 | 600 | 700 | 800,,devanagari | latin | latin-ext,Indian Type Foundry,1375,1481,No,2015-06-03,2025-09-11,https://fonts.google.com/specimen/Tillana\nTilt Neon,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive english western european extended-latin european vietnamese,400,XROT: - | YROT: -,latin | latin-ext | vietnamese,Andy Clymer,724,1155,No,2022-12-01,2025-09-04,https://fonts.google.com/specimen/Tilt+Neon\nTilt Prism,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive english western european extended-latin european vietnamese,400,XROT: - | YROT: -,latin | latin-ext | vietnamese,Andy Clymer,1443,2238,No,2022-12-01,2025-09-10,https://fonts.google.com/specimen/Tilt+Prism\nTilt Warp,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive english western european extended-latin european vietnamese,400,XROT: - | YROT: -,latin | latin-ext | vietnamese,Andy Clymer,518,2119,No,2022-12-01,2025-09-04,https://fonts.google.com/specimen/Tilt+Warp\nTimmana,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european telugu indian,400,,latin | telugu,Appaji Ambarisha Darbha,1150,706,No,2015-01-12,2025-09-16,https://fonts.google.com/specimen/Timmana\nTinos,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic russian cyrillic slavic cyrillic extended greek greek extended hebrew RTL israeli english western european extended-latin european vietnamese multilingual international well-known common,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | greek | greek-ext | hebrew | latin | latin-ext | vietnamese,Steve Matteson,224,2201,No,2010-11-18,2025-09-08,https://fonts.google.com/specimen/Tinos\nTiny5,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic cyrillic extended greek english western european extended-latin european,400,,cyrillic | cyrillic-ext | greek | latin | latin-ext,Stefan Schmidt,1352,1831,No,2024-05-29,2025-05-30,https://fonts.google.com/specimen/Tiny5\nTiro Bangla,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic bengali bangladeshi indian english western european extended-latin european,400 | 400i,,bengali | latin | latin-ext,Tiro Typeworks | John Hudson | Fiona Ross | Neelakash Kshetrimayum,658,1783,No,2022-05-25,2025-05-30,https://fonts.google.com/specimen/Tiro+Bangla\nTiro Devanagari Hindi,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic hindi devanagari indian english western european extended-latin european,400 | 400i,,devanagari | latin | latin-ext,Tiro Typeworks | John Hudson | Fiona Ross | Paul Hanslow,972,1470,No,2022-05-25,2025-05-30,https://fonts.google.com/specimen/Tiro+Devanagari+Hindi\nTiro Devanagari Marathi,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic hindi devanagari indian english western european extended-latin european,400 | 400i,,devanagari | latin | latin-ext,Tiro Typeworks | John Hudson | Fiona Ross | Paul Hanslow,1528,2199,No,2022-05-25,2025-05-30,https://fonts.google.com/specimen/Tiro+Devanagari+Marathi\nTiro Devanagari Sanskrit,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic hindi devanagari indian english western european extended-latin european,400 | 400i,,devanagari | latin | latin-ext,Tiro Typeworks | John Hudson | Fiona Ross | Paul Hanslow,1353,2027,No,2022-05-25,2025-05-30,https://fonts.google.com/specimen/Tiro+Devanagari+Sanskrit\nTiro Gurmukhi,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic punjabi gurmukhi indian english western european extended-latin european,400 | 400i,,gurmukhi | latin | latin-ext,Tiro Typeworks | John Hudson | Fiona Ross | Paul Hanslow,1547,722,No,2022-05-25,2025-05-30,https://fonts.google.com/specimen/Tiro+Gurmukhi\nTiro Kannada,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic kannada indian english western european extended-latin european,400 | 400i,,kannada | latin | latin-ext,Tiro Typeworks | John Hudson | Fiona Ross | Kaja Słojewska,1653,1757,No,2022-05-25,2025-05-30,https://fonts.google.com/specimen/Tiro+Kannada\nTiro Tamil,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european tamil indian,400 | 400i,,latin | latin-ext | tamil,Tiro Typeworks | Fernando Mello | Fiona Ross | Kaja Słojewska,1660,1275,No,2022-05-25,2025-09-08,https://fonts.google.com/specimen/Tiro+Tamil\nTiro Telugu,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european telugu indian,400 | 400i,,latin | latin-ext | telugu,Tiro Typeworks | John Hudson | Fiona Ross | Kaja Słojewska,1536,1200,No,2022-05-25,2025-05-30,https://fonts.google.com/specimen/Tiro+Telugu\nTirra,Sans Serif,Sans Serif,Handwriting,clean modern minimal professional readable neutral geometric humanist grotesque script cursive hand-drawn artistic informal versatile multi-weight flexible english western european extended-latin european,400 | 500 | 600 | 700 | 800 | 900,,latin | latin-ext | tifinagh,SIL International,2040,2107,No,2025-08-25,2025-08-26,https://fonts.google.com/specimen/Tirra\nTitan One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european well-known common,400,,latin | latin-ext,Rodrigo Fuenzalida,185,1796,No,2012-01-11,2025-09-02,https://fonts.google.com/specimen/Titan+One\nTitillium Web,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic english western european extended-latin european popular widely-used,200 | 200i | 300 | 300i | 400 | 400i | 600 | 600i | 700 | 700i | 900,,latin | latin-ext,Accademia di Belle Arti di Urbino,52,708,No,2012-10-01,2025-09-10,https://fonts.google.com/specimen/Titillium+Web\nTomorrow,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic english western european extended-latin european,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext,Tony de Marco | Monica Rizzolli,462,2016,No,2019-10-02,2025-09-11,https://fonts.google.com/specimen/Tomorrow\nTourney,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,latin | latin-ext | vietnamese,Tyler Finck | ETC,1396,1979,No,2021-04-29,2025-09-10,https://fonts.google.com/specimen/Tourney\nTrade Winds,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european,400,,latin,Sideshow,1160,2135,No,2011-12-19,2025-09-11,https://fonts.google.com/specimen/Trade+Winds\nTrain One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | japanese | latin | latin-ext,Fontworks Inc.,1074,2233,No,2020-12-15,2025-09-04,https://fonts.google.com/specimen/Train+One\nTriodion,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european,400,,cyrillic | cyrillic-ext | latin,Aleksandr Andreev,1710,805,No,2024-12-05,2025-05-30,https://fonts.google.com/specimen/Triodion\nTrirong,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention versatile multi-weight flexible italic english western european extended-latin european thai southeast-asia vietnamese,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,,latin | latin-ext | thai | vietnamese,Cadson Demak,670,981,No,2016-06-15,2025-09-11,https://fonts.google.com/specimen/Trirong\nTrispace,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800,wdth: - | wght: -,latin | latin-ext | vietnamese,Tyler Finck | ETC,1315,1310,No,2020-09-25,2025-09-08,https://fonts.google.com/specimen/Trispace\nTrocchi,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Vernon Adams,842,1131,No,2012-04-04,2025-09-10,https://fonts.google.com/specimen/Trocchi\nTrochut,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention italic english western european,400 | 400i | 700,,latin,Andreu Balius,1641,2120,No,2012-01-18,2025-09-10,https://fonts.google.com/specimen/Trochut\nTruculenta,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight variable-width english western european extended-latin european vietnamese,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,opsz: - | wdth: - | wght: -,latin | latin-ext | vietnamese,Omnibus-Type,1013,1792,No,2020-12-16,2025-09-16,https://fonts.google.com/specimen/Truculenta\nTrykker,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Magnus Gaarde,1438,1682,No,2011-12-19,2025-09-10,https://fonts.google.com/specimen/Trykker\nTsukimi Rounded,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention japanese kanji hiragana katakana english western european extended-latin european,300 | 400 | 500 | 600 | 700,,japanese | latin | latin-ext,Takashi Funayama,1589,1353,No,2020-12-14,2025-09-10,https://fonts.google.com/specimen/Tsukimi+Rounded\nTuffy,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european multilingual international,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext | phoenician,Thatcher Ulrich,1870,241,No,2025-04-17,2025-04-23,https://fonts.google.com/specimen/Tuffy\nTulpen One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Naima Ben Ayed,1522,1626,No,2011-08-03,2025-06-02,https://fonts.google.com/specimen/Tulpen+One\nTurret Road,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible english western european extended-latin european,200 | 300 | 400 | 500 | 700 | 800,,latin | latin-ext,Dale Sattler,806,910,No,2019-09-03,2025-09-16,https://fonts.google.com/specimen/Turret+Road\nTwinkle Star,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1635,1699,No,2021-11-26,2025-09-11,https://fonts.google.com/specimen/Twinkle+Star\nUbuntu,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european multilingual international top-popular trending most-used,300 | 300i | 400 | 400i | 500 | 500i | 700 | 700i,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext,Dalton Maag,28,1430,No,2010-12-15,2025-09-02,https://fonts.google.com/specimen/Ubuntu\nUbuntu Condensed,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european multilingual international,400,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext,Dalton Maag,309,1719,No,2011-10-05,2025-09-02,https://fonts.google.com/specimen/Ubuntu+Condensed\nUbuntu Mono,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code italic russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european multilingual international,400 | 400i | 700 | 700i,,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext,Dalton Maag,414,595,No,2011-10-05,2025-09-02,https://fonts.google.com/specimen/Ubuntu+Mono\nUbuntu Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european multilingual international,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wdth: - | wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext,Dalton Maag,600,94,No,2024-05-01,2025-09-02,https://fonts.google.com/specimen/Ubuntu+Sans\nUbuntu Sans Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek greek extended english western european extended-latin european multilingual international,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | greek | greek-ext | latin | latin-ext,Dalton Maag,1668,803,No,2024-05-01,2025-09-02,https://fonts.google.com/specimen/Ubuntu+Sans+Mono\nUchen,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european tibetan,400,,latin | tibetan,Christopher J. Fynn,1583,1567,No,2019-12-07,2025-09-16,https://fonts.google.com/specimen/Uchen\nUltra,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,469,1990,No,2011-05-09,2025-06-02,https://fonts.google.com/specimen/Ultra\nUnbounded,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese well-known common,200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,NaN,183,773,No,2022-11-07,2025-09-11,https://fonts.google.com/specimen/Unbounded\nUncial Antiqua,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Astigmatic,823,2111,No,2011-12-19,2025-09-16,https://fonts.google.com/specimen/Uncial+Antiqua\nUnderdog,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention russian cyrillic slavic english western european extended-latin european,400,,cyrillic | latin | latin-ext,Sergey Steblina | Jovanny Lemonad,1245,1340,No,2012-09-23,2025-09-10,https://fonts.google.com/specimen/Underdog\nUnica One,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Eduardo Tunni,456,1726,No,2012-10-26,2025-09-08,https://fonts.google.com/specimen/Unica+One\nUnifrakturCook,Display,,Handwriting | Display,bold decorative headline attention-grabbing creative expressive script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european,700,,latin,j. 'mach' wust,1004,325,No,2010-12-07,2025-09-04,https://fonts.google.com/specimen/UnifrakturCook\nUnifrakturMaguntia,Display,,Handwriting | Display,bold decorative headline attention-grabbing creative expressive script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european,400,,latin,j. 'mach' wust,637,1612,No,2010-11-30,2025-09-02,https://fonts.google.com/specimen/UnifrakturMaguntia\nUnkempt,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400 | 700,,latin,Sideshow,864,209,No,2011-12-05,2025-06-02,https://fonts.google.com/specimen/Unkempt\nUnlock,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1268,607,No,2011-11-30,2025-09-08,https://fonts.google.com/specimen/Unlock\nUnna,Serif,Serif,Display,elegant traditional classic refined literary editorial transitional oldstyle didone headline hero decorative large-text attention italic english western european extended-latin european well-known common,400 | 400i | 700 | 700i,,latin | latin-ext,Omnibus-Type,217,1981,No,2011-07-20,2025-09-11,https://fonts.google.com/specimen/Unna\nUoqMunThenKhung,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone chinese traditional russian cyrillic slavic english western european,400,,chinese-traditional | cyrillic | latin | symbols2,Moonlit Owen,1877,372,No,2025-06-23,2025-06-25,https://fonts.google.com/specimen/UoqMunThenKhung\nUpdock,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1544,1422,No,2022-03-23,2025-09-02,https://fonts.google.com/specimen/Updock\nUrbanist,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european popular widely-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Corey Hu,121,1615,No,2021-06-02,2025-09-16,https://fonts.google.com/specimen/Urbanist\nVT323,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Peter Hull,375,1737,No,2011-03-02,2025-09-16,https://fonts.google.com/specimen/VT323\nVampiro One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Riccardo De Franceschi,1156,1551,No,2012-11-26,2025-09-04,https://fonts.google.com/specimen/Vampiro+One\nVarela,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Joe Prince,451,1602,No,2011-06-29,2025-09-10,https://fonts.google.com/specimen/Varela\nVarela Round,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque hebrew RTL israeli english western european extended-latin european vietnamese well-known common,400,,hebrew | latin | latin-ext | vietnamese,Joe Prince,156,1249,No,2011-07-13,2025-09-11,https://fonts.google.com/specimen/Varela+Round\nVarta,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque variable variable-font responsive variable-weight english western european extended-latin european vietnamese,300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext | vietnamese,Joana Correia | Viktoriya Grabowska | Eben Sorkin,1119,304,No,2020-06-11,2025-09-10,https://fonts.google.com/specimen/Varta\nVast Shadow,Serif,Slab Serif,Display,elegant traditional classic refined literary editorial slab mechanical sturdy strong headline hero decorative large-text attention english western european,400,,latin,Nicole Fally,924,1597,No,2011-10-12,2025-09-10,https://fonts.google.com/specimen/Vast+Shadow\nVazirmatn,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight arabic RTL middle-east english western european extended-latin european,100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,arabic | latin | latin-ext,Saber Rastikerdar,591,2290,No,2022-03-16,2025-09-10,https://fonts.google.com/specimen/Vazirmatn\nVend Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext,Bloom Type Foundry | Baptiste Guesnon,1296,1511,No,2025-08-25,2025-08-26,https://fonts.google.com/specimen/Vend+Sans\nVesper Libre,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone hindi devanagari indian english western european extended-latin european,400 | 500 | 700 | 900,,devanagari | latin | latin-ext,Mota Italic,834,454,No,2014-07-14,2025-09-04,https://fonts.google.com/specimen/Vesper+Libre\nViaoda Libre,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Gydient | ViệtAnh Nguyễn,938,1387,No,2019-11-05,2025-09-08,https://fonts.google.com/specimen/Viaoda+Libre\nVibes,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention arabic RTL middle-east english western european,400,,arabic | latin,AbdElmomen Kadhim (blueMix),1645,900,No,2019-04-23,2025-09-10,https://fonts.google.com/specimen/Vibes\nVibur,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal english western european,400,,latin,Johan Kallas,900,570,No,2010-12-15,2025-09-10,https://fonts.google.com/specimen/Vibur\nVictor Mono,Monospace,Sans Serif,Monospace,code developer technical fixed-width terminal programming geometric humanist grotesque mono fixed-width tabular data code versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Rune Bjørnerås,1299,554,No,2023-06-20,2025-09-04,https://fonts.google.com/specimen/Victor+Mono\nVidaloka,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european,400,,latin,Cyreal,443,1444,No,2011-08-17,2025-09-16,https://fonts.google.com/specimen/Vidaloka\nViga,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european well-known common,400,,latin | latin-ext,Fontstage,276,767,No,2011-12-07,2025-09-16,https://fonts.google.com/specimen/Viga\nVina Sans,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Nguyen Type,669,384,No,2023-03-15,2025-09-04,https://fonts.google.com/specimen/Vina+Sans\nVoces,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque english western european extended-latin european,400,,latin | latin-ext,Ana Paula Megda | Pablo Ugerman,951,261,No,2012-02-22,2025-09-16,https://fonts.google.com/specimen/Voces\nVolkhov,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european,400 | 400i | 700 | 700i,,latin,Cyreal,431,1289,No,2011-08-17,2025-09-10,https://fonts.google.com/specimen/Volkhov\nVollkorn,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international well-known common,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | vietnamese,Friedrich Althausen,197,1621,No,2010-09-08,2025-09-11,https://fonts.google.com/specimen/Vollkorn\nVollkorn SC,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400 | 600 | 700 | 900,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Friedrich Althausen,1009,937,No,2017-09-08,2025-09-11,https://fonts.google.com/specimen/Vollkorn+SC\nVoltaire,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Yvonne Schüttler,872,611,No,2011-08-17,2025-09-10,https://fonts.google.com/specimen/Voltaire\nVujahday Script,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,878,1619,No,2021-11-18,2025-09-04,https://fonts.google.com/specimen/Vujahday+Script\nWDXL Lubrifont JP N,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | japanese | latin | latin-ext | symbols2,NightFurySL2001,1656,2077,No,2025-06-11,2026-01-06,https://fonts.google.com/specimen/WDXL+Lubrifont+JP+N\nWDXL Lubrifont SC,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque chinese simplified mandarin russian cyrillic slavic english western european extended-latin european,400,,chinese-simplified | cyrillic | latin | latin-ext | symbols2,NightFurySL2001,1661,380,No,2025-06-11,2026-01-06,https://fonts.google.com/specimen/WDXL+Lubrifont+SC\nWDXL Lubrifont TC,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque chinese traditional russian cyrillic slavic english western european extended-latin european,400,,chinese-traditional | cyrillic | latin | latin-ext | symbols2,NightFurySL2001,1724,2276,No,2025-05-20,2026-01-06,https://fonts.google.com/specimen/WDXL+Lubrifont+TC\nWaiting for the Sunrise,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Kimberly Geswein,758,2082,No,2011-04-14,2025-09-16,https://fonts.google.com/specimen/Waiting+for+the+Sunrise\nWallpoet,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Lars Berggren,671,366,No,2011-04-27,2025-06-02,https://fonts.google.com/specimen/Wallpoet\nWalter Turncoat,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european,400,,latin,Sideshow,901,1948,No,2011-01-06,2025-06-02,https://fonts.google.com/specimen/Walter+Turncoat\nWarnes,Display,,Handwriting | Display,bold decorative headline attention-grabbing creative expressive script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Eduardo Tunni,1832,1862,No,2012-09-07,2025-09-08,https://fonts.google.com/specimen/Warnes\nWater Brush,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1412,889,No,2022-04-07,2025-09-11,https://fonts.google.com/specimen/Water+Brush\nWaterfall,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,1050,2230,No,2021-11-18,2025-09-04,https://fonts.google.com/specimen/Waterfall\nWavefont,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight,100 | 1000 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,ROND: - | YELA: - | wght: -,,Dmitry Ivanov,1933,2113,No,2023-06-15,2025-09-17,https://fonts.google.com/specimen/Wavefont\nWellfleet,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong english western european extended-latin european,400,,latin | latin-ext,Riccardo De Franceschi,1529,1965,No,2012-01-11,2025-09-10,https://fonts.google.com/specimen/Wellfleet\nWendy One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Alejandro Inler,1040,1545,No,2012-12-13,2025-09-04,https://fonts.google.com/specimen/Wendy+One\nWhisper,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400,,latin | latin-ext | vietnamese,Robert Leuschke,479,2190,No,2022-03-23,2025-09-10,https://fonts.google.com/specimen/Whisper\nWindSong,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european vietnamese,400 | 500,,latin | latin-ext | vietnamese,Robert Leuschke,873,680,No,2021-05-28,2025-09-16,https://fonts.google.com/specimen/WindSong\nWinky Rough,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Typofactur,1731,1985,No,2025-04-07,2025-09-16,https://fonts.google.com/specimen/Winky+Rough\nWinky Sans,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Typofactur,1391,2250,No,2025-03-13,2025-09-02,https://fonts.google.com/specimen/Winky+Sans\nWire One,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention english western european,400,,latin,Cyreal,1048,1365,No,2011-05-18,2025-09-16,https://fonts.google.com/specimen/Wire+One\nWittgenstein,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Jörg Drees,1465,197,No,2024-06-04,2025-09-08,https://fonts.google.com/specimen/Wittgenstein\nWix Madefor Display,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400 | 500 | 600 | 700 | 800,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Dalton Maag,496,1980,No,2023-02-05,2025-09-10,https://fonts.google.com/specimen/Wix+Madefor+Display\nWix Madefor Text,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Dalton Maag,495,1680,No,2023-01-10,2025-09-10,https://fonts.google.com/specimen/Wix+Madefor+Text\nWork Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese top-popular trending most-used,100 | 100i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext | vietnamese,Wei Huang,34,1204,No,2015-07-08,2025-09-11,https://fonts.google.com/specimen/Work+Sans\nWorkbench,Monospace,Sans Serif,Display,code developer technical fixed-width terminal programming geometric humanist grotesque headline hero decorative large-text attention variable variable-font responsive english western european,400,BLED: - | SCAN: -,latin | math | symbols,Jens Kutílek,1682,1415,No,2024-01-23,2025-09-11,https://fonts.google.com/specimen/Workbench\nXanh Mono,Monospace,,Monospace,code developer technical fixed-width terminal programming mono fixed-width tabular data code italic english western european extended-latin european vietnamese,400 | 400i,,latin | latin-ext | vietnamese,Yellow Type | Lâm Bảo | Duy Dao,978,487,No,2020-08-10,2025-09-08,https://fonts.google.com/specimen/Xanh+Mono\nYaldevi,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight english western european extended-latin european sinhala sri-lankan,200 | 300 | 400 | 500 | 600 | 700,wght: -,latin | latin-ext | sinhala,Mooniak,1434,2144,No,2021-06-28,2025-09-10,https://fonts.google.com/specimen/Yaldevi\nYanone Kaffeesatz,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese multilingual international well-known common,200 | 300 | 400 | 500 | 600 | 700,wght: -,cyrillic | cyrillic-ext | latin | latin-ext | math | symbols | vietnamese,Yanone | Cyreal,225,1268,No,2010-05-11,2025-09-16,https://fonts.google.com/specimen/Yanone+Kaffeesatz\nYantramanav,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention versatile multi-weight flexible hindi devanagari indian english western european extended-latin european,100 | 300 | 400 | 500 | 700 | 900,,devanagari | latin | latin-ext,Erin McLaughlin,307,1322,No,2015-06-03,2025-09-16,https://fonts.google.com/specimen/Yantramanav\nYarndings 12,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention english western european,400,,latin | math | symbols,Sarah Cadigan-Fried,2030,592,No,2024-03-20,2025-09-17,https://fonts.google.com/specimen/Yarndings+12\nYarndings 12 Charted,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention english western european,400,,latin | math | symbols,Sarah Cadigan-Fried,2038,443,No,2024-03-20,2025-09-17,https://fonts.google.com/specimen/Yarndings+12+Charted\nYarndings 20,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention english western european,400,,latin | math | symbols,Sarah Cadigan-Fried,2018,942,No,2024-03-20,2025-09-17,https://fonts.google.com/specimen/Yarndings+20\nYarndings 20 Charted,Display,,Symbols | Display,bold decorative headline attention-grabbing creative expressive icon symbol emoji pictograph headline hero decorative large-text attention english western european,400,,latin | math | symbols,Sarah Cadigan-Fried,2041,410,No,2024-03-20,2025-09-17,https://fonts.google.com/specimen/Yarndings+20+Charted\nYatra One,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention hindi devanagari indian english western european extended-latin european,400,,devanagari | latin | latin-ext,Catherine Leigh Schmidt,602,2095,No,2016-06-15,2025-09-04,https://fonts.google.com/specimen/Yatra+One\nYellowtail,Handwriting,,Handwriting | Display,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal headline hero decorative large-text attention english western european extended-latin european well-known common,400,,latin | latin-ext,Astigmatic,247,1845,No,2011-07-20,2025-09-08,https://fonts.google.com/specimen/Yellowtail\nYeon Sung,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention korean hangul english western european,400,,korean | latin,Woowahan brothers,1254,278,No,2018-02-23,2025-09-04,https://fonts.google.com/specimen/Yeon+Sung\nYeseva One,Display,Serif,Display,bold decorative headline attention-grabbing creative expressive transitional oldstyle didone headline hero decorative large-text attention russian cyrillic slavic cyrillic extended english western european extended-latin european vietnamese,400,,cyrillic | cyrillic-ext | latin | latin-ext | vietnamese,Jovanny Lemonad,401,1117,No,2011-07-13,2025-09-16,https://fonts.google.com/specimen/Yeseva+One\nYesteryear,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european,400,,latin | latin-ext,Astigmatic,711,1216,No,2011-12-19,2025-09-11,https://fonts.google.com/specimen/Yesteryear\nYomogi,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european vietnamese,400,,cyrillic | japanese | latin | latin-ext | vietnamese,Satsuyako,1206,1706,No,2021-04-14,2025-09-16,https://fonts.google.com/specimen/Yomogi\nYoung Serif,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone english western european extended-latin european,400,,latin | latin-ext,Bastien Sozeau,608,2311,No,2023-09-26,2025-05-30,https://fonts.google.com/specimen/Young+Serif\nYrsa,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic variable variable-font responsive variable-weight english western european extended-latin european vietnamese,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,wght: -,latin | latin-ext | vietnamese,Rosetta | Anna Giedryś | David Březina,494,1920,No,2016-06-15,2025-09-16,https://fonts.google.com/specimen/Yrsa\nYsabeau,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,1 | 100 | 1000 | 1000i | 100i | 1i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | math | symbols | vietnamese,Christian Thalmann,1403,1940,No,2023-04-19,2025-09-11,https://fonts.google.com/specimen/Ysabeau\nYsabeau Infant,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,1 | 100 | 1000 | 1000i | 100i | 1i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | math | symbols | vietnamese,Christian Thalmann,1377,438,No,2023-06-21,2025-09-16,https://fonts.google.com/specimen/Ysabeau+Infant\nYsabeau Office,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,1 | 100 | 1000 | 1000i | 100i | 1i | 200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | math | symbols | vietnamese,Christian Thalmann,767,831,No,2023-06-21,2025-09-10,https://fonts.google.com/specimen/Ysabeau+Office\nYsabeau SC,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible variable variable-font responsive variable-weight russian cyrillic slavic cyrillic extended greek english western european extended-latin european vietnamese multilingual international,1 | 100 | 1000 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900,wght: -,cyrillic | cyrillic-ext | greek | latin | latin-ext | math | symbols | vietnamese,Christian Thalmann,1152,864,No,2023-06-21,2025-09-16,https://fonts.google.com/specimen/Ysabeau+SC\nYuji Boku,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | japanese | latin | latin-ext,Kinuta Font Factory,1365,407,No,2021-09-26,2025-09-04,https://fonts.google.com/specimen/Yuji+Boku\nYuji Hentaigana Akari,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal japanese kanji hiragana katakana english western european extended-latin european,400,,japanese | latin | latin-ext,Kinuta Font Factory,1842,168,No,2021-06-10,2025-09-11,https://fonts.google.com/specimen/Yuji+Hentaigana+Akari\nYuji Hentaigana Akebono,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal japanese kanji hiragana katakana english western european extended-latin european,400,,japanese | latin | latin-ext,Kinuta Font Factory,2007,1698,No,2021-06-10,2025-09-16,https://fonts.google.com/specimen/Yuji+Hentaigana+Akebono\nYuji Mai,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | japanese | latin | latin-ext,Kinuta Font Factory,614,2138,No,2021-09-26,2025-09-16,https://fonts.google.com/specimen/Yuji+Mai\nYuji Syuku,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | japanese | latin | latin-ext,Kinuta Font Factory,1035,1554,No,2021-09-26,2025-09-16,https://fonts.google.com/specimen/Yuji+Syuku\nYusei Magic,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque japanese kanji hiragana katakana english western european extended-latin european,400,,japanese | latin | latin-ext,Tanukizamurai,774,1657,No,2020-12-14,2025-09-08,https://fonts.google.com/specimen/Yusei+Magic\nZCOOL KuaiLe,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque chinese simplified mandarin english western european,400,,chinese-simplified | latin,Liu Bingke | Yang Kang | Wu Shaojie,561,329,No,2018-12-10,2026-02-17,https://fonts.google.com/specimen/ZCOOL+KuaiLe\nZCOOL QingKe HuangYou,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque chinese simplified mandarin english western european,400,,chinese-simplified | latin,Zheng Qingke,977,326,No,2018-12-10,2025-09-10,https://fonts.google.com/specimen/ZCOOL+QingKe+HuangYou\nZCOOL XiaoWei,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque chinese simplified mandarin english western european,400,,chinese-simplified | latin,Li Dawei,751,305,No,2018-12-10,2025-09-04,https://fonts.google.com/specimen/ZCOOL+XiaoWei\nZain,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic arabic RTL middle-east english western european,200 | 300 | 300i | 400 | 400i | 700 | 800 | 900,,arabic | latin,Boutros Fonts,903,1393,No,2024-07-17,2025-10-29,https://fonts.google.com/specimen/Zain\nZalando Sans,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight variable-width english western european extended-latin european,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wdth: - | wght: -,latin | latin-ext,Jakob Ekelund | KH Type | Zalando,950,1361,No,2025-09-11,2025-09-16,https://fonts.google.com/specimen/Zalando+Sans\nZalando Sans Expanded,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Jakob Ekelund | KH Type | Zalando,680,545,No,2025-09-11,2025-09-16,https://fonts.google.com/specimen/Zalando+Sans+Expanded\nZalando Sans SemiExpanded,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque versatile multi-weight flexible italic variable variable-font responsive variable-weight english western european extended-latin european,200 | 200i | 300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i | 800 | 800i | 900 | 900i,wght: -,latin | latin-ext,Jakob Ekelund | KH Type | Zalando,1171,338,No,2025-09-11,2025-09-16,https://fonts.google.com/specimen/Zalando+Sans+SemiExpanded\nZen Antique,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic greek japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | greek | japanese | latin | latin-ext,Yoshimichi Ohira,802,2142,No,2021-08-31,2025-09-08,https://fonts.google.com/specimen/Zen+Antique\nZen Antique Soft,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic greek japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | greek | japanese | latin | latin-ext,Yoshimichi Ohira,991,1944,No,2021-08-31,2025-09-10,https://fonts.google.com/specimen/Zen+Antique+Soft\nZen Dots,Display,Sans Serif,Display,bold decorative headline attention-grabbing creative expressive geometric humanist grotesque headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Yoshimichi Ohira,940,2234,No,2021-03-11,2025-09-04,https://fonts.google.com/specimen/Zen+Dots\nZen Kaku Gothic Antique,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european,300 | 400 | 500 | 700 | 900,,cyrillic | japanese | latin | latin-ext,Yoshimichi Ohira,492,522,No,2021-08-31,2025-09-04,https://fonts.google.com/specimen/Zen+Kaku+Gothic+Antique\nZen Kaku Gothic New,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic japanese kanji hiragana katakana english western european extended-latin european well-known common,300 | 400 | 500 | 700 | 900,,cyrillic | japanese | latin | latin-ext,Yoshimichi Ohira,172,941,No,2021-08-31,2025-09-16,https://fonts.google.com/specimen/Zen+Kaku+Gothic+New\nZen Kurenaido,Sans Serif,Sans Serif,,clean modern minimal professional readable neutral geometric humanist grotesque russian cyrillic slavic greek japanese kanji hiragana katakana english western european extended-latin european,400,,cyrillic | greek | japanese | latin | latin-ext,Yoshimichi Ohira,969,1858,No,2021-08-31,2025-09-10,https://fonts.google.com/specimen/Zen+Kurenaido\nZen Loop,Display,,Display | Handwriting,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention script cursive hand-drawn artistic informal italic english western european extended-latin european,400 | 400i,,latin | latin-ext,Yoshimichi Ohira,1618,86,No,2021-03-10,2025-09-11,https://fonts.google.com/specimen/Zen+Loop\nZen Maru Gothic,Sans Serif,Sans Serif,Display,clean modern minimal professional readable neutral geometric humanist grotesque headline hero decorative large-text attention russian cyrillic slavic greek japanese kanji hiragana katakana english western european extended-latin european well-known common,300 | 400 | 500 | 700 | 900,,cyrillic | greek | japanese | latin | latin-ext,Yoshimichi Ohira,212,1147,No,2021-08-31,2025-06-25,https://fonts.google.com/specimen/Zen+Maru+Gothic\nZen Old Mincho,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone russian cyrillic slavic greek japanese kanji hiragana katakana english western european extended-latin european,400 | 500 | 600 | 700 | 900,,cyrillic | greek | japanese | latin | latin-ext,Yoshimichi Ohira,366,935,No,2021-08-31,2025-09-02,https://fonts.google.com/specimen/Zen+Old+Mincho\nZen Tokyo Zoo,Display,,Display,bold decorative headline attention-grabbing creative expressive headline hero decorative large-text attention english western european extended-latin european,400,,latin | latin-ext,Yoshimichi Ohira,1325,468,No,2021-04-30,2025-09-10,https://fonts.google.com/specimen/Zen+Tokyo+Zoo\nZeyada,Handwriting,,Display | Handwriting,personal casual friendly warm handwritten script organic headline hero decorative large-text attention script cursive hand-drawn artistic informal english western european extended-latin european well-known common,400,,latin | latin-ext,Kimberly Geswein,296,882,No,2011-06-08,2025-09-16,https://fonts.google.com/specimen/Zeyada\nZhi Mang Xing,Handwriting,,Handwriting,personal casual friendly warm handwritten script organic script cursive hand-drawn artistic informal chinese simplified mandarin english western european,400,,chinese-simplified | latin,Wei Zhimang,1146,254,No,2019-03-17,2025-09-08,https://fonts.google.com/specimen/Zhi+Mang+Xing\nZilla Slab,Serif,Serif,,elegant traditional classic refined literary editorial transitional oldstyle didone italic english western european extended-latin european well-known common,300 | 300i | 400 | 400i | 500 | 500i | 600 | 600i | 700 | 700i,,latin | latin-ext,Typotheque,164,510,No,2017-06-28,2025-09-04,https://fonts.google.com/specimen/Zilla+Slab\nZilla Slab Highlight,Serif,Slab Serif,,elegant traditional classic refined literary editorial slab mechanical sturdy strong english western european extended-latin european,400 | 700,,latin | latin-ext,Typotheque,1250,1883,No,2017-07-26,2025-09-11,https://fonts.google.com/specimen/Zilla+Slab+Highlight\n",
38
+ "kind": "raw"
39
+ },
40
+ {
41
+ "path": "data/icons.csv",
42
+ "content": "No,Category,Icon Name,Keywords,Library,Import Code,Usage,Best For,Style\n1,Navigation,list,hamburger menu navigation toggle bars,Phosphor,import { List } from '@phosphor-icons/react',<List size={20} weight=\"regular\" />,Mobile navigation drawer toggle sidebar,Outline\n2,Navigation,arrow-left,back previous return navigate,Phosphor,import { ArrowLeft } from '@phosphor-icons/react',<ArrowLeft size={20} weight=\"regular\" />,Back button breadcrumb navigation,Outline\n3,Navigation,arrow-right,next forward continue navigate,Phosphor,import { ArrowRight } from '@phosphor-icons/react',<ArrowRight size={20} weight=\"regular\" />,Forward button next step CTA,Outline\n4,Navigation,caret-down,dropdown expand accordion select,Phosphor,import { CaretDown } from '@phosphor-icons/react',<CaretDown size={20} weight=\"regular\" />,Dropdown toggle accordion header,Outline\n5,Navigation,caret-up,collapse close accordion minimize,Phosphor,import { CaretUp } from '@phosphor-icons/react',<CaretUp size={20} weight=\"regular\" />,Accordion collapse minimize,Outline\n6,Navigation,house,homepage main dashboard start,Phosphor,import { House } from '@phosphor-icons/react',<House size={20} weight=\"regular\" />,Home navigation main page,Outline\n7,Navigation,x,close cancel dismiss remove exit,Phosphor,import { X } from '@phosphor-icons/react',<X size={20} weight=\"regular\" />,Modal close dismiss button,Outline\n8,Navigation,arrow-square-out,open new tab external link,Phosphor,import { ArrowSquareOut } from '@phosphor-icons/react',<ArrowSquareOut size={20} weight=\"regular\" />,External link indicator,Outline\n9,Action,plus,add create new insert,Phosphor,import { Plus } from '@phosphor-icons/react',<Plus size={20} weight=\"regular\" />,Add button create new item,Outline\n10,Action,minus,remove subtract decrease delete,Phosphor,import { Minus } from '@phosphor-icons/react',<Minus size={20} weight=\"regular\" />,Remove item quantity decrease,Outline\n11,Action,trash,delete remove discard bin,Phosphor,import { Trash } from '@phosphor-icons/react',<Trash size={20} weight=\"regular\" />,Delete action destructive,Outline\n12,Action,pencil-simple,pencil modify change update,Phosphor,import { PencilSimple } from '@phosphor-icons/react',<PencilSimple size={20} weight=\"regular\" />,Edit button modify content,Outline\n13,Action,floppy-disk,disk store persist save,Phosphor,import { FloppyDisk } from '@phosphor-icons/react',<FloppyDisk size={20} weight=\"regular\" />,Save button persist changes,Outline\n14,Action,download-simple,export save file download,Phosphor,import { DownloadSimple } from '@phosphor-icons/react',<DownloadSimple size={20} weight=\"regular\" />,Download file export,Outline\n15,Action,upload-simple,import file attach upload,Phosphor,import { UploadSimple } from '@phosphor-icons/react',<UploadSimple size={20} weight=\"regular\" />,Upload file import,Outline\n16,Action,copy,duplicate clipboard paste,Phosphor,import { Copy } from '@phosphor-icons/react',<Copy size={20} weight=\"regular\" />,Copy to clipboard,Outline\n17,Action,share,social distribute send,Phosphor,import { Share } from '@phosphor-icons/react',<Share size={20} weight=\"regular\" />,Share button social,Outline\n18,Action,magnifying-glass,find lookup filter query,Phosphor,import { MagnifyingGlass } from '@phosphor-icons/react',<MagnifyingGlass size={20} weight=\"regular\" />,Search input bar,Outline\n19,Action,funnel,sort refine narrow options,Phosphor,import { Funnel } from '@phosphor-icons/react',<Funnel size={20} weight=\"regular\" />,Filter dropdown sort,Outline\n20,Action,gear,gear cog preferences config,Phosphor,import { Gear } from '@phosphor-icons/react',<Gear size={20} weight=\"regular\" />,Settings page configuration,Outline\n21,Status,check,success done complete verified,Phosphor,import { Check } from '@phosphor-icons/react',<Check size={20} weight=\"regular\" />,Success state checkmark,Outline\n22,Status,check-circle,success verified approved complete,Phosphor,import { CheckCircle } from '@phosphor-icons/react',<CheckCircle size={20} weight=\"regular\" />,Success badge verified,Outline\n23,Status,x-circle,error failed cancel rejected,Phosphor,import { XCircle } from '@phosphor-icons/react',<XCircle size={20} weight=\"regular\" />,Error state failed,Outline\n24,Status,warning,warning caution attention danger,Phosphor,import { Warning } from '@phosphor-icons/react',<Warning size={20} weight=\"regular\" />,Warning message caution,Outline\n25,Status,warning-circle,info notice information help,Phosphor,import { WarningCircle } from '@phosphor-icons/react',<WarningCircle size={20} weight=\"regular\" />,Info notice alert,Outline\n26,Status,info,information help tooltip details,Phosphor,import { Info } from '@phosphor-icons/react',<Info size={20} weight=\"regular\" />,Information tooltip help,Outline\n27,Status,circle-notch,loading spinner processing wait,Phosphor,import { CircleNotch } from '@phosphor-icons/react',<CircleNotch size={20} weight=\"regular\" className=\"animate-spin\" />,Loading state spinner,Outline\n28,Status,clock,time schedule pending wait,Phosphor,import { Clock } from '@phosphor-icons/react',<Clock size={20} weight=\"regular\" />,Pending time schedule,Outline\n29,Communication,envelope,email message inbox letter,Phosphor,import { Envelope } from '@phosphor-icons/react',<Envelope size={20} weight=\"regular\" />,Email contact inbox,Outline\n30,Communication,chat-circle,chat comment bubble conversation,Phosphor,import { ChatCircle } from '@phosphor-icons/react',<ChatCircle size={20} weight=\"regular\" />,Chat comment message,Outline\n31,Communication,phone,call mobile telephone contact,Phosphor,import { Phone } from '@phosphor-icons/react',<Phone size={20} weight=\"regular\" />,Phone contact call,Outline\n32,Communication,paper-plane-tilt,submit dispatch message airplane,Phosphor,import { PaperPlaneTilt } from '@phosphor-icons/react',<PaperPlaneTilt size={20} weight=\"regular\" />,Send message submit,Outline\n33,Communication,bell,notification alert ring reminder,Phosphor,import { Bell } from '@phosphor-icons/react',<Bell size={20} weight=\"regular\" />,Notification bell alert,Outline\n34,User,user,profile account person avatar,Phosphor,import { User } from '@phosphor-icons/react',<User size={20} weight=\"regular\" />,User profile account,Outline\n35,User,users,team group people members,Phosphor,import { Users } from '@phosphor-icons/react',<Users size={20} weight=\"regular\" />,Team group members,Outline\n36,User,user-plus,add invite new member,Phosphor,import { UserPlus } from '@phosphor-icons/react',<UserPlus size={20} weight=\"regular\" />,Add user invite,Outline\n37,User,sign-in,signin authenticate enter,Phosphor,import { SignIn } from '@phosphor-icons/react',<SignIn size={20} weight=\"regular\" />,Login signin,Outline\n38,User,sign-out,signout exit leave logout,Phosphor,import { SignOut } from '@phosphor-icons/react',<SignOut size={20} weight=\"regular\" />,Logout signout,Outline\n39,Media,image,photo picture gallery thumbnail,Phosphor,import { Image } from '@phosphor-icons/react',<Image size={20} weight=\"regular\" />,Image photo gallery,Outline\n40,Media,video,movie film play record,Phosphor,import { Video } from '@phosphor-icons/react',<Video size={20} weight=\"regular\" />,Video player media,Outline\n41,Media,play,start video audio media,Phosphor,import { Play } from '@phosphor-icons/react',<Play size={20} weight=\"regular\" />,Play button video audio,Outline\n42,Media,pause,stop halt video audio,Phosphor,import { Pause } from '@phosphor-icons/react',<Pause size={20} weight=\"regular\" />,Pause button media,Outline\n43,Media,speaker-high,sound audio speaker music,Phosphor,import { SpeakerHigh } from '@phosphor-icons/react',<SpeakerHigh size={20} weight=\"regular\" />,Volume audio sound,Outline\n44,Media,microphone,microphone record voice audio,Phosphor,import { Microphone } from '@phosphor-icons/react',<Microphone size={20} weight=\"regular\" />,Microphone voice record,Outline\n45,Media,camera,photo capture snapshot picture,Phosphor,import { Camera } from '@phosphor-icons/react',<Camera size={20} weight=\"regular\" />,Camera photo capture,Outline\n46,Commerce,shopping-cart,cart checkout basket buy,Phosphor,import { ShoppingCart } from '@phosphor-icons/react',<ShoppingCart size={20} weight=\"regular\" />,Shopping cart e-commerce,Outline\n47,Commerce,shopping-bag,purchase buy store bag,Phosphor,import { ShoppingBag } from '@phosphor-icons/react',<ShoppingBag size={20} weight=\"regular\" />,Shopping bag purchase,Outline\n48,Commerce,credit-card,payment card checkout stripe,Phosphor,import { CreditCard } from '@phosphor-icons/react',<CreditCard size={20} weight=\"regular\" />,Payment credit card,Outline\n49,Commerce,currency-dollar,money price currency cost,Phosphor,import { CurrencyDollar } from '@phosphor-icons/react',<CurrencyDollar size={20} weight=\"regular\" />,Price money currency,Outline\n50,Commerce,tag,label price discount sale,Phosphor,import { Tag } from '@phosphor-icons/react',<Tag size={20} weight=\"regular\" />,Price tag label,Outline\n51,Commerce,gift,present reward bonus offer,Phosphor,import { Gift } from '@phosphor-icons/react',<Gift size={20} weight=\"regular\" />,Gift reward offer,Outline\n52,Commerce,percent,discount sale offer promo,Phosphor,import { Percent } from '@phosphor-icons/react',<Percent size={20} weight=\"regular\" />,Discount percentage sale,Outline\n53,Data,chart-bar,analytics statistics graph metrics,Phosphor,import { ChartBar } from '@phosphor-icons/react',<ChartBar size={20} weight=\"regular\" />,Bar chart analytics,Outline\n54,Data,chart-pie,statistics distribution breakdown,Phosphor,import { ChartPie } from '@phosphor-icons/react',<ChartPie size={20} weight=\"regular\" />,Pie chart distribution,Outline\n55,Data,trend-up,growth increase positive trend,Phosphor,import { TrendUp } from '@phosphor-icons/react',<TrendUp size={20} weight=\"regular\" />,Growth trend positive,Outline\n56,Data,trend-down,decline decrease negative trend,Phosphor,import { TrendDown } from '@phosphor-icons/react',<TrendDown size={20} weight=\"regular\" />,Decline trend negative,Outline\n57,Data,activity,pulse heartbeat monitor live,Phosphor,import { Activity } from '@phosphor-icons/react',<Activity size={20} weight=\"regular\" />,Activity monitor pulse,Outline\n58,Data,database,storage server data backend,Phosphor,import { Database } from '@phosphor-icons/react',<Database size={20} weight=\"regular\" />,Database storage,Outline\n59,Files,file,document page paper doc,Phosphor,import { File } from '@phosphor-icons/react',<File size={20} weight=\"regular\" />,File document,Outline\n60,Files,file-text,document text page article,Phosphor,import { FileText } from '@phosphor-icons/react',<FileText size={20} weight=\"regular\" />,Text document article,Outline\n61,Files,folder,directory organize group files,Phosphor,import { Folder } from '@phosphor-icons/react',<Folder size={20} weight=\"regular\" />,Folder directory,Outline\n62,Files,folder-open,expanded browse files view,Phosphor,import { FolderOpen } from '@phosphor-icons/react',<FolderOpen size={20} weight=\"regular\" />,Open folder browse,Outline\n63,Files,paperclip,attachment attach file link,Phosphor,import { Paperclip } from '@phosphor-icons/react',<Paperclip size={20} weight=\"regular\" />,Attachment paperclip,Outline\n64,Files,link,url hyperlink chain connect,Phosphor,import { Link } from '@phosphor-icons/react',<Link size={20} weight=\"regular\" />,Link URL hyperlink,Outline\n65,Files,clipboard,paste copy buffer notes,Phosphor,import { Clipboard } from '@phosphor-icons/react',<Clipboard size={20} weight=\"regular\" />,Clipboard paste,Outline\n66,Layout,grid-four,tiles gallery layout dashboard,Phosphor,import { GridFour } from '@phosphor-icons/react',<GridFour size={20} weight=\"regular\" />,Grid layout gallery,Outline\n67,Layout,list-bullets,rows table lines items,Phosphor,import { ListBullets } from '@phosphor-icons/react',<ListBullets size={20} weight=\"regular\" />,List view rows,Outline\n68,Layout,columns,layout split dual sidebar,Phosphor,import { Columns } from '@phosphor-icons/react',<Columns size={20} weight=\"regular\" />,Column layout split,Outline\n69,Layout,arrows-out,fullscreen expand enlarge zoom,Phosphor,import { ArrowsOut } from '@phosphor-icons/react',<ArrowsOut size={20} weight=\"regular\" />,Fullscreen maximize,Outline\n70,Layout,arrows-in,reduce shrink collapse exit,Phosphor,import { ArrowsIn } from '@phosphor-icons/react',<ArrowsIn size={20} weight=\"regular\" />,Minimize reduce,Outline\n71,Layout,sidebar,panel drawer navigation menu,Phosphor,import { Sidebar } from '@phosphor-icons/react',<Sidebar size={20} weight=\"regular\" />,Sidebar panel,Outline\n72,Social,heart,like love favorite wishlist,Phosphor,import { Heart } from '@phosphor-icons/react',<Heart size={20} weight=\"regular\" />,Like favorite love,Outline\n73,Social,star,rating review favorite bookmark,Phosphor,import { Star } from '@phosphor-icons/react',<Star size={20} weight=\"regular\" />,Star rating favorite,Outline\n74,Social,thumbs-up,like approve agree positive,Phosphor,import { ThumbsUp } from '@phosphor-icons/react',<ThumbsUp size={20} weight=\"regular\" />,Like approve thumb,Outline\n75,Social,thumbs-down,dislike disapprove disagree negative,Phosphor,import { ThumbsDown } from '@phosphor-icons/react',<ThumbsDown size={20} weight=\"regular\" />,Dislike disapprove,Outline\n76,Social,bookmark,save later favorite mark,Phosphor,import { Bookmark } from '@phosphor-icons/react',<Bookmark size={20} weight=\"regular\" />,Bookmark save,Outline\n77,Social,flag,report mark important highlight,Phosphor,import { Flag } from '@phosphor-icons/react',<Flag size={20} weight=\"regular\" />,Flag report,Outline\n78,Device,device-mobile,mobile phone device touch,Phosphor,import { DeviceMobile } from '@phosphor-icons/react',<DeviceMobile size={20} weight=\"regular\" />,Mobile smartphone,Outline\n79,Device,device-tablet,ipad device touch screen,Phosphor,import { DeviceTablet } from '@phosphor-icons/react',<DeviceTablet size={20} weight=\"regular\" />,Tablet device,Outline\n80,Device,monitor,desktop screen computer display,Phosphor,import { Monitor } from '@phosphor-icons/react',<Monitor size={20} weight=\"regular\" />,Desktop monitor,Outline\n81,Device,laptop,notebook computer portable device,Phosphor,import { Laptop } from '@phosphor-icons/react',<Laptop size={20} weight=\"regular\" />,Laptop computer,Outline\n82,Device,printer,print document output paper,Phosphor,import { Printer } from '@phosphor-icons/react',<Printer size={20} weight=\"regular\" />,Printer print,Outline\n83,Security,lock,secure password protected private,Phosphor,import { Lock } from '@phosphor-icons/react',<Lock size={20} weight=\"regular\" />,Lock secure,Outline\n84,Security,lock-open,open access unsecure public,Phosphor,import { LockOpen } from '@phosphor-icons/react',<LockOpen size={20} weight=\"regular\" />,Unlock open,Outline\n85,Security,shield,protection security safe guard,Phosphor,import { Shield } from '@phosphor-icons/react',<Shield size={20} weight=\"regular\" />,Shield protection,Outline\n86,Security,key,password access unlock login,Phosphor,import { Key } from '@phosphor-icons/react',<Key size={20} weight=\"regular\" />,Key password,Outline\n87,Security,eye,view show visible password,Phosphor,import { Eye } from '@phosphor-icons/react',<Eye size={20} weight=\"regular\" />,Show password view,Outline\n88,Security,eye-slash,hide invisible password hidden,Phosphor,import { EyeSlash } from '@phosphor-icons/react',<EyeSlash size={20} weight=\"regular\" />,Hide password,Outline\n89,Location,map-pin,location marker place address,Phosphor,import { MapPin } from '@phosphor-icons/react',<MapPin size={20} weight=\"regular\" />,Location pin marker,Outline\n90,Location,map,directions navigate geography location,Phosphor,import { Map } from '@phosphor-icons/react',<Map size={20} weight=\"regular\" />,Map directions,Outline\n91,Location,compass,compass direction pointer arrow,Phosphor,import { Compass } from '@phosphor-icons/react',<Compass size={20} weight=\"regular\" />,Navigation compass,Outline\n92,Location,globe,world international global web,Phosphor,import { Globe } from '@phosphor-icons/react',<Globe size={20} weight=\"regular\" />,Globe world,Outline\n93,Time,calendar,date schedule event appointment,Phosphor,import { Calendar } from '@phosphor-icons/react',<Calendar size={20} weight=\"regular\" />,Calendar date,Outline\n94,Time,arrows-clockwise,reload sync update refresh,Phosphor,import { ArrowsClockwise } from '@phosphor-icons/react',<ArrowsClockwise size={20} weight=\"regular\" />,Refresh reload,Outline\n95,Time,arrow-counter-clockwise,undo back revert history,Phosphor,import { ArrowCounterClockwise } from '@phosphor-icons/react',<ArrowCounterClockwise size={20} weight=\"regular\" />,Undo revert,Outline\n96,Time,arrow-clockwise,redo forward repeat history,Phosphor,import { ArrowClockwise } from '@phosphor-icons/react',<ArrowClockwise size={20} weight=\"regular\" />,Redo forward,Outline\n97,Development,code,develop programming syntax html,Phosphor,import { Code } from '@phosphor-icons/react',<Code size={20} weight=\"regular\" />,Code development,Outline\n98,Development,terminal,console cli command shell,Phosphor,import { Terminal } from '@phosphor-icons/react',<Terminal size={20} weight=\"regular\" />,Terminal console,Outline\n99,Development,git-branch,version control branch merge,Phosphor,import { GitBranch } from '@phosphor-icons/react',<GitBranch size={20} weight=\"regular\" />,Git branch,Outline\n100,Development,github-logo,repository code open source,Phosphor,import { GithubLogo } from '@phosphor-icons/react',<GithubLogo size={20} weight=\"regular\" />,GitHub repository,Outline\n101,Style Config,bold-typography-icon-system,\"bold typography, editorial, mono label, phosphor, weight regular, minimal, icon+label required, size 20–32\",Phosphor (react-native),\"import { ArrowRight } from 'phosphor-react-native'\",\"<ArrowRight size={20} weight=\"\"regular\"\" color={colors.accent} />\",\"Bold Typography Mobile style: weight=\"\"regular\"\". Size 20px for UI controls, 32px for feature anchors. Icons MUST be paired with a Mono-stack text label (JetBrains Mono). Standalone icons only allowed for standard navigation (e.g., Back arrow). Accent color #FF3D00 only.\",Outline\n102,Style Config,cyberpunk-icon-system,\"cyberpunk, neon, glow, hud, phosphor, weight regular, accent glow, dark, angular, react native\",Phosphor (react-native),\"import { Lightning } from 'phosphor-react-native'\",\"<Lightning size={24} weight=\"\"regular\"\" color={colors.accent} />\",\"Cyberpunk Mobile HUD style: weight=\"\"regular\"\", color={colors.accent} (#00FF88 Matrix Green). Wrap every icon in a View with shadowColor: colors.accent / shadowOpacity: 0.6 / shadowRadius: 8 to simulate neon glow. Use borderRadius: 0 on wrapper. Avoid rounded icon containers. Always pair icon with data label in JetBrains Mono.\",Outline\n103,Style Config,academia-icon-system,\"academia, library, brass, ornate, phosphor, weight thin, muted warm, scholarly, mobile\",Phosphor (react-native),\"import { BookOpen } from 'phosphor-react-native'\",\"<BookOpen size={22} weight=\"\"thin\"\" color={colors.brass} />\",\"Academia (Scholarly Mobile) style: weight=\"\"thin\"\" (thin engraved feel), color={colors.brass} (#C9A962). No sharp geometric or tech-inspired icons. Prefer book, scroll, key, quill-type icon metaphors. Wrap in circular View with 1px brass border. Avoid neon or saturated colored icons. All icon-only navigation must have an accessibilityLabel.\",Outline\n104,Style Config,web3-bitcoin-icon-system,\"web3, bitcoin, defi, crypto, neon orange, holographic, blurview, phosphor, glow, fintech mobile\",Phosphor (react-native),\"import { TrendUp } from 'phosphor-react-native'\",\"<TrendUp size={24} weight=\"\"regular\"\" color={colors.bitcoinOrange} />\",\"Bitcoin DeFi Mobile style: weight=\"\"regular\"\", color={colors.bitcoinOrange} (#F7931A). Wrap icons in circular BlurView (intensity: 20) with 1px borderColor: '#F7931A' border (Holographic Node effect). shadowColor: '#F7931A' / shadowOpacity: 0.4 / shadowRadius: 8. Prefer finance/data icons (TrendUp, Wallet, Shield, Layers). All data icons use JetBrains Mono label.\",Outline\n105,Guideline,icon-fallback-rules,\"icon fallback, phosphor, heroicons, any icon, extended set\",\"Phosphor (primary) + Heroicons (fallback)\",\"Primary: import { IconName } from '@phosphor-icons/react'. Fallback: import { IconName } from '@heroicons/react/24/outline' or '@heroicons/react/24/solid'.\",\"当默认列表中没有合适图标时:优先继续从 Phosphor 中选择任何语义更贴切的图标(不必局限于本表列出的图标)。若 Phosphor 也无合适图标,可以改用 Heroicons,并在 UI 代码中保持风格统一(线性或填充、圆角程度、笔画粗细等)。\",\"Icon library strategy and fallback rules\",Outline",
43
+ "kind": "raw"
44
+ },
45
+ {
46
+ "path": "data/landing.csv",
47
+ "content": "No,Pattern Name,Keywords,Section Order,Primary CTA Placement,Color Strategy,Recommended Effects,Conversion Optimization\r\n1,Hero + Features + CTA,\"hero, hero-centric, hero-centric design, features, feature-rich, feature-rich showcase, cta, call-to-action\",\"1. Hero with headline/image, 2. Value prop, 3. Key features (3-5), 4. CTA section, 5. Footer\",Hero (sticky) + Bottom,Hero: Brand primary or vibrant. Features: Card bg #FAFAFA. CTA: Contrasting accent color,\"Hero parallax, feature card hover lift, CTA glow on hover\",Deep CTA placement. Use contrasting color (at least 7:1 contrast ratio). Sticky navbar CTA.\r\n2,Hero + Testimonials + CTA,\"hero, testimonials, social-proof, social-proof-focused, social proof focused, trust, reviews, cta\",\"1. Hero, 2. Problem statement, 3. Solution overview, 4. Testimonials carousel, 5. CTA\",Hero (sticky) + Post-testimonials,\"Hero: Brand color. Testimonials: Light bg #F5F5F5. Quotes: Italic, muted color #666. CTA: Vibrant\",\"Testimonial carousel slide animations, quote marks animations, avatar fade-in\",Social proof before CTA. Use 3-5 testimonials. Include photo + name + role. CTA after social proof.\r\n3,Product Demo + Features,\"demo, product-demo, features, showcase, interactive, interactive-product-demo, interactive product demo\",\"1. Hero, 2. Product video/mockup (center), 3. Feature breakdown per section, 4. Comparison (optional), 5. CTA\",Video center + CTA right/bottom,Video surround: Brand color overlay. Features: Icon color #0080FF. Text: Dark #222,\"Video play button pulse, feature scroll reveals, demo interaction highlights\",Embedded product demo increases engagement. Use interactive mockup if possible. Auto-play video muted.\r\n4,Minimal Single Column,\"minimal, simple, direct, minimal & direct, minimal-direct, single-column, clean\",\"1. Hero headline, 2. Short description, 3. Benefit bullets (3 max), 4. CTA, 5. Footer\",\"Center, large CTA button\",Minimalist: Brand + white #FFFFFF + accent. Buttons: High contrast 7:1+. Text: Black/Dark grey,Minimal hover effects. Smooth scroll. CTA scale on hover (subtle),Single CTA focus. Large typography. Lots of whitespace. No nav clutter. Mobile-first.\r\n5,Funnel (3-Step Conversion),\"funnel, conversion, conversion-optimized, conversion optimized, steps, wizard, onboarding\",\"1. Hero, 2. Step 1 (problem), 3. Step 2 (solution), 4. Step 3 (action), 5. CTA progression\",Each step: mini-CTA. Final: main CTA,\"Step colors: 1 (Red/Problem), 2 (Orange/Process), 3 (Green/Solution). CTA: Brand color\",\"Step number animations, progress bar fill, step transitions smooth scroll\",Progressive disclosure. Show only essential info per step. Use progress indicators. Multiple CTAs.\r\n6,Comparison Table + CTA,\"comparison, table, compare, versus, cta\",\"1. Hero, 2. Problem intro, 3. Comparison table (product vs competitors), 4. Pricing (optional), 5. CTA\",Table: Right column. CTA: Below table,Table: Alternating rows (white/light grey). Your product: Highlight #FFFACD (light yellow) or green. Text: Dark,\"Table row hover highlight, price toggle animations, feature checkmark animations\",Use comparison to show unique value. Highlight your product row. Include 'free trial' in pricing row.\r\n7,Lead Magnet + Form,\"lead, form, signup, capture, email, magnet\",\"1. Hero (benefit headline), 2. Lead magnet preview (ebook cover, checklist, etc), 3. Form (minimal fields), 4. CTA submit\",Form CTA: Submit button,Lead magnet: Professional design. Form: Clean white bg. Inputs: Light border #CCCCCC. CTA: Brand color,\"Form focus state animations, input validation animations, success confirmation animation\",Form fields ≤ 3 for best conversion. Offer valuable lead magnet preview. Show form submission progress.\r\n8,Pricing Page + CTA,\"pricing, plans, tiers, comparison, cta\",\"1. Hero (pricing headline), 2. Price comparison cards, 3. Feature comparison table, 4. FAQ section, 5. Final CTA\",Each card: CTA button. Sticky CTA in nav,\"Free: Grey, Starter: Blue, Pro: Green/Gold, Enterprise: Dark. Cards: 1px border, shadow\",\"Price toggle animation (monthly/yearly), card comparison highlight, FAQ accordion open/close\",Recommend starter plan (pre-select/highlight). Show annual discount (20-30%). Use FAQs to address concerns.\r\n9,Video-First Hero,\"video, hero, media, visual, engaging\",\"1. Hero with video background, 2. Key features overlay, 3. Benefits section, 4. CTA\",Overlay on video (center/bottom) + Bottom section,Dark overlay 60% on video. Brand accent for CTA. White text on dark.,\"Video autoplay muted, parallax scroll, text fade-in on scroll\",86% higher engagement with video. Add captions for accessibility. Compress video for performance.\r\n10,Scroll-Triggered Storytelling,\"storytelling, scroll, narrative, story, immersive\",\"1. Intro hook, 2. Chapter 1 (problem), 3. Chapter 2 (journey), 4. Chapter 3 (solution), 5. Climax CTA\",End of each chapter (mini) + Final climax CTA,Progressive reveal. Each chapter has distinct color. Building intensity.,\"ScrollTrigger animations, parallax layers, progressive disclosure, chapter transitions\",Narrative increases time-on-page 3x. Use progress indicator. Mobile: simplify animations.\r\n11,AI Personalization Landing,\"ai, personalization, smart, recommendation, dynamic\",\"1. Dynamic hero (personalized), 2. Relevant features, 3. Tailored testimonials, 4. Smart CTA\",Context-aware placement based on user segment,Adaptive based on user data. A/B test color variations per segment.,\"Dynamic content swap, fade transitions, personalized product recommendations\",20%+ conversion with personalization. Requires analytics integration. Fallback for new users.\r\n12,Waitlist/Coming Soon,\"waitlist, coming-soon, launch, early-access, notify\",\"1. Hero with countdown, 2. Product teaser/preview, 3. Email capture form, 4. Social proof (waitlist count)\",Email form prominent (above fold) + Sticky form on scroll,Anticipation: Dark + accent highlights. Countdown in brand color. Urgency indicators.,\"Countdown timer animation, email validation feedback, success confetti, social share buttons\",Scarcity + exclusivity. Show waitlist count. Early access benefits. Referral program.\r\n13,Comparison Table Focus,\"comparison, table, versus, compare, features\",\"1. Hero (problem statement), 2. Comparison matrix (you vs competitors), 3. Feature deep-dive, 4. Winner CTA\",After comparison table (highlighted row) + Bottom,Your product column highlighted (accent bg or green). Competitors neutral. Checkmarks green.,\"Table row hover highlight, feature checkmark animations, sticky comparison header\",Show value vs competitors. 35% higher conversion. Be factual. Include pricing if favorable.\r\n14,Pricing-Focused Landing,\"pricing, price, cost, plans, subscription\",\"1. Hero (value proposition), 2. Pricing cards (3 tiers), 3. Feature comparison, 4. FAQ, 5. Final CTA\",Each pricing card + Sticky CTA in nav + Bottom,Popular plan highlighted (brand color border/bg). Free: grey. Enterprise: dark/premium.,\"Price toggle monthly/annual animation, card hover lift, FAQ accordion smooth open\",Annual discount 20-30%. Recommend mid-tier (most popular badge). Address objections in FAQ.\r\n15,App Store Style Landing,\"app, mobile, download, store, install\",\"1. Hero with device mockup, 2. Screenshots carousel, 3. Features with icons, 4. Reviews/ratings, 5. Download CTAs\",Download buttons prominent (App Store + Play Store) throughout,Dark/light matching app store feel. Star ratings in gold. Screenshots with device frames.,\"Device mockup rotations, screenshot slider, star rating animations, download button pulse\",Show real screenshots. Include ratings (4.5+ stars). QR code for mobile. Platform-specific CTAs.\r\n16,FAQ/Documentation Landing,\"faq, documentation, help, support, questions, faq/documentation, knowledge base\",\"1. Hero with search bar, 2. Popular categories, 3. FAQ accordion, 4. Contact/support CTA\",Search bar prominent + Contact CTA for unresolved questions,\"Clean, high readability. Minimal color. Category icons in brand color. Success green for resolved.\",\"Search autocomplete, smooth accordion open/close, category hover, helpful feedback buttons\",Reduce support tickets. Track search analytics. Show related articles. Contact escalation path.\r\n17,Immersive/Interactive Experience,\"immersive, interactive, experience, 3d, animation, immersive/interactive experience\",\"1. Full-screen interactive element, 2. Guided product tour, 3. Key benefits revealed, 4. CTA after completion\",After interaction complete + Skip option for impatient users,Immersive experience colors. Dark background for focus. Highlight interactive elements.,\"WebGL, 3D interactions, gamification elements, progress indicators, reward animations\",40% higher engagement. Performance trade-off. Provide skip option. Mobile fallback essential.\r\n18,Event/Conference Landing,\"event, conference, meetup, registration, schedule, hero-centric design, hero-centric\",\"1. Hero (date/location/countdown), 2. Speakers grid, 3. Agenda/schedule, 4. Sponsors, 5. Register CTA\",Register CTA sticky + After speakers + Bottom,Urgency colors (countdown). Event branding. Speaker cards professional. Sponsor logos neutral.,\"Countdown timer, speaker hover cards with bio, agenda tabs, early bird countdown\",Early bird pricing with deadline. Social proof (past attendees). Speaker credibility. Multi-ticket discounts.\r\n19,Product Review/Ratings Focused,\"reviews, ratings, testimonials, social-proof, social-proof-focused, stars\",\"1. Hero (product + aggregate rating), 2. Rating breakdown, 3. Individual reviews, 4. Buy/CTA\",After reviews summary + Buy button alongside reviews,Trust colors. Star ratings gold. Verified badge green. Review sentiment colors.,\"Star fill animations, review filtering, helpful vote interactions, photo lightbox\",User-generated content builds trust. Show verified purchases. Filter by rating. Respond to negative reviews.\r\n20,Community/Forum Landing,\"community, forum, social, members, discussion\",\"1. Hero (community value prop), 2. Popular topics/categories, 3. Active members showcase, 4. Join CTA\",Join button prominent + After member showcase,\"Warm, welcoming. Member photos add humanity. Topic badges in brand colors. Activity indicators green.\",\"Member avatars animation, activity feed live updates, topic hover previews, join success celebration\",\"Show active community (member count, posts today). Highlight benefits. Preview content. Easy onboarding.\"\r\n21,Before-After Transformation,\"before-after, transformation, results, comparison\",\"1. Hero (problem state), 2. Transformation slider/comparison, 3. How it works, 4. Results CTA\",After transformation reveal + Bottom,Contrast: muted/grey (before) vs vibrant/colorful (after). Success green for results.,\"Slider comparison interaction, before/after reveal animations, result counters, testimonial videos\",Visual proof of value. 45% higher conversion. Real results. Specific metrics. Guarantee offer.\r\n22,Marketplace / Directory,\"marketplace, directory, search, listing\",\"1. Hero (Search focused), 2. Categories, 3. Featured Listings, 4. Trust/Safety, 5. CTA (Become a host/seller)\",Hero Search Bar + Navbar 'List your item',\"Search: High contrast. Categories: Visual icons. Trust: Blue/Green.\",\"Search autocomplete animation, map hover pins, card carousel\",\"Search bar is the CTA. Reduce friction to search. Popular searches suggestions.\"\r\n23,Newsletter / Content First,\"newsletter, content, writer, blog, subscribe, minimal & direct, minimal-direct\",\"1. Hero (Value Prop + Form), 2. Recent Issues/Archives, 3. Social Proof (Subscriber count), 4. About Author\",Hero inline form + Sticky header form,\"Minimalist. Paper-like background. Text focus. Accent color for Subscribe.\",\"Text highlight animations, typewriter effect, subtle fade-in\",\"Single field form (Email only). Show 'Join X, 000 readers'. Read sample link.\"\r\n24,Webinar Registration,\"webinar, registration, event, training, live\",\"1. Hero (Topic + Timer + Form), 2. What you'll learn, 3. Speaker Bio, 4. Urgency/Bonuses, 5. Form (again)\",Hero (Right side form) + Bottom anchor,\"Urgency: Red/Orange. Professional: Blue/Navy. Form: High contrast white.\",\"Countdown timer, speaker avatar float, urgent ticker\",\"Limited seats logic. 'Live' indicator. Auto-fill timezone.\"\r\n25,Enterprise Gateway,\"enterprise, corporate, gateway, solutions, portal, trust, authority, trust & authority\",\"1. Hero (Video/Mission), 2. Solutions by Industry, 3. Solutions by Role, 4. Client Logos, 5. Contact Sales\",Contact Sales (Primary) + Login (Secondary),\"Corporate: Navy/Grey. High integrity. Conservative accents.\",\"Slow video background, logo carousel, tab switching for industries\",\"Path selection (I am a...). Mega menu navigation. Trust signals prominent.\"\r\n26,Portfolio Grid,\"portfolio, grid, showcase, gallery, masonry, portfolio grid + visuals\",\"1. Hero (Name/Role), 2. Project Grid (Masonry), 3. About/Philosophy, 4. Contact\",Project Card Hover + Footer Contact,\"Neutral background (let work shine). Text: Black/White. Accent: Minimal.\",\"Image lazy load reveal, hover overlay info, lightbox view\",\"Visuals first. Filter by category. Fast loading essential.\"\r\n27,Horizontal Scroll Journey,\"horizontal, scroll, journey, gallery, storytelling, panoramic, storytelling-driven\",\"1. Intro (Vertical), 2. The Journey (Horizontal Track), 3. Detail Reveal, 4. Vertical Footer\",Floating Sticky CTA or End of Horizontal Track,Continuous palette transition. Chapter colors. Progress bar #000000.,\"Scroll-jacking (careful), parallax layers, horizontal slide, progress indicator\",\"Immersive product discovery. High engagement. Keep navigation visible.\"\r\n28,Bento Grid Showcase,\"bento, grid, features, modular, apple-style, showcase, feature-rich showcase\",\"1. Hero, 2. Bento Grid (Key Features), 3. Detail Cards, 4. Tech Specs, 5. CTA\",Floating Action Button or Bottom of Grid,\"Card backgrounds: #F5F5F7 or Glass. Icons: Vibrant brand colors. Text: Dark.\",\"Hover card scale (1.02), video inside cards, tilt effect, staggered reveal\",\"Scannable value props. High information density without clutter. Mobile stack.\"\r\n29,Interactive 3D Configurator,\"3d, configurator, customizer, interactive, product, interactive product demo\",\"1. Hero (Configurator), 2. Feature Highlight (synced), 3. Price/Specs, 4. Purchase\",Inside Configurator UI + Sticky Bottom Bar,\"Neutral studio background. Product: Realistic materials. UI: Minimal overlay.\",\"Real-time rendering, material swap animation, camera rotate/zoom, light reflection\",\"Increases ownership feeling. 360 view reduces return rates. Direct add-to-cart.\"\r\n30,AI-Driven Dynamic Landing,\"ai, dynamic, personalized, adaptive, generative\",\"1. Prompt/Input Hero, 2. Generated Result Preview, 3. How it Works, 4. Value Prop\",\"Input Field (Hero) + 'Try it' Buttons\",\"Adaptive to user input. Dark mode for compute feel. Neon accents.\",\"Typing text effects, shimmering generation loaders, morphing layouts\",\"Immediate value demonstration. 'Show, don't tell'. Low friction start.\"\r\n31,Feature-Rich Showcase,\"feature-rich, feature-rich showcase, features, showcase, product showcase\",\"1. Hero (value prop), 2. Feature grid/cards (4-6), 3. Use cases or benefits, 4. Social proof or logos, 5. CTA\",Hero (sticky) + After features + Bottom,Brand primary + card bg #FAFAFA. Feature icons accent. CTA contrasting.,\"Feature card hover lift, scroll reveal, icon micro-interactions\",\"Clear feature hierarchy. One key message per card. Strong CTA repetition.\"\r\n32,Hero-Centric Design,\"hero-centric, hero-centric design, hero-first, hero above fold\",\"1. Full-bleed Hero (headline + visual), 2. Single value prop strip, 3. Key benefit or proof, 4. Primary CTA\",Hero dominant (center/bottom) + Sticky nav CTA,Hero: High-impact visual. Minimal text. CTA 7:1 contrast.,\"Hero parallax or video, CTA pulse on scroll, minimal chrome\",\"One primary CTA. Hero is 60-80% above fold. Mobile: same hierarchy.\"\r\n33,Trust & Authority + Conversion,\"trust & authority, trust, authority, conversion, credibility, enterprise\",\"1. Hero (mission/credibility), 2. Proof (logos, certs, stats), 3. Solution overview, 4. Clear CTA path\",Contact Sales / Get Quote (primary) + Nav,\"Navy/Grey corporate. Trust blue. Accent for CTA only.\",\"Logo carousel, stat counters, testimonial strip\",\"Security badges. Case studies. Transparent pricing. Low-friction form.\"\r\n34,Real-Time / Operations Landing,\"real-time, real-time monitor, operations, dashboard, telemetry, live data\",\"1. Hero (product + live preview or status), 2. Key metrics/indicators, 3. How it works, 4. CTA (Start trial / Contact)\",\"Primary CTA in nav + After metrics\",Dark or neutral. Status colors (green/amber/red). Data-dense but scannable.,\"Live data ticker, status pulse, minimal decoration\",\"For ops/security/iot products. Demo or sandbox link. Trust signals.\"\r\n",
48
+ "kind": "raw"
49
+ },
50
+ {
51
+ "path": "data/motion.csv",
52
+ "content": "No,Category,Intensity Tier,Keywords,Trigger,Duration,Easing,GSAP Snippet,Framework Notes,Do,Don't,Performance Notes\r\n1,Hover Micro-interaction,Subtle,\"hover, button, opacity, lift, press feedback\",hover,150-200ms,power1.out,\"gsap.to(el, { y: -1, opacity: 0.9, duration: 0.15, ease: 'power1.out' });\",Bind on mouseenter/mouseleave; in React wrap in a ref + useEffect (or onMouseEnter/onMouseLeave props directly calling gsap.to),Keep displacement under 2px so it reads as feedback not motion,Don't animate layout-affecting props (width/height/margin) on hover,Runs on transform/opacity only so it stays on the compositor thread\r\n2,Hover Micro-interaction,Standard,\"hover, card, scale, tilt, cursor feedback\",hover,200-300ms,power2.out,\"gsap.to(el, { y: -4, scale: 1.02, boxShadow: '0 12px 24px rgba(0,0,0,0.12)', duration: 0.25, ease: 'power2.out' });\",\"Use gsap.quickTo(el, 'y') for cards with many hover targets to avoid re-creating tweens every event\",Pair with a matching mouseleave tween that reverses the same properties,Don't leave the hover state stuck if the pointer leaves fast; always attach the reverse tween,quickTo() avoids GC churn on lists with 20+ hoverable cards\r\n3,Hover Micro-interaction,Complex,\"hover, magnetic, cursor follow, 3d tilt\",hover + mousemove,300-500ms,\"elastic.out(1,0.4)\",\"const xTo = gsap.quickTo(el, 'x', { duration: 0.4, ease: 'elastic.out(1,0.4)' }); const yTo = gsap.quickTo(el, 'y', { duration: 0.4, ease: 'elastic.out(1,0.4)' }); el.addEventListener('mousemove', (e) => { const r = el.getBoundingClientRect(); xTo((e.clientX - r.left - r.width/2) * 0.3); yTo((e.clientY - r.top - r.height/2) * 0.3); });\",Debounce is not needed since quickTo interpolates; remove listeners on component unmount in React/Vue to avoid leaks,Clamp the pull strength (e.g. * 0.3) so the element never fully leaves its hit box,Don't apply magnetic effect to more than 1-2 focal elements per screen; it becomes noisy,Use will-change: transform on the target element for smoother compositing\r\n4,Scroll Reveal,Subtle,\"scroll, fade in, reveal, on view\",scroll (viewport enter),300-400ms,power1.out,\"gsap.from(el, { opacity: 0, y: 12, duration: 0.35, ease: 'power1.out', scrollTrigger: { trigger: el, start: 'top 90%', toggleActions: 'play none none reverse' } });\",Requires the ScrollTrigger plugin registered once via gsap.registerPlugin(ScrollTrigger),\"Keep the y offset small (8-16px) so it reads as a fade, not a slide\",Don't reveal below-the-fold content needed for SEO/crawlers as invisible-by-default without a no-JS fallback,toggleActions 'play none none reverse' avoids re-triggering on every scroll direction change\r\n5,Scroll Reveal,Standard,\"scroll, slide up, staggered section, reveal\",scroll (viewport enter),400-600ms,power2.out,\"gsap.from(el.children, { opacity: 0, y: 24, duration: 0.5, stagger: 0.08, ease: 'power2.out', scrollTrigger: { trigger: el, start: 'top 85%' } });\",\"In React use useGSAP(() => {...}, { scope: containerRef }) from @gsap/react to auto-cleanup on unmount\",Scope the ScrollTrigger to the section container so it doesn't re-scan the whole page,Don't stagger more than ~8 children; beyond that the last items feel laggy,Set scroller/markers: false in production; markers is dev-only\r\n6,Scroll Reveal,Complex,\"scroll, pin, scrub, storytelling, scrollytelling\",scroll (continuous scrub),tied to scroll position,none (scrub-driven),\"gsap.timeline({ scrollTrigger: { trigger: section, start: 'top top', end: '+=150%', scrub: 1, pin: true } }).from('.headline', { opacity: 0, y: 40 }).to('.bg-layer', { yPercent: -20 }, '<');\",Pinning needs the section to have deterministic height; recalc ScrollTrigger.refresh() after images/fonts load,Use scrub: true or a small number (0.5-1.5) instead of instant jumps so it feels tied to the scrollbar,Don't pin more than 1-2 sections per page; excessive pinning fights native scroll feel and hurts mobile UX,\"Pinning forces layout reflow; test on mid-tier mobile devices, not just desktop\"\r\n7,Stagger List,Subtle,\"list, stagger, cards, grid entrance\",load or scroll,250-350ms,power1.out,\"gsap.from('.list-item', { opacity: 0, y: 8, duration: 0.3, stagger: 0.03 });\",Select items with a stable class/data-attribute (not array index) so re-renders in React don't break targeting,Keep per-item stagger delay small (0.02-0.04s) for lists longer than 10 items,Don't stagger by more than 0.1s per item on long lists; total reveal time becomes sluggish,\"For virtualized lists, only animate items currently mounted in the DOM\"\r\n8,Stagger List,Standard,\"grid, bento, cards, staggered scale\",load or scroll,300-450ms,back.out(1.4),\"gsap.from('.grid-item', { opacity: 0, scale: 0.92, y: 16, duration: 0.4, stagger: { each: 0.06, from: 'start', grid: 'auto' }, ease: 'back.out(1.4)' });\",grid: 'auto' lets GSAP infer rows/columns from a CSS grid layout for a natural wave stagger,Combine with from: 'center' for a bento-grid layout to draw the eye inward first,Don't use back.out on dense data tables; the overshoot reads as sloppy on informational UI,Group DOM writes; avoid interleaving layout reads (getBoundingClientRect) between staggered tweens\r\n9,Stagger List,Complex,\"stagger, wave, text reveal, split text\",load or scroll,400-700ms,expo.out,\"const split = new SplitText(headline, { type: 'chars' }); gsap.from(split.chars, { opacity: 0, y: 20, rotateX: -40, duration: 0.6, stagger: 0.015, ease: 'expo.out' });\",SplitText is a GSAP Club/paid plugin; confirm license before shipping and provide a plain fade fallback if unavailable,Revert SplitText on unmount/cleanup (split.revert()) to restore original text nodes for accessibility tools,Don't split-animate long paragraphs; reserve for short headlines (under ~8 words),Splitting text creates one element per character; keep it to headline-length copy only for DOM size\r\n10,Page Transition,Subtle,\"route change, fade, page transition\",route change,200-300ms,power1.inOut,\"gsap.to(main, { opacity: 0, duration: 0.2, onComplete: () => { navigate(); gsap.fromTo(main, { opacity: 0 }, { opacity: 1, duration: 0.2 }); } });\",\"Pair with the router's transition hooks (Next.js App Router transitions, React Router's useNavigate, Vue Router's beforeEach/afterEach)\",Preload the destination route's critical assets before the exit tween finishes,Don't block navigation on animation; cap exit duration at ~250ms so the app never feels unresponsive,Exit animation should always resolve faster than entrance (asymmetric timing) so back/forward feels snappy\r\n11,Page Transition,Standard,\"route change, slide, overlay wipe\",route change,400-600ms,power2.inOut,\"const tl = gsap.timeline(); tl.to('.transition-overlay', { yPercent: 0, duration: 0.4, ease: 'power2.inOut' }).call(navigate).to('.transition-overlay', { yPercent: -100, duration: 0.4, ease: 'power2.inOut', delay: 0.1 });\",Keep the overlay element mounted at the layout root (outside the page component) so it survives the route swap,Show a lightweight loading indicator if the destination route's data fetch outlasts the overlay,Don't tie the overlay's reveal directly to data-fetch completion without a max-wait timeout; a slow API stalls the whole transition,Prefer CSS transform (yPercent) over top/left to keep the overlay animation on the compositor thread\r\n12,Page Transition,Complex,\"shared element, morph, hero transition\",route change,500-800ms,expo.inOut,\"const state = Flip.getState('.hero-image'); navigate(); Flip.from(state, { duration: 0.6, ease: 'expo.inOut', absolute: true, zIndex: 100 });\",Requires the GSAP Flip plugin; the 'from' and 'to' route must render the same element with a shared data-flip-id,Verify the shared element exists in both DOM states before calling Flip.from to avoid a silent no-op,Don't use shared-element transitions across more than one element pair per navigation; compounding Flips are hard to time correctly,Flip recalculates layout (FLIP technique) so test on low-end devices for jank\r\n13,Parallax Scroll,Subtle,\"parallax, background, depth, scroll speed\",scroll (continuous),tied to scroll position,linear (scrub),\"gsap.to('.bg-layer', { yPercent: 10, ease: 'none', scrollTrigger: { trigger: section, scrub: true } });\",\"Apply parallax to background/decorative layers only, never to text or interactive controls\",Keep the yPercent delta small (5-15) so foreground and background never desync distractingly,Don't parallax body copy; it hurts reading comfort and can trigger motion sickness,will-change: transform on the parallax layer only; remove it after scroll settles to free GPU memory\r\n14,Parallax Scroll,Standard,\"multi-layer parallax, depth, hero background\",scroll (continuous),tied to scroll position,linear (scrub),\"gsap.utils.toArray('.parallax-layer').forEach((layer, i) => { gsap.to(layer, { yPercent: (i + 1) * -8, ease: 'none', scrollTrigger: { trigger: layer.parentElement, scrub: 0.5 } }); });\",Layer count beyond 3-4 has diminishing visual return and multiplies scroll-listener cost,\"Vary speed per layer (background slowest, foreground fastest) to sell the depth illusion\",Don't let parallax layers overflow their container; clip with overflow: hidden on the wrapper,Batch all layers under one ScrollTrigger container where possible instead of one per layer\r\n15,Loading / Skeleton,Subtle,\"loading, skeleton, shimmer, pulse\",on mount / async wait,1200-1600ms loop,sine.inOut,\"gsap.to('.skeleton', { backgroundPosition: '200% 0', duration: 1.4, ease: 'sine.inOut', repeat: -1 });\",Kill the loop tween (tween.kill()) as soon as real content mounts to avoid orphaned repeating animations,Use a CSS gradient background-position sweep rather than opacity pulsing; reads as 'loading' more clearly,Don't run more than one shimmer loop per skeleton group; sync them under one timeline so the wave reads as a single unit,repeat: -1 tweens are cheap but must be explicitly killed on unmount or they leak in SPA route changes\r\n16,Loading / Skeleton,Standard,\"progress, spinner, morphing loader\",on mount / async wait,800-1200ms loop,power1.inOut,\"gsap.timeline({ repeat: -1 }).to('.loader-dot', { y: -8, duration: 0.4, stagger: { each: 0.15, yoyo: true, repeat: 1 } });\",Wrap the whole loop timeline in useGSAP with { revertOnUpdate: false } in React so it isn't rebuilt every render,Cap total loop duration under ~1.5s so long waits don't feel like the UI froze on a single beat,Don't use elaborate loaders for sub-300ms waits; they flash and feel worse than no indicator,Pause the timeline (tl.pause()) when the loading tab/view is not visible to save CPU on background tabs\r\n",
53
+ "kind": "raw"
54
+ },
55
+ {
56
+ "path": "data/products.csv",
57
+ "content": "No,Product Type,Keywords,Primary Style Recommendation,Secondary Styles,Landing Page Pattern,Dashboard Style (if applicable),Color Palette Focus,Key Considerations\n1,SaaS (General),\"app, b2b, cloud, general, saas, software, subscription\",Glassmorphism + Flat Design,\"Soft UI Evolution, Minimalism\",Hero + Features + CTA,Data-Dense + Real-Time Monitoring,Trust blue + accent contrast,Balance modern feel with clarity. Focus on CTAs.\n2,Micro SaaS,\"indie, micro-saas, niche, solo, bootstrap, micro, side-project, solopreneur, small-team, indie-hacker, product-hunt\",Flat Design + Vibrant & Block,\"Motion-Driven, Micro-interactions\",Minimal & Direct + Demo,Executive Dashboard,Vibrant primary + white space,\"Keep simple, show product quickly. Speed is key.\"\n3,E-commerce,\"buy, commerce, e, ecommerce, products, retail, sell, shop, store\",Vibrant & Block-based,\"Aurora UI, Motion-Driven\",Feature-Rich Showcase,Sales Intelligence Dashboard,Brand primary + success green,Engagement & conversions. High visual hierarchy.\n4,E-commerce Luxury,\"buy, commerce, e, ecommerce, elegant, exclusive, high-end, luxury, premium, products, retail, sell, shop, store\",Liquid Glass + Glassmorphism,\"3D & Hyperrealism, Aurora UI\",Feature-Rich Showcase,Sales Intelligence Dashboard,Premium colors + minimal accent,Elegance & sophistication. Premium materials.\n5,B2B Service,\"b2b, enterprise, consulting, professional, solution, contract, corporate, strategy, advisory, roi, deliverable, whitepaper\",Trust & Authority + Minimal,\"Feature-Rich, Conversion-Optimized\",Feature-Rich Showcase,Sales Intelligence Dashboard,Professional blue + neutral grey,Credibility essential. Clear ROI messaging.\n6,Financial Dashboard,\"portfolio, trading, pnl, budget, revenue, expense, cashflow, balance-sheet, investment, bank, accounting, fintech\",Dark Mode (OLED) + Data-Dense,\"Minimalism, Accessible & Ethical\",N/A - Dashboard focused,Financial Dashboard,Dark bg + red/green alerts + trust blue,\"High contrast, real-time updates, accuracy paramount.\"\n7,Analytics Dashboard,\"kpi, metric, funnel, conversion, cohort, retention, segment, attribution, ab-test, dashboard-data, business-intelligence\",Data-Dense + Heat Map & Heatmap,\"Minimalism, Dark Mode (OLED)\",N/A - Analytics focused,Drill-Down Analytics + Comparative,Cool→Hot gradients + neutral grey,Clarity > aesthetics. Color-coded data priority.\n8,Healthcare App,\"app, clinic, health, healthcare, medical, patient\",Neumorphism + Accessible & Ethical,\"Soft UI Evolution, Claymorphism (for patients)\",Social Proof-Focused,User Behavior Analytics,Calm blue + health green + trust,Accessibility mandatory. Calming aesthetic.\n9,Educational App,\"app, course, education, educational, learning, school, training\",Claymorphism + Micro-interactions,\"Vibrant & Block-based, Flat Design\",Storytelling-Driven,User Behavior Analytics,Playful colors + clear hierarchy,Engagement & ease of use. Age-appropriate design.\n10,Creative Agency,\"branding, identity, portfolio, logo, visual, rebrand, creative-director, campaign, awards, award-winning, showreel\",Brutalism + Motion-Driven,\"Retro-Futurism, Storytelling-Driven\",Storytelling-Driven,N/A - Portfolio focused,Bold primaries + artistic freedom,Differentiation key. Wow-factor necessary.\n11,Portfolio/Personal,\"creative, personal, portfolio, projects, showcase, work\",Motion-Driven + Minimalism,\"Brutalism, Aurora UI\",Storytelling-Driven,N/A - Personal branding,Brand primary + artistic interpretation,Showcase work. Personality shine through.\n12,Gaming,\"entertainment, esports, game, gaming, play\",3D & Hyperrealism + Retro-Futurism,\"Motion-Driven, Vibrant & Block\",Feature-Rich Showcase,N/A - Game focused,Vibrant + neon + immersive colors,Immersion priority. Performance critical.\n13,Government/Public Service,\"government, civic, municipal, federal, citizen, public, administration, permit, tax, voter, transparency, regulation\",Accessible & Ethical + Minimalism,\"Flat Design, Inclusive Design\",Minimal & Direct,Executive Dashboard,Professional blue + high contrast,WCAG AAA mandatory. Trust paramount.\n14,Fintech/Crypto,\"banking, blockchain, crypto, defi, finance, fintech, money, nft, payment, web3\",Glassmorphism + Dark Mode (OLED),\"Retro-Futurism, Motion-Driven\",Conversion-Optimized,Real-Time Monitoring + Predictive,Dark tech colors + trust + vibrant accents,Security perception. Real-time data critical.\n15,Social Media App,\"app, community, content, entertainment, media, network, sharing, social, streaming, users, video\",Vibrant & Block-based + Motion-Driven,\"Aurora UI, Micro-interactions\",Feature-Rich Showcase,User Behavior Analytics,Vibrant + engagement colors,Engagement & retention. Addictive design ethics.\n16,Productivity Tool,\"collaboration, productivity, project, task, tool, workflow\",Flat Design + Micro-interactions,\"Minimalism, Soft UI Evolution\",Interactive Product Demo,Drill-Down Analytics,Clear hierarchy + functional colors,Ease of use. Speed & efficiency focus.\n17,Design System/Component Library,\"component, design, library, system\",Minimalism + Accessible & Ethical,\"Flat Design, Zero Interface\",Feature-Rich Showcase,N/A - Dev focused,Clear hierarchy + code-like structure,Consistency. Developer-first approach.\n18,AI/Chatbot Platform,\"ai, artificial-intelligence, automation, chatbot, machine-learning, ml, platform\",AI-Native UI + Minimalism,\"Zero Interface, Glassmorphism\",Interactive Product Demo,AI/ML Analytics Dashboard,Neutral + AI Purple (#6366F1),Conversational UI. Streaming text. Context awareness. Minimal chrome.\n19,NFT/Web3 Platform,\"nft, platform, web\",Cyberpunk UI + Glassmorphism,\"Aurora UI, 3D & Hyperrealism\",Feature-Rich Showcase,Crypto/Blockchain Dashboard,Dark + Neon + Gold (#FFD700),Wallet integration. Transaction feedback. Gas fees display. Dark mode essential.\n20,Creator Economy Platform,\"creator, economy, platform\",Vibrant & Block-based + Bento Box Grid,\"Motion-Driven, Aurora UI\",Social Proof-Focused,User Behavior Analytics,Vibrant + Brand colors,Creator profiles. Monetization display. Engagement metrics. Social proof.\n21,Remote Work/Collaboration Tool,\"collaboration, remote, tool, work\",Soft UI Evolution + Minimalism,\"Glassmorphism, Micro-interactions\",Feature-Rich Showcase,Drill-Down Analytics,Calm Blue + Neutral grey,Real-time collaboration. Status indicators. Video integration. Notification management.\n22,Mental Health App,\"app, health, mental\",Neumorphism + Accessible & Ethical,\"Claymorphism, Soft UI Evolution\",Social Proof-Focused,Healthcare Analytics,Calm Pastels + Trust colors,Calming aesthetics. Privacy-first. Crisis resources. Progress tracking. Accessibility mandatory.\n23,Pet Tech App,\"app, pet, tech\",Claymorphism + Vibrant & Block-based,\"Micro-interactions, Flat Design\",Storytelling-Driven,User Behavior Analytics,Playful + Warm colors,Pet profiles. Health tracking. Playful UI. Photo galleries. Vet integration.\n24,Smart Home/IoT Dashboard,\"admin, analytics, dashboard, data, home, iot, panel, smart\",Glassmorphism + Dark Mode (OLED),\"Minimalism, AI-Native UI\",Interactive Product Demo,Real-Time Monitoring,Dark + Status indicator colors,Device status. Real-time controls. Energy monitoring. Automation rules. Quick actions.\n25,EV/Charging Ecosystem,\"charging, ecosystem, ev\",Minimalism + Aurora UI,\"Glassmorphism, Organic Biophilic\",Hero-Centric Design,Energy/Utilities Dashboard,Electric Blue (#009CD1) + Green,Charging station maps. Range estimation. Cost calculation. Environmental impact.\n26,Subscription Box Service,\"subscription, box, recurring, membership, unboxing, curated, plan, monthly, surprise, product-box\",Vibrant & Block-based + Motion-Driven,\"Claymorphism, Aurora UI\",Feature-Rich Showcase,E-commerce Analytics,Brand + Excitement colors,Unboxing experience. Personalization quiz. Subscription management. Product reveals.\n27,Podcast Platform,\"platform, podcast\",Dark Mode (OLED) + Minimalism,\"Motion-Driven, Vibrant & Block-based\",Storytelling-Driven,Media/Entertainment Dashboard,Dark + Audio waveform accents,Audio player UX. Episode discovery. Creator tools. Analytics for podcasters.\n28,Dating App,\"app, dating\",Vibrant & Block-based + Motion-Driven,\"Aurora UI, Glassmorphism\",Social Proof-Focused,User Behavior Analytics,Warm + Romantic (Pink/Red gradients),Profile cards. Swipe interactions. Match animations. Safety features. Video chat.\n29,Micro-Credentials/Badges Platform,\"badges, credentials, micro, platform\",Minimalism + Flat Design,\"Accessible & Ethical, Swiss Modernism 2.0\",Trust & Authority,Education Dashboard,Trust Blue + Gold (#FFD700),Credential verification. Badge display. Progress tracking. Issuer trust. LinkedIn integration.\n30,Knowledge Base/Documentation,\"base, documentation, knowledge\",Minimalism + Accessible & Ethical,\"Swiss Modernism 2.0, Flat Design\",FAQ/Documentation,N/A - Documentation focused,Clean hierarchy + minimal color,Search-first. Clear navigation. Code highlighting. Version switching. Feedback system.\n31,Hyperlocal Services,\"hyperlocal, local, neighborhood, nearby, community, nearby, zip, map, local-business, geo-target, city\",Minimalism + Vibrant & Block-based,\"Micro-interactions, Flat Design\",Conversion-Optimized,Drill-Down Analytics + Map,Location markers + Trust colors,Map integration. Service categories. Provider profiles. Booking system. Reviews.\n32,Beauty/Spa/Wellness Service,\"spa, beauty, salon, wellness, treatment, relaxation, massage, skincare, facial, aesthetic, self-care, pamper\",Soft UI Evolution + Neumorphism,\"Glassmorphism, Minimalism\",Hero-Centric Design + Social Proof,User Behavior Analytics,Soft pastels (Pink #FFB6C1 Sage #90EE90) + Cream + Gold accents,Calming aesthetic. Booking system. Service menu. Before/after gallery. Testimonials. Relaxing imagery.\n33,Luxury/Premium Brand,\"brand, elegant, exclusive, high-end, luxury, premium\",Liquid Glass + Glassmorphism,\"Minimalism, 3D & Hyperrealism\",Storytelling-Driven + Feature-Rich,Sales Intelligence Dashboard,Black + Gold (#FFD700) + White + Minimal accent,Elegance paramount. Premium imagery. Storytelling. High-quality visuals. Exclusive feel.\n34,Restaurant/Food Service,\"restaurant, menu, order, food, dining, reservation, delivery, cuisine, chef, table, takeaway, eatery\",Vibrant & Block-based + Motion-Driven,\"Claymorphism, Flat Design\",Hero-Centric Design + Conversion,N/A - Booking focused,Warm colors (Orange Red Brown) + appetizing imagery,Menu display. Online ordering. Reservation system. Food photography. Location/hours prominent.\n35,Fitness/Gym App,\"app, exercise, fitness, gym, health, workout\",Vibrant & Block-based + Dark Mode (OLED),\"Motion-Driven, Neumorphism\",Feature-Rich Showcase,User Behavior Analytics,Energetic (Orange #FF6B35 Electric Blue) + Dark bg,Progress tracking. Workout plans. Community features. Achievements. Motivational design.\n36,Real Estate/Property,\"buy, estate, housing, property, real, real-estate, rent\",Glassmorphism + Minimalism,\"Motion-Driven, 3D & Hyperrealism\",Hero-Centric Design + Feature-Rich,Sales Intelligence Dashboard,Trust Blue (#0077B6) + Gold accents + White,Property listings. Virtual tours. Map integration. Agent profiles. Mortgage calculator. High-quality imagery.\n37,Travel/Tourism Agency,\"travel, tourism, vacation, flight, hotel, destination, adventure, cruise, safari, backpacking, guided-tour, holiday-package\",Aurora UI + Motion-Driven,\"Vibrant & Block-based, Glassmorphism\",Storytelling-Driven + Hero-Centric,Booking Analytics,Vibrant destination colors + Sky Blue + Warm accents,Destination showcase. Booking system. Itinerary builder. Reviews. Inspiration galleries. Mobile-first.\n38,Hotel/Hospitality,\"hospitality, hotel\",Liquid Glass + Minimalism,\"Glassmorphism, Soft UI Evolution\",Hero-Centric Design + Social Proof,Revenue Management Dashboard,Warm neutrals + Gold (#D4AF37) + Brand accent,Room booking. Amenities showcase. Location maps. Guest reviews. Seasonal pricing. Luxury imagery.\n39,Wedding/Event Planning,\"conference, event, meetup, planning, registration, ticket, wedding\",Soft UI Evolution + Aurora UI,\"Glassmorphism, Motion-Driven\",Storytelling-Driven + Social Proof,N/A - Planning focused,Soft Pink (#FFD6E0) + Gold + Cream + Sage,Portfolio gallery. Vendor directory. Planning tools. Timeline. Budget tracker. Romantic aesthetic.\n40,Legal Services,\"law, attorney, legal, case, compliance, contract, court, firm, counsel, litigation, practice-area, jurisdiction\",Trust & Authority + Minimalism,\"Accessible & Ethical, Swiss Modernism 2.0\",Trust & Authority + Minimal,Case Management Dashboard,Navy Blue (#1E3A5F) + Gold + White,Credibility paramount. Practice areas. Attorney profiles. Case results. Contact forms. Professional imagery.\n41,Insurance Platform,\"insurance, platform\",Trust & Authority + Flat Design,\"Accessible & Ethical, Minimalism\",Conversion-Optimized + Trust,Claims Analytics Dashboard,Trust Blue (#0066CC) + Green (security) + Neutral,Quote calculator. Policy comparison. Claims process. Trust signals. Clear pricing. Security badges.\n42,Banking/Traditional Finance,\"banking, finance, traditional\",Minimalism + Accessible & Ethical,\"Trust & Authority, Dark Mode (OLED)\",Trust & Authority + Feature-Rich,Financial Dashboard,Navy (#0A1628) + Trust Blue + Gold accents,Security-first. Account overview. Transaction history. Mobile banking. Accessibility critical. Trust paramount.\n43,Online Course/E-learning,\"course, e, learning, online\",Claymorphism + Vibrant & Block-based,\"Motion-Driven, Flat Design\",Feature-Rich Showcase + Social Proof,Education Dashboard,Vibrant learning colors + Progress green,Course catalog. Progress tracking. Video player. Quizzes. Certificates. Community forums. Gamification.\n44,Non-profit/Charity,\"charity, non, profit\",Accessible & Ethical + Organic Biophilic,\"Minimalism, Storytelling-Driven\",Storytelling-Driven + Trust,Donation Analytics Dashboard,Cause-related colors + Trust + Warm,Impact stories. Donation flow. Transparency reports. Volunteer signup. Event calendar. Emotional connection.\n45,Music Streaming,\"music, streaming\",Dark Mode (OLED) + Vibrant & Block-based,\"Motion-Driven, Aurora UI\",Feature-Rich Showcase,Media/Entertainment Dashboard,Dark (#121212) + Vibrant accents + Album art colors,Audio player. Playlist management. Artist pages. Personalization. Social features. Waveform visualizations.\n46,Video Streaming/OTT,\"ott, streaming, video\",Dark Mode (OLED) + Motion-Driven,\"Glassmorphism, Vibrant & Block-based\",Hero-Centric Design + Feature-Rich,Media/Entertainment Dashboard,Dark bg + Content poster colors + Brand accent,Video player. Content discovery. Watchlist. Continue watching. Personalized recommendations. Thumbnail-heavy.\n47,Job Board/Recruitment,\"board, job, recruitment\",Flat Design + Minimalism,\"Vibrant & Block-based, Accessible & Ethical\",Conversion-Optimized + Feature-Rich,HR Analytics Dashboard,Professional Blue + Success Green + Neutral,Job listings. Search/filter. Company profiles. Application tracking. Resume upload. Salary insights.\n48,Marketplace (P2P),\"buyers, listings, marketplace, p, platform, sellers\",Vibrant & Block-based + Flat Design,\"Micro-interactions, Trust & Authority\",Feature-Rich Showcase + Social Proof,E-commerce Analytics,Trust colors + Category colors + Success green,Seller/buyer profiles. Listings. Reviews/ratings. Secure payment. Messaging. Search/filter. Trust badges.\n49,Logistics/Delivery,\"delivery, logistics\",Minimalism + Flat Design,\"Dark Mode (OLED), Micro-interactions\",Feature-Rich Showcase + Conversion,Real-Time Monitoring + Route Analytics,Blue (#2563EB) + Orange (tracking) + Green (delivered),Real-time tracking. Delivery scheduling. Route optimization. Driver management. Status updates. Map integration.\n50,Agriculture/Farm Tech,\"agriculture, farm, tech\",Organic Biophilic + Flat Design,\"Minimalism, Accessible & Ethical\",Feature-Rich Showcase + Trust,IoT Sensor Dashboard,Earth Green (#4A7C23) + Brown + Sky Blue,Crop monitoring. Weather data. IoT sensors. Yield tracking. Market prices. Sustainable imagery.\n51,Construction/Architecture,\"architecture, construction\",Minimalism + 3D & Hyperrealism,\"Brutalism, Swiss Modernism 2.0\",Hero-Centric Design + Feature-Rich,Project Management Dashboard,Grey (#4A4A4A) + Orange (safety) + Blueprint Blue,Project portfolio. 3D renders. Timeline. Material specs. Team collaboration. Blueprint aesthetic.\n52,Automotive/Car Dealership,\"automotive, car, dealership\",Motion-Driven + 3D & Hyperrealism,\"Dark Mode (OLED), Glassmorphism\",Hero-Centric Design + Feature-Rich,Sales Intelligence Dashboard,Brand colors + Metallic accents + Dark/Light,Vehicle showcase. 360° views. Comparison tools. Financing calculator. Test drive booking. High-quality imagery.\n53,Photography Studio,\"photography, studio\",Motion-Driven + Minimalism,\"Aurora UI, Glassmorphism\",Storytelling-Driven + Hero-Centric,N/A - Portfolio focused,Black + White + Minimal accent,Portfolio gallery. Before/after. Service packages. Booking system. Client galleries. Full-bleed imagery.\n54,Coworking Space,\"coworking, space\",Vibrant & Block-based + Glassmorphism,\"Minimalism, Motion-Driven\",Hero-Centric Design + Feature-Rich,Occupancy Dashboard,Energetic colors + Wood tones + Brand accent,Space tour. Membership plans. Booking system. Amenities. Community events. Virtual tour.\n55,Home Services (Plumber/Electrician),\"plumber, electrician, hvac, handyman, repair, maintenance, home, emergency, leak, wiring, inspection, licensed\",Flat Design + Trust & Authority,\"Minimalism, Accessible & Ethical\",Conversion-Optimized + Trust,Service Analytics,Trust Blue + Safety Orange + Professional grey,Service list. Emergency contact. Booking. Price transparency. Certifications. Local trust signals.\n56,Childcare/Daycare,\"childcare, daycare\",Claymorphism + Vibrant & Block-based,\"Soft UI Evolution, Accessible & Ethical\",Social Proof-Focused + Trust,Parent Dashboard,Playful pastels + Safe colors + Warm accents,Programs. Staff profiles. Safety certifications. Parent portal. Activity updates. Cheerful imagery.\n57,Senior Care/Elderly,\"care, elderly, senior\",Accessible & Ethical + Soft UI Evolution,\"Minimalism, Neumorphism\",Trust & Authority + Social Proof,Healthcare Analytics,Calm Blue + Warm neutrals + Large text,Care services. Staff qualifications. Facility tour. Family portal. Large touch targets. High contrast. Accessibility-first.\n58,Medical Clinic,\"clinic, medical\",Accessible & Ethical + Minimalism,\"Neumorphism, Trust & Authority\",Trust & Authority + Conversion,Healthcare Analytics,Medical Blue (#0077B6) + Trust White + Calm Green,Services. Doctor profiles. Online booking. Patient portal. Insurance info. HIPAA compliant. Trust signals.\n59,Pharmacy/Drug Store,\"drug, pharmacy, store\",Flat Design + Accessible & Ethical,\"Minimalism, Trust & Authority\",Conversion-Optimized + Trust,Inventory Dashboard,Pharmacy Green + Trust Blue + Clean White,Product catalog. Prescription upload. Refill reminders. Health info. Store locator. Safety certifications.\n60,Dental Practice,\"dental, practice\",Soft UI Evolution + Minimalism,\"Accessible & Ethical, Trust & Authority\",Social Proof-Focused + Conversion,Patient Analytics,Fresh Blue + White + Smile Yellow accent,Services. Dentist profiles. Before/after. Online booking. Insurance. Patient testimonials. Friendly imagery.\n61,Veterinary Clinic,\"clinic, veterinary\",Claymorphism + Accessible & Ethical,\"Soft UI Evolution, Flat Design\",Social Proof-Focused + Trust,Pet Health Dashboard,Caring Blue + Pet-friendly colors + Warm accents,Pet services. Vet profiles. Online booking. Pet portal. Emergency info. Friendly animal imagery.\n62,Florist/Plant Shop,\"florist, plant, shop\",Organic Biophilic + Vibrant & Block-based,\"Aurora UI, Motion-Driven\",Hero-Centric Design + Conversion,E-commerce Analytics,Natural Green + Floral pinks/purples + Earth tones,Product catalog. Occasion categories. Delivery scheduling. Care guides. Seasonal collections. Beautiful imagery.\n63,Bakery/Cafe,\"bakery, cafe\",Vibrant & Block-based + Soft UI Evolution,\"Claymorphism, Motion-Driven\",Hero-Centric Design + Conversion,N/A - Order focused,Warm Brown + Cream + Appetizing accents,Menu display. Online ordering. Location/hours. Catering. Seasonal specials. Appetizing photography.\n64,Brewery/Winery,\"brewery, winery\",Motion-Driven + Storytelling-Driven,\"Dark Mode (OLED), Organic Biophilic\",Storytelling-Driven + Hero-Centric,N/A - E-commerce focused,Deep amber/burgundy + Gold + Craft aesthetic,Product showcase. Story/heritage. Tasting notes. Events. Club membership. Artisanal imagery.\n65,Airline,\"airline, aviation, flight, travel, booking, airport, flying\",Minimalism + Glassmorphism,\"Motion-Driven, Accessible & Ethical\",Conversion-Optimized + Feature-Rich,Operations Dashboard,Sky Blue + Brand colors + Trust accents,Flight search. Booking. Check-in. Boarding pass. Loyalty program. Route maps. Mobile-first.\n66,News/Media Platform,\"content, entertainment, media, news, platform, streaming, video\",Minimalism + Flat Design,\"Dark Mode (OLED), Accessible & Ethical\",Hero-Centric Design + Feature-Rich,Media Analytics Dashboard,Brand colors + High contrast + Category colors,Article layout. Breaking news. Categories. Search. Subscription. Mobile reading. Fast loading.\n67,Magazine/Blog,\"articles, blog, content, magazine, posts, writing\",Swiss Modernism 2.0 + Motion-Driven,\"Minimalism, Aurora UI\",Storytelling-Driven + Hero-Centric,Content Analytics,Editorial colors + Brand primary + Clean white,Article showcase. Category navigation. Author profiles. Newsletter signup. Related content. Typography-focused.\n68,Freelancer Platform,\"freelancer, platform\",Flat Design + Minimalism,\"Vibrant & Block-based, Micro-interactions\",Feature-Rich Showcase + Conversion,Marketplace Analytics,Professional Blue + Success Green + Neutral,Profile creation. Portfolio. Skill matching. Messaging. Payment. Reviews. Project management.\n69,Marketing Agency,\"campaign, ads, growth, roi, seo, sem, ppc, social-media, conversion-funnel, ab-test, attribution, performance-marketing\",Brutalism + Motion-Driven,\"Vibrant & Block-based, Aurora UI\",Storytelling-Driven + Feature-Rich,Campaign Analytics,Bold brand colors + Creative freedom,Portfolio. Case studies. Services. Team. Creative showcase. Results-focused. Bold aesthetic.\n70,Event Management,\"conference, event, management, meetup, registration, ticket\",Vibrant & Block-based + Motion-Driven,\"Glassmorphism, Aurora UI\",Hero-Centric Design + Feature-Rich,Event Analytics,Event theme colors + Excitement accents,Event showcase. Registration. Agenda. Speakers. Sponsors. Ticket sales. Countdown timer.\n71,Membership/Community,\"community, membership\",Vibrant & Block-based + Soft UI Evolution,\"Bento Box Grid, Micro-interactions\",Social Proof-Focused + Conversion,Community Analytics,Community brand colors + Engagement accents,Member benefits. Pricing tiers. Community showcase. Events. Member directory. Exclusive content.\n72,Newsletter Platform,\"newsletter, platform\",Minimalism + Flat Design,\"Swiss Modernism 2.0, Accessible & Ethical\",Minimal & Direct + Conversion,Email Analytics,Brand primary + Clean white + CTA accent,Subscribe form. Archive. About. Social proof. Sample content. Simple conversion.\n73,Digital Products/Downloads,\"digital, downloads, products\",Vibrant & Block-based + Motion-Driven,\"Glassmorphism, Bento Box Grid\",Feature-Rich Showcase + Conversion,E-commerce Analytics,Product category colors + Brand + Success green,Product showcase. Preview. Pricing. Instant delivery. License management. Customer reviews.\n74,Church/Religious Organization,\"church, organization, religious\",Accessible & Ethical + Soft UI Evolution,\"Minimalism, Trust & Authority\",Hero-Centric Design + Social Proof,N/A - Community focused,Warm Gold + Deep Purple/Blue + White,Service times. Events. Sermons. Community. Giving. Location. Welcoming imagery.\n75,Sports Team/Club,\"club, sports, team\",Vibrant & Block-based + Motion-Driven,\"Dark Mode (OLED), 3D & Hyperrealism\",Hero-Centric Design + Feature-Rich,Performance Analytics,Team colors + Energetic accents,Schedule. Roster. News. Tickets. Merchandise. Fan engagement. Action imagery.\n76,Museum/Gallery,\"gallery, museum\",Minimalism + Motion-Driven,\"Swiss Modernism 2.0, 3D & Hyperrealism\",Storytelling-Driven + Feature-Rich,Visitor Analytics,Art-appropriate neutrals + Exhibition accents,Exhibitions. Collections. Tickets. Events. Virtual tours. Educational content. Art-focused design.\n77,Theater/Cinema,\"cinema, theater\",Dark Mode (OLED) + Motion-Driven,\"Vibrant & Block-based, Glassmorphism\",Hero-Centric Design + Conversion,Booking Analytics,Dark + Spotlight accents + Gold,Showtimes. Seat selection. Trailers. Coming soon. Membership. Dramatic imagery.\n78,Language Learning App,\"app, language, learning\",Claymorphism + Vibrant & Block-based,\"Micro-interactions, Flat Design\",Feature-Rich Showcase + Social Proof,Learning Analytics,Playful colors + Progress indicators + Country flags,Lesson structure. Progress tracking. Gamification. Speaking practice. Community. Achievement badges.\n79,Coding Bootcamp,\"bootcamp, coding\",Dark Mode (OLED) + Minimalism,\"Cyberpunk UI, Flat Design\",Feature-Rich Showcase + Social Proof,Student Analytics,Code editor colors + Brand + Success green,Curriculum. Projects. Career outcomes. Alumni. Pricing. Application. Terminal aesthetic.\n80,Cybersecurity Platform,\"cyber, security, platform\",Cyberpunk UI + Dark Mode (OLED),\"Neubrutalism, Minimal & Direct\",Trust & Authority + Real-Time,Real-Time Monitoring + Heat Map,Matrix Green + Deep Black + Terminal feel,Data density. Threat visualization. Dark mode default.\n81,Developer Tool / IDE,\"dev, developer, tool, ide\",Dark Mode (OLED) + Minimalism,\"Flat Design, Bento Box Grid\",Minimal & Direct + Documentation,Real-Time Monitor + Terminal,Dark syntax theme colors + Blue focus,Keyboard shortcuts. Syntax highlighting. Fast performance.\n82,Biotech / Life Sciences,\"biotech, biology, science\",Glassmorphism + Clean Science,\"Minimalism, Organic Biophilic\",Storytelling-Driven + Research,Data-Dense + Predictive,Sterile White + DNA Blue + Life Green,Data accuracy. Cleanliness. Complex data viz.\n83,Space Tech / Aerospace,\"aerospace, space, tech\",Holographic / HUD + Dark Mode,\"Glassmorphism, 3D & Hyperrealism\",Immersive Experience + Hero,Real-Time Monitoring + 3D,Deep Space Black + Star White + Metallic,High-tech feel. Precision. Telemetry data.\n84,Architecture / Interior,\"architecture, design, interior\",Exaggerated Minimalism + High Imagery,\"Swiss Modernism 2.0, Parallax\",Portfolio Grid + Visuals,Project Management + Gallery,Monochrome + Gold Accent + High Imagery,High-res images. Typography. Space.\n85,Quantum Computing Interface,\"quantum, computing, physics, qubit, future, science\",Holographic / HUD + Dark Mode,\"Glassmorphism, Spatial UI\",Immersive/Interactive Experience,3D Spatial Data + Real-Time Monitor,Quantum Blue #00FFFF + Deep Black + Interference patterns,Visualize complexity. Qubit states. Probability clouds. High-tech trust.\n86,Biohacking / Longevity App,\"biohacking, health, longevity, tracking, wellness, science\",Biomimetic / Organic 2.0,\"Minimalism, Dark Mode (OLED)\",Data-Dense + Storytelling,Real-Time Monitor + Biological Data,Cellular Pink/Red + DNA Blue + Clean White,Personal data privacy. Scientific credibility. Biological visualizations.\n87,Autonomous Drone Fleet Manager,\"drone, autonomous, fleet, aerial, logistics, robotics\",HUD / Sci-Fi FUI,\"Real-Time Monitor, Spatial UI\",Real-Time Monitor,Geographic + Real-Time,Tactical Green #00FF00 + Alert Red + Map Dark,Real-time telemetry. 3D spatial awareness. Latency indicators. Safety alerts.\n88,Generative Art Platform,\"art, generative, ai, creative, platform, gallery\",Minimalism (Frame) + Gen Z Chaos,\"Masonry Grid, Dark Mode\",Bento Grid Showcase,Gallery / Portfolio,Neutral #F5F5F5 (Canvas) + User Content,Content is king. Fast loading. Creator attribution. Minting flow.\n89,Spatial Computing OS / App,\"spatial, vr, ar, vision, os, immersive, mixed-reality\",Spatial UI (VisionOS),\"Glassmorphism, 3D & Hyperrealism\",Immersive/Interactive Experience,Spatial Dashboard,Frosted Glass + System Colors + Depth,Gaze/Pinch interaction. Depth hierarchy. Environment awareness.\n90,Sustainable Energy / Climate Tech,\"climate, energy, sustainable, green, tech, carbon\",Organic Biophilic + E-Ink / Paper,\"Data-Dense, Swiss Modernism\",Interactive Demo + Data,Energy/Utilities Dashboard,Earth Green + Sky Blue + Solar Yellow,Data transparency. Impact visualization. Low-carbon web design.\n91,Personal Finance Tracker,\"budget, expense, money, finance, spending, savings, tracker, personal, wallet\",Glassmorphism + Dark Mode (OLED),\"Minimalism, Flat Design\",Interactive Product Demo,Financial Dashboard,Calm blue + success green + alert red + chart accents,Category pie/donut charts. Monthly trend lines. Budget progress bars. Transaction list with swipe actions. Receipt camera. Currency formatting. Recurring entries.\n92,Chat & Messaging App,\"chat, message, messenger, im, realtime, conversation, inbox, dm, whatsapp, telegram\",Minimalism + Micro-interactions,\"Glassmorphism, Flat Design\",Feature-Rich Showcase + Demo,User Behavior Analytics,Brand primary + bubble contrast (sender/receiver) + typing grey,Bubble UI (left/right alignment). Typing indicators. Read receipts (✓✓). Image/file preview. Emoji reactions. Group avatars. Online status dots. Swipe-to-reply.\n93,Notes & Writing App,\"notes, memo, writing, editor, notebook, markdown, journal, notion, obsidian\",Minimalism + Flat Design,\"Swiss Modernism 2.0, Soft UI Evolution\",Minimal & Direct,N/A - Editor focused,Clean white/cream + minimal accent + editor syntax colors,WYSIWYG or Markdown toggle. Folder/tag organization. Full-text search. Cloud sync. Typography-first. Distraction-free zen mode. Slash-command palette.\n94,Habit Tracker,\"habit, streak, routine, daily, tracker, goals, consistency, discipline\",Claymorphism + Vibrant & Block-based,\"Micro-interactions, Flat Design\",Social Proof-Focused + Demo,User Behavior Analytics,Streak warm (amber/orange) + progress green + motivational accents,Streak calendar heatmap. Daily check-in interaction. Gamification (badges/levels/fire). Reminder push. Progress ring charts. Weekly/monthly stats. Motivational micro-copy.\n95,Food Delivery / On-Demand,\"delivery, food, order, uber-eats, doordash, takeout, on-demand, courier\",Vibrant & Block-based + Motion-Driven,\"Glassmorphism, Flat Design\",Hero-Centric Design + Feature-Rich,Real-Time Monitoring + Map,Appetizing warm (orange/red) + trust blue + map accent,Restaurant cards with ratings. Menu category horizontal scroll. Cart bottom sheet. Real-time map tracking + driver ETA. Order status stepper. Rating post-delivery.\n96,Ride Hailing / Transportation,\"ride, taxi, uber, lyft, transport, carpool, driver, trip, fare\",Minimalism + Glassmorphism,\"Dark Mode (OLED), Motion-Driven\",Conversion-Optimized + Demo,Real-Time Monitoring + Map,Brand primary + map neutral + status indicator colors,Map-centric full-screen UI. Pickup/dropoff pins + route polyline. Driver card (photo/rating/vehicle). Fare estimate. Trip timer. Safety SOS button. Payment sheet.\n97,Recipe & Cooking App,\"recipe, cooking, food, kitchen, cookbook, meal, ingredient, chef\",Claymorphism + Vibrant & Block-based,\"Soft UI Evolution, Organic Biophilic\",Hero-Centric Design + Feature-Rich,N/A - Content focused,Warm food tones (terracotta/sage/cream) + appetizing imagery,Step-by-step with checkable instructions. Ingredient list with serving adjuster. Built-in timer per step. Cooking mode (screen-awake + large text). Save/bookmark. Share.\n98,Meditation & Mindfulness,\"meditation, mindfulness, calm, breathe, wellness, relaxation, sleep, headspace\",Neumorphism + Soft UI Evolution,\"Aurora UI, Glassmorphism\",Storytelling-Driven + Social Proof,User Behavior Analytics,Ultra-calm pastels (lavender/sage/sky) + breathing animation gradient,Breathing circle animation. Session duration picker. Ambient sound mixer. Streak/consistency tracking. Guided audio player. Sleep timer. Minimal chrome. Slow easing transitions only.\n99,Weather App,\"weather, forecast, temperature, climate, rain, sun, location, humidity\",Glassmorphism + Aurora UI,\"Motion-Driven, Minimalism\",Hero-Centric Design,N/A - Utility focused,Atmospheric gradients (sky blue → sunset → storm grey) + temp scale,Location auto-detect. Hourly horizontal scroll + daily/weekly list. Animated weather icons. Air quality index. UV/wind/humidity chips. Radar map overlay. Widget-friendly layout.\n100,Diary & Journal App,\"diary, journal, personal, daily, reflection, mood, gratitude, writing\",Soft UI Evolution + Minimalism,\"Neumorphism, Sketch Hand-Drawn\",Storytelling-Driven,N/A - Personal focused,Warm paper tones (cream/linen) + muted ink + mood-coded accents,Calendar month-view entry. Mood tag selector (emoji/color). Photo/voice attachment. Writing prompts. Privacy lock (FaceID/PIN). Search across entries. Export to PDF.\n101,CRM & Client Management,\"crm, client, customer, sales, pipeline, contact, lead, deal, hubspot\",Flat Design + Minimalism,\"Soft UI Evolution, Micro-interactions\",Feature-Rich Showcase + Demo,Sales Intelligence Dashboard,Professional blue + pipeline stage colors + closed-won green,Contact card list with avatar. Pipeline kanban board. Activity timeline. Quick-log (call/email/meeting). Deal amount + probability. Tag/segment filter. Mobile quick-actions.\n102,Inventory & Stock Management,\"inventory, stock, warehouse, product, barcode, supply, sku, management\",Flat Design + Minimalism,\"Dark Mode (OLED), Accessible & Ethical\",Feature-Rich Showcase,Real-Time Monitoring + Data-Dense,Functional neutral + status traffic-light (green/amber/red) + scanner accent,Product list/grid with thumbnails. Barcode/QR scanner. Stock level badges. Low-stock alert banner. Category/location filter. Batch edit. Reorder trigger. Audit log.\n103,Flashcard & Study Tool,\"flashcard, quiz, study, spaced-repetition, anki, learn, memory, exam\",Claymorphism + Micro-interactions,\"Vibrant & Block-based, Flat Design\",Feature-Rich Showcase + Demo,Learning Analytics,Playful primary + correct green + incorrect red + progress blue,3D card flip animation. Spaced repetition algorithm. Deck browser. Session progress bar. Streak tracking. Timed quiz mode. Share/import decks. Rich text + image cards.\n104,Booking & Appointment App,\"booking, appointment, schedule, calendar, reservation, slot, service\",Soft UI Evolution + Flat Design,\"Minimalism, Micro-interactions\",Conversion-Optimized,Drill-Down Analytics,Trust blue + available green + booked grey + confirm accent,Calendar strip or month picker. Available time-slot grid. Service + staff selector. Confirmation summary. Reminder push. Reschedule/cancel flow. Two-sided (provider ↔ client).\n105,Invoice & Billing Tool,\"invoice, billing, payment, receipt, freelance, estimate, quote, accounting\",Minimalism + Flat Design,\"Swiss Modernism 2.0, Accessible & Ethical\",Conversion-Optimized + Trust,Financial Dashboard,Professional navy + paid green + overdue red + neutral grey,Invoice template with line items. Tax/discount calculation. Status badges (Draft/Sent/Paid/Overdue). PDF export + share. Payment link generation. Client address book. Recurring invoices.\n106,Grocery & Shopping List,\"grocery, shopping, list, supermarket, checklist, pantry, meal-plan, buy\",Flat Design + Vibrant & Block-based,\"Claymorphism, Micro-interactions\",Minimal & Direct + Demo,N/A - List focused,Fresh green + food-category colors + checkmark accent,Category-grouped list. Tap-to-check interaction (with strikethrough). Quantity stepper. Share list with family. Store aisle sorting. Barcode scan to add. Frequently bought suggestions.\n107,Timer & Pomodoro,\"timer, pomodoro, countdown, stopwatch, focus, clock, productivity, interval\",Minimalism + Neumorphism,\"Dark Mode (OLED), Micro-interactions\",Minimal & Direct,N/A - Utility focused,High-contrast on dark + focus red/amber + break green,Large centered countdown digits. Circular progress ring. Session/break auto-switch. Session history log. Custom interval settings. Sound + haptic alerts. Focus stats chart.\n108,Parenting & Baby Tracker,\"baby, parenting, child, feeding, sleep, diaper, milestone, family, newborn\",Claymorphism + Soft UI Evolution,\"Vibrant & Block-based, Accessible & Ethical\",Social Proof-Focused + Trust,User Behavior Analytics,Soft pastels (baby pink/sky blue/mint/peach) + warm accents,Feed/sleep/diaper quick-log buttons. Growth percentile chart. Milestone timeline with photos. Multiple child profiles. Partner invite + shared access. Pediatric reference. One-handed operation.\n109,Scanner & Document Manager,\"scanner, document, ocr, pdf, scan, camera, file, archive, digitize\",Minimalism + Flat Design,\"Dark Mode (OLED), Accessible & Ethical\",Feature-Rich Showcase + Demo,N/A - Tool focused,Clean white + camera viewfinder accent + file-type color coding,Camera capture with auto-edge detection. Crop/rotate/enhance. OCR text extraction overlay. PDF multi-page creation. Folder tree organization. Cloud sync. Share/export. Batch scan mode.\n110,Calendar & Scheduling App,\"calendar, scheduling, planner, agenda, events, reminder, appointment, organize, date, sync\",Flat Design + Micro-interactions,\"Minimalism, Soft UI Evolution\",Feature-Rich Showcase + Demo,N/A - Calendar focused,Clean blue + event category accent colors + success green,Event color coding. Week/month/day views. Recurring events. Conflict detection. Multi-calendar sync.\n111,Password Manager,\"password, security, vault, credentials, login, secure, encrypt, keychain, 2fa, biometric\",Minimalism + Accessible & Ethical,\"Dark Mode (OLED), Trust & Authority\",Trust & Authority + Feature-Rich,N/A - Vault focused,Trust blue + security green + dark neutral,Security-first. Zero-knowledge architecture. Biometric unlock. Breach alert dashboard. Password generator.\n112,Expense Splitter / Bill Split,\"split, expense, bill, aa, share, friends, group, settle, debt, payment, owe\",Flat Design + Vibrant & Block-based,\"Minimalism, Micro-interactions\",Minimal & Direct + Demo,N/A - Balance focused,Success green + alert red + neutral grey + avatar accent colors,Group expense tracking. Debt simplification algorithm. Payment reminders. Multi-currency. Receipt photo import.\n113,Voice Recorder & Memo,\"voice, recorder, memo, audio, transcription, dictate, recording, microphone, note, otter\",Minimalism + AI-Native UI,\"Flat Design, Dark Mode (OLED)\",Interactive Product Demo + Minimal,N/A - Recording focused,Clean white + recording red + waveform accent,Waveform display. Background recording. Auto-transcription (AI). Tag/organize. Cloud sync.\n114,Bookmark & Read-Later,\"bookmark, read-later, save, article, pocket, link, reading, archive, collection, raindrop\",Minimalism + Flat Design,\"Editorial Grid, Swiss Modernism 2.0\",Minimal & Direct + Demo,N/A - List focused,Paper warm white + ink neutral + minimal accent + tag colors,Fast save via share sheet. Article distraction-free view. Tags and collections. Offline sync. Reading progress.\n115,Translator App,\"translate, language, text, voice, ocr, dictionary, multilingual, real-time, detect, deepl\",Flat Design + AI-Native UI,\"Minimalism, Micro-interactions\",Feature-Rich Showcase + Interactive Demo,N/A - Utility focused,Global blue + neutral grey + language flag accent,Real-time camera translation (OCR). Voice input and output. Offline mode. Conversation mode. Phrasebook.\n116,Calculator & Unit Converter,\"calculator, converter, unit, math, currency, measurement, scientific, formula, percentage\",Neumorphism + Minimalism,\"Flat Design, Dark Mode (OLED)\",Minimal & Direct,N/A - Utility focused,Dark functional + orange operation keys + clear button hierarchy,Scientific mode toggle. Live currency rates. Calculation history. Widget support. Gesture input.\n117,Alarm & World Clock,\"alarm, clock, world, timezone, timer, wake, sleep, schedule, reminder, bedtime\",Dark Mode (OLED) + Minimalism,\"Neumorphism, Flat Design\",Minimal & Direct,N/A - Utility focused,Deep dark + ambient glow accent + timezone gradient,Gentle wake (gradual volume). Timezone visualizer. Sleep tracking integration. Smart alarm skip. Bedtime mode.\n118,File Manager & Transfer,\"file, manager, transfer, folder, document, storage, cloud, share, organize, compress\",Flat Design + Minimalism,\"Accessible & Ethical, Dark Mode (OLED)\",Feature-Rich Showcase + Demo,N/A - File tree focused,\"Functional neutral + file type color coding (PDF orange, doc blue, image purple)\",Folder tree navigation. File type preview. Wireless P2P transfer. Cloud integration. Compress and extract.\n119,Email Client,\"email, mail, inbox, compose, thread, newsletter, filter, reply, gmail, spark, superhuman\",Flat Design + Minimalism,\"Micro-interactions, Soft UI Evolution\",Feature-Rich Showcase + Demo,N/A - Inbox focused,Clean white + brand primary + priority red + snooze amber,Unified inbox. Swipe actions (archive/delete/snooze). Priority sorting. Smart reply. Unsubscribe tool.\n120,Casual Puzzle Game,\"puzzle, casual, match, brain, game, relaxing, level, tiles, logic, block, three\",Claymorphism + Vibrant & Block-based,\"Micro-interactions, Motion-Driven\",Feature-Rich Showcase + Social Proof,N/A - Game focused,Cheerful pastels + progression gradient + reward gold + bright accent,Satisfying match/clear animations. Progressive difficulty. Daily challenges. No-skip tutorials. Offline play.\n121,Trivia & Quiz Game,\"trivia, quiz, knowledge, question, answer, challenge, leaderboard, fact, brain, compete\",Vibrant & Block-based + Micro-interactions,\"Claymorphism, Flat Design\",Feature-Rich Showcase + Social Proof,Leaderboard Analytics,Energetic blue + correct green + incorrect red + leaderboard gold,Timer pressure UX. Category selection. Streak system. Real-time multiplayer. Daily quiz mode.\n122,Card & Board Game,\"card, board, chess, checkers, poker, strategy, turn-based, multiplayer, classic, tabletop\",3D & Hyperrealism + Flat Design,\"Motion-Driven, Dark Mode (OLED)\",Feature-Rich Showcase,N/A - Game focused,Game-theme felt green + dark wood + card back patterns,Real-time or async multiplayer. Game state sync. Tutorial mode. Match history. ELO rating system.\n123,Idle & Clicker Game,\"idle, clicker, incremental, passive, cookie, adventure, progress, offline, collect, prestige\",Vibrant & Block-based + Motion-Driven,\"Claymorphism, 3D & Hyperrealism\",Feature-Rich Showcase,N/A - Progress focused,Coin gold + upgrade blue + prestige purple + progress green,Offline progress calculation. Satisfying number animations. Upgrade tree clarity. Prestige system. Optional ads.\n124,Word & Crossword Game,\"word, crossword, wordle, spelling, vocabulary, letters, grid, puzzle, dictionary, daily\",Minimalism + Flat Design,\"Swiss Modernism 2.0, Micro-interactions\",Minimal & Direct + Demo,N/A - Game focused,Clean white + warm letter tiles + success green + shake red,Daily challenge with shareable results. Physical keyboard feel. Difficulty levels. Dictionary hints. Streak stats.\n125,Arcade & Retro Game,\"arcade, retro, 8bit, action, shoot, runner, tap, reflex, endless, pixel, classic, score\",Pixel Art + Retro-Futurism,\"Vibrant & Block-based, Motion-Driven\",Feature-Rich Showcase + Hero-Centric,N/A - Score focused,Neon on black + pixel palette + score gold + danger red,Instant play with no login. Game Center leaderboards. Haptic feedback on collision. Offline. Controller support.\n126,Photo Editor & Filters,\"photo, edit, filter, vsco, snapseed, enhance, crop, retouch, adjust, luts, preset, adjust\",Minimalism + Dark Mode (OLED),\"Motion-Driven, Flat Design\",Feature-Rich Showcase + Interactive Demo,N/A - Editor focused,Dark editor background + vibrant filter preview strip + tool icon accent,Non-destructive editing. Filter preview carousel. Histogram. RAW support. Batch export. Social share direct.\n127,Short Video Editor,\"video, edit, capcut, inshot, clip, reel, tiktok, trim, effects, transitions, music, timeline\",Dark Mode (OLED) + Motion-Driven,\"Vibrant & Block-based, Glassmorphism\",Feature-Rich Showcase + Hero-Centric,N/A - Timeline editor focused,Dark background + timeline track accent colors + effect preview vivid,Multi-track timeline. Licensed music library. Text overlays. Auto-captions. Export 9:16 / 16:9 / 1:1.\n128,Drawing & Sketching Canvas,\"drawing, sketch, procreate, canvas, paint, illustration, digital, brush, layers, art, stylus\",Minimalism + Dark Mode (OLED),\"Anti-Polish Raw, Motion-Driven\",Interactive Product Demo + Storytelling,N/A - Canvas focused,Neutral canvas + full-spectrum color picker + tool panel dark,Pressure sensitivity. Infinite canvas (pan/zoom). Layer management. Undo history. Export PNG/PSD/SVG.\n129,Music Creation & Beat Maker,\"music, beat, daw, garageband, create, loop, sample, instrument, track, compose, record, midi\",Dark Mode (OLED) + Motion-Driven,\"Cyberpunk UI, Glassmorphism\",Interactive Product Demo + Storytelling,N/A - DAW focused,Dark studio background + track colors rainbow + waveform accent + BPM pulse,Touch piano and drum pad. Loop browser. MIDI support. Export MP3/WAV. Low-latency audio engine.\n130,Meme & Sticker Maker,\"meme, sticker, maker, funny, caption, template, edit, share, viral, emoji, creator, reaction\",Vibrant & Block-based + Flat Design,\"Gen Z Chaos, Claymorphism\",Feature-Rich Showcase + Social Proof,N/A - Creator focused,Bold primary + comedic yellow + viral red + high saturation accent,Template library. Caption text overlay. Font variety. Reaction sticker packs. Share to all platforms. Fast creation.\n131,AI Photo & Avatar Generator,\"ai, photo, avatar, lensa, portrait, generate, selfie, style, filter, prisma, art\",AI-Native UI + Aurora UI,\"Glassmorphism, Minimalism\",Feature-Rich Showcase + Social Proof,N/A - Generation focused,AI purple + aurora gradients + before/after neutral,Style selection. Multiple output variations. Privacy policy prominent. Fast generation. Credits/subscription system.\n132,Link-in-Bio Page Builder,\"bio, link, linktree, personal, page, creator, social, portfolio, profile, landing, custom\",Vibrant & Block-based + Bento Box Grid,\"Minimalism, Glassmorphism\",Conversion-Optimized + Social Proof,Analytics (click tracking),Brand-customizable + accent link color + clean white canvas,Drag-drop builder. Theme templates. Click analytics. Custom domain. Social icon integration. QR code export.\n133,Wardrobe & Outfit Planner,\"wardrobe, outfit, fashion, clothes, closet, style, wear, plan, capsule, ootd, lookbook\",Minimalism + Motion-Driven,\"Aurora UI, Soft UI Evolution\",Storytelling-Driven + Feature-Rich,N/A - Wardrobe focused,Clean fashion neutral + full clothes color palette + accent,Photo catalog of clothes. AI outfit suggestions. Calendar integration. Capsule wardrobe. Season filtering.\n134,Plant Care Tracker,\"plant, care, water, garden, tracker, reminder, species, photo, grow, health, planta\",Organic Biophilic + Soft UI Evolution,\"Claymorphism, Flat Design\",Storytelling-Driven + Social Proof,N/A - Plant collection focused,Nature greens + earth brown + sunny yellow reminder + water blue,Plant database with care guides. Watering reminders. Growth photo timeline. AI health diagnosis. Collection sharing.\n135,Book & Reading Tracker,\"book, reading, tracker, goodreads, library, shelf, progress, review, notes, goal, literature\",Swiss Modernism 2.0 + Minimalism,\"E-Ink Paper, Soft UI Evolution\",Social Proof-Focused + Feature-Rich,N/A - Library focused,Warm paper white + ink brown + reading progress green + book cover colors,Barcode scan to add. Progress percentage. Annual reading goal. Notes and quotes. Friends activity. Genre stats.\n136,Couple & Relationship App,\"couple, relationship, partner, love, date, anniversary, memory, shared, intimate, between\",Aurora UI + Soft UI Evolution,\"Claymorphism, Glassmorphism\",Storytelling-Driven + Social Proof,N/A - Couple focused,Warm romantic pink/rose + soft gradient + memory photo tones,Shared timeline. Anniversary countdowns. Secret chat. Photo albums. Love language quiz. Date night ideas.\n137,Family Calendar & Chores,\"family, calendar, chores, tasks, household, shared, kids, schedule, cozi, organize, member\",Flat Design + Claymorphism,\"Accessible & Ethical, Vibrant & Block-based\",Feature-Rich Showcase + Social Proof,N/A - Family hub focused,Warm playful + member color coding + chore completion green,Member color coding. Chore assignment rotation. Recurring events. Shared shopping list. Allowance tracking.\n138,Mood Tracker,\"mood, emotion, feeling, mental, daily, journal, wellbeing, check-in, log, track, daylio\",Soft UI Evolution + Minimalism,\"Aurora UI, Neumorphism\",Storytelling-Driven + Social Proof,N/A - Mood chart focused,Emotion gradient (blue sad to yellow happy) + pastel per mood + insight accent,One-tap daily check-in. Emotion wheel selector. Mood calendar heatmap. Pattern insights. Export and share.\n139,Gift & Wishlist,\"gift, wishlist, present, birthday, occasion, registry, idea, shop, list, share, surprise\",Vibrant & Block-based + Soft UI Evolution,\"Claymorphism, Flat Design\",Minimal & Direct + Conversion,N/A - List focused,Celebration warm pink/gold/red + category colors + surprise accent,Add from any URL. Price range filter. Reserved-by-others system. Occasion calendar. Collaborative list. Surprise mode.\n140,Running & Cycling GPS,\"running, cycling, gps, strava, track, route, speed, distance, cadence, pace, workout, sport\",Dark Mode (OLED) + Vibrant & Block-based,\"Motion-Driven, Glassmorphism\",Feature-Rich Showcase + Social Proof,Performance Analytics,Energetic orange + map accent + pace zones (green/yellow/red),Live GPS tracking. Route map. Auto-pause detection. Segment leaderboards. Training zones. Social feed. Garmin sync.\n141,Yoga & Stretching Guide,\"yoga, stretch, flexibility, pose, asana, guided, session, calm, routine, wellness, down-dog\",Organic Biophilic + Soft UI Evolution,\"Neumorphism, Minimalism\",Storytelling-Driven + Social Proof,N/A - Session focused,Earth calming sage/terracotta/cream + breathing gradient + warm accent,Pose library with illustrations. Guided sessions with audio. Breathing exercises. Progress calendar. Beginner to advanced.\n142,Sleep Tracker,\"sleep, tracker, alarm, cycle, quality, snore, analysis, rem, deep, smart, wake, insomnia\",Dark Mode (OLED) + Neumorphism,\"Glassmorphism, Minimalism\",Feature-Rich Showcase + Social Proof,Healthcare Analytics,Deep midnight blue + stars/moon accent + sleep quality gradient (poor red to great green),Sleep cycle detection. Smart alarm wakes at light sleep. Snore detection. Weekly trends. Apple Health integration.\n143,Calorie & Nutrition Counter,\"calorie, nutrition, food, diet, macro, protein, carb, fat, log, fitness, myfitnesspal\",Flat Design + Vibrant & Block-based,\"Minimalism, Claymorphism\",Feature-Rich Showcase + Social Proof,Healthcare Analytics,\"Healthy green + macro colors (protein blue, carb orange, fat yellow) + progress circle\",Barcode scanner food log. Large database. Macro goals. Restaurant lookup. Recipe builder. AI photo food logging.\n144,Period & Cycle Tracker,\"period, cycle, menstrual, fertility, ovulation, pms, log, women, health, flo, clue, hormone\",Soft UI Evolution + Aurora UI,\"Accessible & Ethical, Claymorphism\",Social Proof-Focused + Trust,Healthcare Analytics,Rose/blush + lavender + fertility green + soft calendar tones,Cycle prediction. Symptom logging. Fertility window. Personalized insights. Privacy-first. Partner sharing option.\n145,Medication & Pill Reminder,\"medication, pill, reminder, dose, schedule, prescription, drug, health, medisafe, refill\",Accessible & Ethical + Flat Design,\"Minimalism, Trust & Authority\",Trust & Authority + Feature-Rich,N/A - Schedule focused,Medical trust blue + missed alert red + taken green + clean white,Multi-medication schedule. Caregiver sharing. Refill reminders. Drug interaction warnings. Large touch targets.\n146,Water & Hydration Reminder,\"water, hydration, drink, reminder, daily, tracker, glasses, intake, health, cup, aqua\",Claymorphism + Vibrant & Block-based,\"Flat Design, Micro-interactions\",Minimal & Direct + Demo,N/A - Daily goal focused,Refreshing blue + water wave animation + goal progress accent,Tap to log quickly. Animated fill visualization. Custom reminders. Goal by weight/weather. Streak system. Widget.\n147,Fasting & Intermittent Timer,\"fasting, intermittent, 16:8, timer, fast, eating, window, keto, diet, zero, weight, protocol\",Minimalism + Dark Mode (OLED),\"Neumorphism, Flat Design\",Feature-Rich Showcase + Social Proof,N/A - Timer focused,Fasting deep blue/purple + eating window green + timeline neutral,\"Protocol selector (16:8, 18:6, OMAD). Circular countdown timer. Fasting history log. Tips during fast. Electrolytes.\"\n148,Anonymous Community / Confession,\"anonymous, community, confess, whisper, secret, vent, share, safe, private, social, yikyak\",Dark Mode (OLED) + Minimalism,\"Glassmorphism, Soft UI Evolution\",Social Proof-Focused + Feature-Rich,User Behavior Analytics,Dark protective + subtle gradient + upvote green + empathy warm accent,Anonymous posting with moderation. Safety reporting. Reaction system. Trending topics. Mental health resources link.\n149,Local Events & Discovery,\"local, events, discovery, meetup, nearby, social, city, activities, calendar, community, explore\",Vibrant & Block-based + Motion-Driven,\"Glassmorphism, Flat Design\",Hero-Centric Design + Feature-Rich,Event Analytics,City vibrant + event category colors + map accent + date highlight,Location-based discovery. Category filters. RSVP flow. Map view. Friend attendance. Organizer tools. Reminders.\n150,Study Together / Virtual Coworking,\"study, focus, cowork, pomodoro, virtual, together, session, accountability, live, stream, room\",Minimalism + Soft UI Evolution,\"Flat Design, Dark Mode (OLED)\",Social Proof-Focused + Feature-Rich,User Behavior Analytics,Calm focus blue + session progress indicator + ambient warm neutrals,Live study rooms with video/avatar presence. Shared focus timer. Ambient music. Goals sharing. Streak accountability.\n151,Coding Challenge & Practice,\"coding, leetcode, challenge, algorithm, practice, programming, competitive, skill, interview, problem\",Dark Mode (OLED) + Cyberpunk UI,\"Minimalism, Flat Design\",Feature-Rich Showcase + Social Proof,Student Analytics,Code editor dark + success green + difficulty gradient (easy green / medium amber / hard red),Code editor with syntax highlight. Multiple languages. Hint system. Solution explanation. Company tags. Contest mode.\n152,Kids Learning (ABC & Math),\"kids, children, learning, abc, math, phonics, numbers, education, games, preschool, early\",Claymorphism + Vibrant & Block-based,\"Micro-interactions, Flat Design\",Social Proof-Focused + Trust,Parent Dashboard,Bright primary + child-safe pastels + reward gold + interactive accent,Age-appropriate UI for 2-8. No ads. No dark patterns. Curriculum aligned. Parent progress reports. Reward system.\n153,Music Instrument Learning,\"music, instrument, piano, guitar, learn, lesson, tutorial, notes, play, chord, practice, simply\",Vibrant & Block-based + Motion-Driven,\"Dark Mode (OLED), Soft UI Evolution\",Interactive Product Demo + Social Proof,Learning Analytics,Musical warm deep red/brown + note color system + skill progress bar,Interactive instrument on-screen. Sheet music display. Song library. Slow-tempo practice. Recording and playback. Teacher mode.\n154,Parking Finder,\"parking, spot, finder, map, pay, meter, garage, location, car, reserve, spothero\",Minimalism + Glassmorphism,\"Flat Design, Micro-interactions\",Conversion-Optimized + Feature-Rich,Real-Time Monitoring + Map,Trust blue + available green + occupied red + map neutral,Real-time availability. In-app navigation. Payment integration. Parking timer alert. Favorite spots. Street vs garage.\n155,Public Transit Guide,\"transit, bus, metro, subway, train, route, schedule, map, city, commute, trip, citymapper\",Flat Design + Accessible & Ethical,\"Minimalism, Motion-Driven\",Feature-Rich Showcase + Interactive Demo,Real-Time Monitoring + Map,Transit brand line colors + real-time indicator green/red + map neutral,Real-time arrivals. Offline maps. Disruption alerts. Multi-modal routing. Fare calculation. Accessibility features.\n156,Road Trip Planner,\"road, trip, drive, route, planner, travel, stop, map, adventure, scenic, car, wanderlog\",Aurora UI + Organic Biophilic,\"Motion-Driven, Vibrant & Block-based\",Storytelling-Driven + Hero-Centric,N/A - Trip focused,Adventure warm sunset orange + map teal + stop markers + road neutral,Route planning with stops. Point-of-interest discovery. Gas/food/hotel along route. Offline maps. Trip sharing.\n157,VPN & Privacy Tool,\"vpn, privacy, secure, anonymous, encrypt, proxy, ip, protect, shield, network, nordvpn\",Minimalism + Dark Mode (OLED),\"Cyberpunk UI, Trust & Authority\",Trust & Authority + Conversion-Optimized,N/A - Connection focused,Dark shield blue + connected green + disconnected red + trust accent,One-tap connect. Server selection by country. No-log policy prominent. Speed indicator. Kill switch. Protocol choice.\n158,Emergency SOS & Safety,\"emergency, sos, safety, alert, location, help, danger, crisis, first-aid, guard, bsafe\",Accessible & Ethical + Flat Design,\"Dark Mode (OLED), Minimalism\",Trust & Authority + Social Proof,N/A - Safety focused,Alert red + safety blue + location green + high contrast critical,One-tap SOS. Emergency contacts auto-notify. Live location sharing. Fake call feature. Safe walk mode. Local emergency numbers.\n159,Wallpaper & Theme App,\"wallpaper, theme, background, customize, aesthetic, home-screen, lock-screen, widget, design, zedge\",Vibrant & Block-based + Aurora UI,\"Glassmorphism, Motion-Driven\",Feature-Rich Showcase + Social Proof,N/A - Gallery focused,Content-driven + trending aesthetic palettes + download accent,Category browsing. Preview on device. Daily wallpaper auto-set. Widget matching. Creator uploads. Resolution auto-fit.\n160,White Noise & Ambient Sound,\"white noise, ambient, sound, sleep, focus, rain, nature, relax, concentration, background, noisli\",Minimalism + Dark Mode (OLED),\"Neumorphism, Organic Biophilic\",Minimal & Direct + Social Proof,N/A - Player focused,Calming dark + ambient texture visual + subtle sound wave + sleep blue,Sound mixer with multiple simultaneous layers. Sleep timer with fade. Custom soundscapes. Offline. Background audio.\n161,Home Decoration & Interior Design,\"home, interior, decor, design, furniture, room, renovation, ar, plan, inspire, 3d, houzz\",Minimalism + 3D Product Preview,\"Organic Biophilic, Aurora UI\",Storytelling-Driven + Feature-Rich,N/A - Project focused,Neutral interior palette + material texture accent + AR blue,AR room visualization. Style quiz. Product catalog with purchase links. 3D room planner. Mood board. Before/after.\n162,Academic Journal / Scholarly Publishing,\"academic, journal, paper, research, peer-review, open-access, scholarly, publication, citation, manuscript, issn, doi\",Swiss Modernism 2.0 + Minimalism,\"Trust & Authority, Accessible & Ethical\",Content-Index + Search,N/A - Publication focused,Trust navy + White + Citation blue + Serif accents,\"Prioritize readability (serif body text). Clear article hierarchy. Abstract/DOI prominence. WCAG AAA. Minimal visual noise. Trust signals: ISSN, indexing badges.\"\n163,API Developer Portal,\"api, developer, documentation, sdk, endpoint, integration, rest, graphql, webhook, reference, getting-started, auth\",Trust & Authority + Minimalism,\"Glassmorphism, Dark Mode (OLED)\",Quick Start + Interactive Docs,N/A - Documentation focused,Dark code theme + Brand accent + Syntax colors,\"Endpoint discoverability. Copy-paste code samples. Auth flow clarity. Version switching. Interactive playground. Rate limit visibility.\"\n164,Forum / Discussion Board,\"forum, discussion, thread, post, reply, community, comment, moderation, subreddit, stackexchange, topic\",Dark Mode (OLED) + Minimalism,\"Flat Design, Vibrant & Block-based\",Feed + Thread View,N/A - Discussion focused,Dark neutral + topic accent colors + unread indicator + reputation badge,Thread list with pagination. Rich text editor. Quote/mention system. Upvote/downvote. User badges. Moderation tools.\n165,Directory / Listing Site,\"directory, listing, classifieds, catalogue, business-directory, yellow-pages, venue, find, search, filter, map\",Flat Design + Vibrant & Block-based,\"Minimalism, Trust & Authority\",Filter-Heavy Grid + Map,N/A - Listing focused,Neutral bg + category color chips + map accent + verified badge,Category tree. Multi-filter sidebar. Map/list toggle. Verified badges. Reviews. Claim listing flow.\n166,Status Page / Incident Management,\"status, incident, outage, uptime, downtime, statuspage, monitoring, sla, maintenance, sev1, postmortem\",Data-Dense + Trust & Authority,\"Minimalism, Dark Mode (OLED)\",Timeline + Severity Indicators,Real-Time Monitoring + Timeline,Status green + incident red + maintenance amber + neutral dark,Service status matrix. Incident timeline. Severity badges. Maintenance schedule. SLA uptime history. Email/SMS subscribe.\n167,Wiki / Encyclopedia,\"wiki, encyclopedia, knowledge, article, reference, wikipedia, documentation, collaborative, edit, version, citation\",Minimalism + Flat Design,\"Swiss Modernism 2.0, Accessible & Ethical\",Search-First + Hierarchical Navigation,N/A - Reference focused,Clean white + link blue + heading hierarchy + citation grey,Full-text search bar. Table of contents sidebar. Edit history. Inter-page linking. Mobile responsive. Print-friendly.\n168,Auction Platform,\"auction, bid, hammer, lot, live-auction, bidding-war, estate-sale, proxibid, gavel, lot-number, reserve-price\",Dark Mode (OLED) + Motion-Driven,\"Vibrant & Block-based, Real-Time Monitor\",Live Auction Feed + Countdown,N/A - Auction focused,Dark bg + bid green + outbid red + countdown amber,Real-time bid updates. Countdown timer urgency. Auto-bid ceiling. Outbid notifications. Bid history. Reserve price indicator.\n169,Changelog / Release Notes,\"changelog, release-notes, version-history, whats-new, product-updates, semver, patch-notes, release-tracker\",Minimalism + Flat Design,\"Swiss Modernism 2.0, Trust & Authority\",Timeline + Version List,N/A - Documentation focused,Neutral bg + version badge colors (feat=green, fix=blue, breaking=red) + date grey,Chronological release feed. Semver badges. Breaking change warnings. Copy-paste install commands. Subscribe to feed. Search by version.\n170,Citizen Science Platform,\"citizen-science, zooniverse, crowdsourced-research, volunteer-science, public-participation, distributed-research, citizen-researcher\",Organic Biophilic + Vibrant & Block-based,\"Claymorphism, Motion-Driven\",Storytelling-Driven + Social Proof,Project Participation Dashboard,Earth green + discovery orange + volunteer badge blue + data neutral,Project cards with impact metrics. Contribution tracker. Beginner-friendly onboarding. Data quality feedback loop. Leaderboards. Community forums.\n171,Classifieds / Buy-Sell,\"classifieds, buy-sell, craigslist, secondhand, marketplace-listing, for-sale, trade, flea-market, thrift, resell\",Flat Design + Vibrant & Block-based,\"Minimalism, Trust & Authority\",Filter-Heavy Grid + Map,N/A - Listing focused,Neutral bg + price green + category chips + verified seller badge,Category tree. Photo-first listing cards. Price negotiation. Location radius filter. Saved searches. Seller reputation. Flag/report.\n172,Conference / Symposium Landing Page,\"conference, symposium, summit, cfp, call-for-papers, speaker-lineup, registration, venue, proceedings, keynote, track\",Swiss Modernism 2.0 + Minimalism,\"Trust & Authority, Accessible & Ethical\",Hero + Agenda + CFP,N/A - Event focused,Academic navy + track color chips + gold keynote + neutral white,Speaker grid. Multi-track agenda. CFP deadline countdown. Venue map. Sponsor tiers. Early-bird pricing. Proceedings download.\n173,Crowdfunding Platform,\"crowdfunding, kickstarter, indiegogo, campaign, backer, pledge, funding-goal, stretch-goal, reward-tier, all-or-nothing\",Vibrant & Block-based + Motion-Driven,\"Claymorphism, Storytelling-Driven\",Storytelling-Driven + Social Proof,Campaign Analytics Dashboard,Brand primary + funding progress green + urgency amber + reward tier colors,Funding progress bar with % goal. Reward tier selector. Backer count. Countdown timer. Updates feed. Creator profile. Risk/disclaimer section.\n174,Digital Signage / Kiosk,\"digital-signage, kiosk, interactive-display, touchscreen, wayfinding, lobby-display, menu-board, point-of-sale-display\",Minimalism + Dark Mode (OLED),\"Flat Design, Motion-Driven\",Full-Screen Immersive,N/A - Display focused,High contrast + brand accent + touch target emphasis (56px min),Full-screen single-purpose layout. Touch targets ≥56px. Auto-rotate content. Offline fallback. Brightness-aware color palette. No scroll.\n175,E-signature / Document Workflow,\"esignature, e-sign, docusign, digital-signature, document-workflow, approval-chain, contract-signing, signing-ceremony\",Trust & Authority + Minimalism,\"Accessible & Ethical, Flat Design\",Feature-Rich Showcase + Conversion,Document Pipeline Dashboard,Trust navy + signature green + pending amber + neutral grey,Document preview with annotation. Signature placement UI. Multi-signer workflow. Audit trail. Compliance badges. Mobile signing. Expiry reminders.\n176,Feature Flag / Config Management,\"feature-flag, config, launchdarkly, feature-toggle, experiment, rollout, kill-switch, a-b-test-config, percentage-rollout\",Dark Mode (OLED) + Data-Dense,\"Minimalism, Trust & Authority\",Feature List + Toggle Panel,N/A - Config focused,Dark bg + enabled green + disabled grey + experimental amber + kill-switch red,Feature list with on/off toggles. Percentage rollout slider. Environment selector (prod/staging). User targeting rules. Kill switch. Audit log.\n177,Government Portal / Civic Services,\"government-portal, civic-services, city-hall, permit-application, tax-payment, voter-registration, public-records, municipal-online\",Accessible & Ethical + Trust & Authority,\"Flat Design, Inclusive Design\",Service Directory + Search,N/A - Service focused,Professional blue + accessibility high contrast + service category colors,Multilingual toggle. Service A-Z index. Form wizard with save-progress. Document upload. Appointment booking. Status tracker. WCAG AAA. Plain language.\n178,Grant / Funding Portal,\"grant, funding, rfp, proposal, research-grant, foundation, fellowship, award, application-portal, funding-opportunity\",Trust & Authority + Minimalism,\"Accessible & Ethical, Swiss Modernism 2.0\",Opportunity Grid + Search,Application Tracking Dashboard,Institution navy + funding green + deadline red + neutral white,Funding opportunity cards. Eligibility checker. Deadline countdown. Application form wizard. Document checklist. Review status tracker. Award announcement feed.\n179,LMS (Learning Management System),\"lms, course-management, learning-management, canvas, moodle, blackboard, enrollment, gradebook, syllabus, assignment-submit\",Flat Design + Accessible & Ethical,\"Minimalism, Vibrant & Block-based\",Dashboard + Course Grid,Education Analytics Dashboard,Calm blue + course category colors + grade green + alert red,Dashboard with enrolled courses. Assignment deadlines. Gradebook view. Discussion forums. File upload. Calendar integration. Mobile offline sync.\n180,No-code / Low-code Builder,\"no-code, low-code, builder, bubble, webflow, drag-drop, visual-builder, app-builder, workflow-builder, logic-blocks\",Vibrant & Block-based + Bento Box Grid,\"Motion-Driven, Glassmorphism\",Interactive Product Demo,App Builder Workspace,Brand primary + component palette colors + canvas neutral + connect blue,Drag-drop canvas. Component library sidebar. Logic flow visual editor. Preview pane. Template gallery. Publish button. Version history.\n181,Open Source Project Landing,\"open-source, github-project, oss, contributor, star, fork, pull-request, maintainer, sponsoring, readme, repository\",Dark Mode (OLED) + Minimalism,\"Trust & Authority, Flat Design\",Hero + Install + Contribute,Contributor Analytics Dashboard,Dark bg + language color bar + star gold + fork silver + sponsor purple,Star/fork count badges. Install command (copy-paste). Language breakdown bar. Top contributors grid. Sponsor CTA. Documentation link. Issue/pr status.\n182,Patient Portal / Health Records,\"patient-portal, health-records, ehr, emr, mychart, lab-results, prescription-refill, medical-history, test-results, care-team\",Trust & Authority + Accessible & Ethical,\"Minimalism, Flat Design\",Health Summary Dashboard,Healthcare Analytics,Clinical blue + health green + alert red + calm white + accessible contrast,Labs and results timeline. Medication list with refill. Appointment scheduling. Message care team. Immunization records. Allergy alerts. Family access proxy.\n183,Patent / IP Database,\"patent, intellectual-property, trademark, prior-art, uspto, wipo, invention, ip-portfolio, patent-search, claims\",Swiss Modernism 2.0 + Minimalism,\"Trust & Authority, Data-Dense\",Search-First + Results Grid,N/A - Search focused,Formal neutral + patent type chips + status badges (granted/pending/rejected),Full-text patent search. Classification tree. Citation graph. Prior art comparison. Patent family view. PDF download. Legal status tracker.\n184,Q&A Community Platform,\"qa, stack-overflow, question-answer, knowledge-sharing, community-qa, expert-answer, upvote, accepted-answer, reputation\",Minimalism + Flat Design,\"Dark Mode (OLED), Accessible & Ethical\",Feed + Thread View,Community Analytics Dashboard,Clean white + upvote orange + accepted green + reputation gold + tag colors,Question list with vote count. Rich code blocks. Tag filter. Reputation system. Accepted answer highlight. Comment threads. Bookmark/save.\n185,Research Lab / University Department,\"research-lab, university-department, academic-lab, principal-investigator, lab-members, publications, research-group, pi-page\",Swiss Modernism 2.0 + Minimalism,\"Trust & Authority, Accessible & Ethical\",Overview + People + Publications,N/A - Academic focused,Institutional navy + white + research area accent colors + serif headings,PI bio and research focus. Current members grid. Publication list with links. Open positions. Lab facilities photos. Funding acknowledgments.\n186,Resume / CV Builder,\"resume, cv, builder, job-search, curriculum-vitae, portfolio-resume, cover-letter, career-builder, ats-friendly\",Minimalism + Flat Design,\"Swiss Modernism 2.0, Trust & Authority\",Interactive Product Demo + CTA,Template Selection Gallery,Professional navy + section accent + success green + clean white,Template picker. Section-by-section editor. Real-time preview. ATS score indicator. PDF export. Cover letter generator. Import from LinkedIn.\n187,Review Platform,\"review, rating, yelp, trustpilot, testimonial, customer-review, star-rating, verified-purchase, pros-cons\",Flat Design + Vibrant & Block-based,\"Trust & Authority, Minimalism\",Hero + Rating Summary + Review Feed,Review Analytics Dashboard,Brand primary + star gold + positive green + negative red + verified blue,Star rating summary with distribution. Verified purchase badge. Photo/video reviews. Helpful/upvote. Filter by rating. Response from business. Sort by recency.\n188,RPA / Automation Dashboard,\"rpa, robotic-process-automation, uipath, automation-anywhere, bot-orchestrator, process-discovery, attended-bot, unattended-bot\",Dark Mode (OLED) + Data-Dense,\"Minimalism, Trust & Authority\",Bot Fleet Dashboard,Real-Time Monitoring + Process Analytics,Dark bg + running green + failed red + queued amber + completed blue,Bot status grid (running/idle/failed). Queue depth. Process flow visualization. Exception handling alert. ROI metrics. Bot scheduling calendar. Audit trail.\n189,Survey / Form Builder,\"survey, form-builder, questionnaire, typeform, survey-monkey, poll, feedback-form, multi-step-form, nps-survey, logic-jump\",Minimalism + Micro-interactions,\"Claymorphism, Flat Design\",Interactive Product Demo,Response Analytics Dashboard,Clean white + question accent + progress green + submit blue,Drag-drop form builder. Question type library. Conditional logic visualizer. Theme picker. Response dashboard with charts. Export CSV. Share link/QR/embed.\n190,Telemedicine Platform,\"telemedicine, telehealth, virtual-visit, remote-consultation, video-doctor, remote-patient-monitoring, telehealth-app\",Neumorphism + Accessible & Ethical,\"Trust & Authority, Soft UI Evolution\",Trust & Authority + Conversion,Healthcare Analytics,Calm medical blue + video green + waiting amber + trust white,Video call UI with screen share. Appointment queue. Symptom intake form. Prescription e-delivery. Waiting room with ETA. Post-visit summary. Insurance verification.\n191,Testimonial & Social Proof Widget,\"testimonial, social-proof, wall-of-love, customer-quote, case-study, review-widget, trust-signal, user-story\",Vibrant & Block-based + Flat Design,\"Motion-Driven, Minimalism\",Wall-of-Love Grid,Engagement Analytics Dashboard,Brand primary + quote accent + star gold + verified blue,Testimonial cards with photo. Star ratings. Video testimonials. Case study summaries. Filter by industry/product. Embeddable widget code. Auto-rotate carousel.\n192,Ticketing / Box Office,\"ticketing, box-office, eventbrite, ticket-sales, seat-selection, will-call, qr-ticket, venue-capacity, will-call-pickup\",Vibrant & Block-based + Motion-Driven,\"Dark Mode (OLED), Glassmorphism\",Event Grid + Seat Map,Sales Analytics Dashboard,Event theme colors + available green + sold-out red + seat map neutral,Event cards with date/venue. Interactive seat map. Cart with countdown. QR code ticket. Will-call pickup. Group discounts. Refund policy.\n",
58
+ "kind": "raw"
59
+ },
60
+ {
61
+ "path": "data/react-performance.csv",
62
+ "content": "No,Category,Issue,Keywords,Platform,Description,Do,Don't,Code Example Good,Code Example Bad,Severity\n1,Async Waterfall,Defer Await,async await defer branch,React/Next.js,Move await into branches where actually used to avoid blocking unused code paths,Move await operations into branches where they're needed,Await at top of function blocking all branches,\"if (skip) return { skipped: true }; const data = await fetch()\",\"const data = await fetch(); if (skip) return { skipped: true }\",Critical\n2,Async Waterfall,Promise.all Parallel,promise all parallel concurrent,React/Next.js,Execute independent async operations concurrently using Promise.all(),Use Promise.all() for independent operations,Sequential await for independent operations,\"const [user, posts] = await Promise.all([fetchUser(), fetchPosts()])\",\"const user = await fetchUser(); const posts = await fetchPosts()\",Critical\n3,Async Waterfall,Dependency Parallelization,better-all dependency parallel,React/Next.js,Use better-all for operations with partial dependencies to maximize parallelism,Use better-all to start each task at earliest possible moment,Wait for unrelated data before starting dependent fetch,\"await all({ user() {}, config() {}, profile() { return fetch((await this.$.user).id) } })\",\"const [user, config] = await Promise.all([...]); const profile = await fetchProfile(user.id)\",Critical\n4,Async Waterfall,API Route Optimization,api route waterfall promise,React/Next.js,In API routes start independent operations immediately even if not awaited yet,Start promises early and await late,Sequential awaits in API handlers,\"const sessionP = auth(); const configP = fetchConfig(); const session = await sessionP\",\"const session = await auth(); const config = await fetchConfig()\",Critical\n5,Async Waterfall,Suspense Boundaries,suspense streaming boundary,React/Next.js,Use Suspense to show wrapper UI faster while data loads,Wrap async components in Suspense boundaries,Await data blocking entire page render,\"<Suspense fallback={<Skeleton />}><DataDisplay /></Suspense>\",\"const data = await fetchData(); return <DataDisplay data={data} />\",High\n6,Bundle Size,Barrel Imports,barrel import direct path,React/Next.js,Import directly from source files instead of barrel files to avoid loading unused modules,Import directly from source path,Import from barrel/index files,\"import Check from 'lucide-react/dist/esm/icons/check'\",\"import { Check } from 'lucide-react'\",Critical\n7,Bundle Size,Dynamic Imports,dynamic import lazy next,React/Next.js,Use next/dynamic to lazy-load large components not needed on initial render,Use dynamic() for heavy components,Import heavy components at top level,\"const Monaco = dynamic(() => import('./monaco'), { ssr: false })\",\"import { MonacoEditor } from './monaco-editor'\",Critical\n8,Bundle Size,Defer Third Party,analytics defer third-party,React/Next.js,Load analytics and logging after hydration since they don't block interaction,Load non-critical scripts after hydration,Include analytics in main bundle,\"const Analytics = dynamic(() => import('@vercel/analytics'), { ssr: false })\",\"import { Analytics } from '@vercel/analytics/react'\",Medium\n9,Bundle Size,Conditional Loading,conditional module lazy,React/Next.js,Load large data or modules only when a feature is activated,Dynamic import when feature enabled,Import large modules unconditionally,\"useEffect(() => { if (enabled) import('./heavy.js') }, [enabled])\",\"import { heavyData } from './heavy.js'\",High\n10,Bundle Size,Preload Intent,preload hover focus intent,React/Next.js,Preload heavy bundles on hover/focus before they're needed,Preload on user intent signals,Load only on click,\"onMouseEnter={() => import('./editor')}\",\"onClick={() => import('./editor')}\",Medium\n11,Server,React.cache Dedup,react cache deduplicate request,React/Next.js,Use React.cache() for server-side request deduplication within single request,Wrap data fetchers with cache(),Fetch same data multiple times in tree,\"export const getUser = cache(async () => await db.user.find())\",\"export async function getUser() { return await db.user.find() }\",Medium\n12,Server,LRU Cache Cross-Request,lru cache cross request,React/Next.js,Use LRU cache for data shared across sequential requests,Use LRU for cross-request caching,Refetch same data on every request,\"const cache = new LRUCache({ max: 1000, ttl: 5*60*1000 })\",\"Always fetch from database\",High\n13,Server,Minimize Serialization,serialization rsc boundary,React/Next.js,Only pass fields that client actually uses across RSC boundaries,Pass only needed fields to client components,Pass entire objects to client,\"<Profile name={user.name} />\",\"<Profile user={user} /> // 50 fields serialized\",High\n14,Server,Parallel Fetching,parallel fetch component composition,React/Next.js,Restructure components to parallelize data fetching in RSC,Use component composition for parallel fetches,Sequential fetches in parent component,\"<Header /><Sidebar /> // both fetch in parallel\",\"const header = await fetchHeader(); return <><div>{header}</div><Sidebar /></>\",Critical\n15,Server,After Non-blocking,after non-blocking logging,React/Next.js,Use Next.js after() to schedule work after response is sent,Use after() for logging/analytics,Block response for non-critical operations,\"after(async () => { await logAction() }); return Response.json(data)\",\"await logAction(); return Response.json(data)\",Medium\n16,Client,SWR Deduplication,swr dedup cache revalidate,React/Next.js,Use SWR for automatic request deduplication and caching,Use useSWR for client data fetching,Manual fetch in useEffect,\"const { data } = useSWR('/api/users', fetcher)\",\"useEffect(() => { fetch('/api/users').then(setUsers) }, [])\",Medium-High\n17,Client,Event Listener Dedup,event listener deduplicate global,React/Next.js,Share global event listeners across component instances,Use useSWRSubscription for shared listeners,Register listener per component instance,\"useSWRSubscription('global-keydown', () => { window.addEventListener... })\",\"useEffect(() => { window.addEventListener('keydown', handler) }, [])\",Low\n18,Rerender,Defer State Reads,state read callback subscription,React/Next.js,Don't subscribe to state only used in callbacks,Read state on-demand in callbacks,Subscribe to state used only in handlers,\"const handleClick = () => { const params = new URLSearchParams(location.search) }\",\"const params = useSearchParams(); const handleClick = () => { params.get('ref') }\",Medium\n19,Rerender,Memoized Components,memo extract expensive,React/Next.js,Extract expensive work into memoized components for early returns,Extract to memo() components,Compute expensive values before early return,\"const UserAvatar = memo(({ user }) => ...); if (loading) return <Skeleton />\",\"const avatar = useMemo(() => compute(user)); if (loading) return <Skeleton />\",Medium\n20,Rerender,Narrow Dependencies,effect dependency primitive,React/Next.js,Specify primitive dependencies instead of objects in effects,Use primitive values in dependency arrays,Use object references as dependencies,\"useEffect(() => { console.log(user.id) }, [user.id])\",\"useEffect(() => { console.log(user.id) }, [user])\",Low\n21,Rerender,Derived State,derived boolean subscription,React/Next.js,Subscribe to derived booleans instead of continuous values,Use derived boolean state,Subscribe to continuous values,\"const isMobile = useMediaQuery('(max-width: 767px)')\",\"const width = useWindowWidth(); const isMobile = width < 768\",Medium\n22,Rerender,Functional setState,functional setstate callback,React/Next.js,Use functional setState updates for stable callbacks and no stale closures,Use functional form: setState(curr => ...),Reference state directly in setState,\"setItems(curr => [...curr, newItem])\",\"setItems([...items, newItem]) // items in deps\",Medium\n23,Rerender,Lazy State Init,usestate lazy initialization,React/Next.js,Pass function to useState for expensive initial values,Use function form for expensive init,Compute expensive value directly,\"useState(() => buildSearchIndex(items))\",\"useState(buildSearchIndex(items)) // runs every render\",Medium\n24,Rerender,Transitions,starttransition non-urgent,React/Next.js,Mark frequent non-urgent state updates as transitions,Use startTransition for non-urgent updates,Block UI on every state change,\"startTransition(() => setScrollY(window.scrollY))\",\"setScrollY(window.scrollY) // blocks on every scroll\",Medium\n25,Rendering,SVG Animation Wrapper,svg animation wrapper div,React/Next.js,Wrap SVG in div and animate wrapper for hardware acceleration,Animate div wrapper around SVG,Animate SVG element directly,\"<div class='animate-spin'><svg>...</svg></div>\",\"<svg class='animate-spin'>...</svg>\",Low\n26,Rendering,Content Visibility,content-visibility auto,React/Next.js,Apply content-visibility: auto to defer off-screen rendering,Use content-visibility for long lists,Render all list items immediately,\".item { content-visibility: auto; contain-intrinsic-size: 0 80px }\",\"Render 1000 items without optimization\",High\n27,Rendering,Hoist Static JSX,hoist static jsx element,React/Next.js,Extract static JSX outside components to avoid re-creation,Hoist static elements to module scope,Create static elements inside components,\"const skeleton = <div class='animate-pulse' />; function C() { return skeleton }\",\"function C() { return <div class='animate-pulse' /> }\",Low\n28,Rendering,Hydration No Flicker,hydration mismatch flicker,React/Next.js,Use inline script to set client-only data before hydration,Inject sync script for client-only values,Use useEffect causing flash,\"<script dangerouslySetInnerHTML={{ __html: 'el.className = localStorage.theme' }} />\",\"useEffect(() => setTheme(localStorage.theme), []) // flickers\",Medium\n29,Rendering,Conditional Render,conditional render ternary,React/Next.js,Use ternary instead of && when condition can be 0 or NaN,Use explicit ternary for conditionals,Use && with potentially falsy numbers,\"{count > 0 ? <Badge>{count}</Badge> : null}\",\"{count && <Badge>{count}</Badge>} // renders '0'\",Low\n30,Rendering,Activity Component,activity show hide preserve,React/Next.js,Use Activity component to preserve state/DOM for toggled components,Use Activity for expensive toggle components,Unmount/remount on visibility toggle,\"<Activity mode={isOpen ? 'visible' : 'hidden'}><Menu /></Activity>\",\"{isOpen && <Menu />} // loses state\",Medium\n31,JS Perf,Batch DOM CSS,batch dom css reflow,React/Next.js,Group CSS changes via classes or cssText to minimize reflows,Use class toggle or cssText,Change styles one property at a time,\"element.classList.add('highlighted')\",\"el.style.width='100px'; el.style.height='200px'\",Medium\n32,JS Perf,Index Map Lookup,map index lookup find,React/Next.js,Build Map for repeated lookups instead of multiple .find() calls,Build index Map for O(1) lookups,Use .find() in loops,\"const byId = new Map(users.map(u => [u.id, u])); byId.get(id)\",\"users.find(u => u.id === order.userId) // O(n) each time\",Low-Medium\n33,JS Perf,Cache Property Access,cache property loop,React/Next.js,Cache object property lookups in hot paths,Cache values before loops,Access nested properties in loops,\"const val = obj.config.settings.value; for (...) process(val)\",\"for (...) process(obj.config.settings.value)\",Low-Medium\n34,JS Perf,Cache Function Results,memoize cache function,React/Next.js,Use module-level Map to cache repeated function results,Use Map cache for repeated calls,Recompute same values repeatedly,\"const cache = new Map(); if (cache.has(x)) return cache.get(x)\",\"slugify(name) // called 100 times same input\",Medium\n35,JS Perf,Cache Storage API,localstorage cache read,React/Next.js,Cache localStorage/sessionStorage reads in memory,Cache storage reads in Map,Read storage on every call,\"if (!cache.has(key)) cache.set(key, localStorage.getItem(key))\",\"localStorage.getItem('theme') // every call\",Low-Medium\n36,JS Perf,Combine Iterations,combine filter map loop,React/Next.js,Combine multiple filter/map into single loop,Single loop for multiple categorizations,Chain multiple filter() calls,\"for (u of users) { if (u.isAdmin) admins.push(u); if (u.isTester) testers.push(u) }\",\"users.filter(admin); users.filter(tester); users.filter(inactive)\",Low-Medium\n37,JS Perf,Length Check First,length check array compare,React/Next.js,Check array lengths before expensive comparisons,Early return if lengths differ,Always run expensive comparison,\"if (a.length !== b.length) return true; // then compare\",\"a.sort().join() !== b.sort().join() // even when lengths differ\",Medium-High\n38,JS Perf,Early Return,early return exit function,React/Next.js,Return early when result is determined to skip processing,Return immediately on first error,Process all items then check errors,\"for (u of users) { if (!u.email) return { error: 'Email required' } }\",\"let hasError; for (...) { if (!email) hasError=true }; if (hasError)...\",Low-Medium\n39,JS Perf,Hoist RegExp,regexp hoist module,React/Next.js,Don't create RegExp inside render - hoist or memoize,Hoist RegExp to module scope,Create RegExp every render,\"const EMAIL_RE = /^[^@]+@[^@]+$/; function validate() { EMAIL_RE.test(x) }\",\"function C() { const re = new RegExp(pattern); re.test(x) }\",Low-Medium\n40,JS Perf,Loop Min Max,loop min max sort,React/Next.js,Use loop for min/max instead of sort - O(n) vs O(n log n),Single pass loop for min/max,Sort array to find min/max,\"let max = arr[0]; for (x of arr) if (x > max) max = x\",\"arr.sort((a,b) => b-a)[0] // O(n log n)\",Low\n41,JS Perf,Set Map Lookups,set map includes has,React/Next.js,Use Set/Map for O(1) lookups instead of array.includes(),Convert to Set for membership checks,Use .includes() for repeated checks,\"const allowed = new Set(['a','b']); allowed.has(id)\",\"const allowed = ['a','b']; allowed.includes(id)\",Low-Medium\n42,JS Perf,toSorted Immutable,tosorted sort immutable,React/Next.js,Use toSorted() instead of sort() to avoid mutating arrays,Use toSorted() for immutability,Mutate arrays with sort(),\"users.toSorted((a,b) => a.name.localeCompare(b.name))\",\"users.sort((a,b) => a.name.localeCompare(b.name)) // mutates\",Medium-High\n43,Advanced,Event Handler Refs,useeffectevent ref handler,React/Next.js,Store callbacks in refs for stable effect subscriptions,Use useEffectEvent for stable handlers,Re-subscribe on every callback change,\"const onEvent = useEffectEvent(handler); useEffect(() => { listen(onEvent) }, [])\",\"useEffect(() => { listen(handler) }, [handler]) // re-subscribes\",Low\n44,Advanced,useLatest Hook,uselatest ref callback,React/Next.js,Access latest values in callbacks without adding to dependency arrays,Use useLatest for fresh values in stable callbacks,Add callback to effect dependencies,\"const cbRef = useLatest(cb); useEffect(() => { setTimeout(() => cbRef.current()) }, [])\",\"useEffect(() => { setTimeout(() => cb()) }, [cb]) // re-runs\",Low\n",
63
+ "kind": "raw"
64
+ },
65
+ {
66
+ "path": "data/stacks/html-tailwind.csv",
67
+ "content": "No,Category,Guideline,Description,Do,Don't,Code Good,Code Bad,Severity,Docs URL\n1,Animation,Use Tailwind animate utilities,Built-in animations are optimized and respect reduced-motion,Use animate-pulse animate-spin animate-ping,Custom @keyframes for simple effects,animate-pulse,@keyframes pulse {...},Medium,https://tailwindcss.com/docs/animation\n2,Animation,Limit bounce animations,Continuous bounce is distracting and causes motion sickness,Use animate-bounce sparingly on CTAs only,Multiple bounce animations on page,Single CTA with animate-bounce,5+ elements with animate-bounce,High,\n3,Animation,Transition duration,Use appropriate transition speeds for UI feedback,duration-150 to duration-300 for UI,duration-1000 or longer for UI elements,transition-all duration-200,transition-all duration-1000,Medium,https://tailwindcss.com/docs/transition-duration\n4,Animation,Hover transitions,Add smooth transitions on hover state changes,Add transition class with hover states,Instant hover changes without transition,hover:bg-gray-100 transition-colors,hover:bg-gray-100 (no transition),Low,\n5,Z-Index,Use Tailwind z-* scale,Consistent stacking context with predefined scale,z-0 z-10 z-20 z-30 z-40 z-50,Arbitrary z-index values,z-50 for modals,z-[9999],Medium,https://tailwindcss.com/docs/z-index\n6,Z-Index,Fixed elements z-index,Fixed navigation and modals need explicit z-index,z-50 for nav z-40 for dropdowns,Relying on DOM order for stacking,fixed top-0 z-50,fixed top-0 (no z-index),High,\n7,Z-Index,Negative z-index for backgrounds,Use negative z-index for decorative backgrounds,z-[-1] for background elements,Positive z-index for backgrounds,-z-10 for decorative,z-10 for background,Low,\n8,Layout,Container max-width,Limit content width for readability,max-w-7xl mx-auto for main content,Full-width content on large screens,max-w-7xl mx-auto px-4,w-full (no max-width),Medium,https://tailwindcss.com/docs/container\n9,Layout,Responsive padding,Adjust padding for different screen sizes,px-4 md:px-6 lg:px-8,Same padding all sizes,px-4 sm:px-6 lg:px-8,px-8 (same all sizes),Medium,\n10,Layout,Grid gaps,Use consistent gap utilities for spacing,gap-4 gap-6 gap-8,Margins on individual items,grid gap-6,grid with mb-4 on each item,Medium,https://tailwindcss.com/docs/gap\n11,Layout,Flexbox alignment,Use flex utilities for alignment,items-center justify-between,Multiple nested wrappers,flex items-center justify-between,Nested divs for alignment,Low,\n12,Images,Aspect ratio,Maintain consistent image aspect ratios,aspect-video aspect-square,No aspect ratio on containers,aspect-video rounded-lg,No aspect control,Medium,https://tailwindcss.com/docs/aspect-ratio\n13,Images,Object fit,Control image scaling within containers,object-cover object-contain,Stretched distorted images,object-cover w-full h-full,No object-fit,Medium,https://tailwindcss.com/docs/object-fit\n14,Images,Lazy loading,Defer loading of off-screen images,loading='lazy' on images,All images eager load,<img loading='lazy'>,<img> without lazy,High,\n15,Images,Responsive images,Serve appropriate image sizes,srcset and sizes attributes,Same large image all devices,srcset with multiple sizes,4000px image everywhere,High,\n16,Typography,Prose plugin,Use @tailwindcss/typography for rich text,prose prose-lg for article content,Custom styles for markdown,prose prose-lg max-w-none,Custom text styling,Medium,https://tailwindcss.com/docs/typography-plugin\n17,Typography,Line height,Use appropriate line height for readability,leading-relaxed for body text,Default tight line height,leading-relaxed (1.625),leading-none or leading-tight,Medium,https://tailwindcss.com/docs/line-height\n18,Typography,Font size scale,Use consistent text size scale,text-sm text-base text-lg text-xl,Arbitrary font sizes,text-lg,text-[17px],Low,https://tailwindcss.com/docs/font-size\n19,Typography,Text truncation,Handle long text gracefully,truncate or line-clamp-*,Overflow breaking layout,line-clamp-2,No overflow handling,Medium,https://tailwindcss.com/docs/text-overflow\n20,Colors,Opacity utilities,Use color opacity utilities,bg-black/50 text-white/80,Separate opacity class,bg-black/50,bg-black opacity-50,Low,https://tailwindcss.com/docs/background-color\n21,Colors,Dark mode,Support dark mode with dark: prefix,dark:bg-gray-900 dark:text-white,No dark mode support,dark:bg-gray-900,Only light theme,Medium,https://tailwindcss.com/docs/dark-mode\n22,Colors,Semantic colors,Use semantic color naming in config,primary secondary danger success,Generic color names in components,bg-primary,bg-blue-500 everywhere,Medium,\n23,Spacing,Consistent spacing scale,Use Tailwind spacing scale consistently,p-4 m-6 gap-8,Arbitrary pixel values,p-4 (1rem),p-[15px],Low,https://tailwindcss.com/docs/customizing-spacing\n24,Spacing,Negative margins,Use sparingly for overlapping effects,-mt-4 for overlapping elements,Negative margins for layout fixing,-mt-8 for card overlap,-m-2 to fix spacing issues,Medium,\n25,Spacing,Space between,Use space-y-* for vertical lists,space-y-4 on flex/grid column,Margin on each child,space-y-4,Each child has mb-4,Low,https://tailwindcss.com/docs/space\n26,Forms,Focus states,Always show focus indicators,focus:ring-2 focus:ring-blue-500,Remove focus outline,focus:ring-2 focus:ring-offset-2,focus:outline-none (no replacement),High,\n27,Forms,Input sizing,Consistent input dimensions,h-10 px-3 for inputs,Inconsistent input heights,h-10 w-full px-3,Various heights per input,Medium,\n28,Forms,Disabled states,Clear disabled styling,disabled:opacity-50 disabled:cursor-not-allowed,No disabled indication,disabled:opacity-50,Same style as enabled,Medium,\n29,Forms,Placeholder styling,Style placeholder text appropriately,placeholder:text-gray-400,Dark placeholder text,placeholder:text-gray-400,Default dark placeholder,Low,\n30,Responsive,Mobile-first approach,Start with mobile styles and add breakpoints,Default mobile + md: lg: xl:,Desktop-first approach,text-sm md:text-base,text-base max-md:text-sm,Medium,https://tailwindcss.com/docs/responsive-design\n31,Responsive,Breakpoint testing,Test at standard breakpoints,320 375 768 1024 1280 1536,Only test on development device,Test all breakpoints,Single device testing,High,\n32,Responsive,Hidden/shown utilities,Control visibility per breakpoint,hidden md:block,Different content per breakpoint,hidden md:flex,Separate mobile/desktop components,Low,https://tailwindcss.com/docs/display\n33,Buttons,Button sizing,Consistent button dimensions,px-4 py-2 or px-6 py-3,Inconsistent button sizes,px-4 py-2 text-sm,Various padding per button,Medium,\n34,Buttons,Touch targets,Minimum 44px touch target on mobile,min-h-[44px] on mobile,Small buttons on mobile,min-h-[44px] min-w-[44px],h-8 w-8 on mobile,High,\n35,Buttons,Loading states,Show loading feedback,disabled + spinner icon,Clickable during loading,<Button disabled><Spinner/></Button>,Button without loading state,High,\n36,Buttons,Icon buttons,Accessible icon-only buttons,aria-label on icon buttons,Icon button without label,<button aria-label='Close'><XIcon/></button>,<button><XIcon/></button>,High,\n37,Cards,Card structure,Consistent card styling,rounded-lg shadow-md p-6,Inconsistent card styles,rounded-2xl shadow-lg p-6,Mixed card styling,Low,\n38,Cards,Card hover states,Interactive cards should have hover feedback,hover:shadow-lg transition-shadow,No hover on clickable cards,hover:shadow-xl transition-shadow,Static cards that are clickable,Medium,\n39,Cards,Card spacing,Consistent internal card spacing,space-y-4 for card content,Inconsistent internal spacing,space-y-4 or p-6,Mixed mb-2 mb-4 mb-6,Low,\n40,Accessibility,Screen reader text,Provide context for screen readers,sr-only for hidden labels,Missing context for icons,<span class='sr-only'>Close menu</span>,No label for icon button,High,https://tailwindcss.com/docs/screen-readers\n41,Accessibility,Focus visible,Show focus only for keyboard users,focus-visible:ring-2,Focus on all interactions,focus-visible:ring-2,focus:ring-2 (shows on click too),Medium,\n42,Accessibility,Reduced motion,Respect user motion preferences,motion-reduce:animate-none,Ignore motion preferences,motion-reduce:transition-none,No reduced motion support,High,https://tailwindcss.com/docs/hover-focus-and-other-states#prefers-reduced-motion\n43,Performance,Configure content paths,Tailwind needs to know where classes are used,Use 'content' array in config,Use deprecated 'purge' option (v2),\"content: ['./src/**/*.{js,ts,jsx,tsx}']\",purge: [...],High,https://tailwindcss.com/docs/content-configuration\n44,Performance,JIT mode,Use JIT for faster builds and smaller bundles,JIT enabled (default in v3),Full CSS in development,Tailwind v3 defaults,Tailwind v2 without JIT,Medium,\n45,Performance,Avoid @apply bloat,Use @apply sparingly,Direct utilities in HTML,Heavy @apply usage,class='px-4 py-2 rounded',@apply px-4 py-2 rounded;,Low,https://tailwindcss.com/docs/reusing-styles\n46,Plugins,Official plugins,Use official Tailwind plugins,@tailwindcss/forms typography aspect-ratio,Custom implementations,@tailwindcss/forms,Custom form reset CSS,Medium,https://tailwindcss.com/docs/plugins\n47,Plugins,Custom utilities,Create utilities for repeated patterns,Custom utility in config,Repeated arbitrary values,Custom shadow utility,\"shadow-[0_4px_20px_rgba(0,0,0,0.1)] everywhere\",Medium,\n48,Layout,Container Queries,Use @container for component-based responsiveness,Use @container and @lg: etc.,Media queries for component internals,@container @lg:grid-cols-2,@media (min-width: ...) inside component,Medium,https://github.com/tailwindlabs/tailwindcss-container-queries\n49,Interactivity,Group and Peer,Style based on parent/sibling state,group-hover peer-checked,JS for simple state interactions,group-hover:text-blue-500,onMouseEnter={() => setHover(true)},Low,https://tailwindcss.com/docs/hover-focus-and-other-states#styling-based-on-parent-state\n50,Customization,Arbitrary Values,Use [] for one-off values,w-[350px] for specific needs,Creating config for single use,top-[117px] (if strictly needed),style={{ top: '117px' }},Low,https://tailwindcss.com/docs/adding-custom-styles#using-arbitrary-values\n51,Colors,Theme color variables,Define colors in Tailwind theme and use directly,bg-primary text-success border-cta,bg-[var(--color-primary)] text-[var(--color-success)],bg-primary,bg-[var(--color-primary)],Medium,https://tailwindcss.com/docs/customizing-colors\n52,Colors,Use bg-linear-to-* for gradients,Tailwind v4 uses bg-linear-to-* syntax for gradients,bg-linear-to-r bg-linear-to-b,bg-gradient-to-* (deprecated in v4),bg-linear-to-r from-blue-500 to-purple-500,bg-gradient-to-r from-blue-500 to-purple-500,Medium,https://tailwindcss.com/docs/background-image\n53,Layout,Use shrink-0 shorthand,Shorter class name for flex-shrink-0,shrink-0 shrink,flex-shrink-0 flex-shrink,shrink-0,flex-shrink-0,Low,https://tailwindcss.com/docs/flex-shrink\n54,Layout,Use size-* for square dimensions,Single utility for equal width and height,size-4 size-8 size-12,Separate h-* w-* for squares,size-6,h-6 w-6,Low,https://tailwindcss.com/docs/size\n55,Images,SVG explicit dimensions,Add width/height attributes to SVGs to prevent layout shift before CSS loads,<svg class='size-6' width='24' height='24'>,SVG without explicit dimensions,<svg class='size-6' width='24' height='24'>,<svg class='size-6'>,High,\n",
68
+ "kind": "raw"
69
+ },
70
+ {
71
+ "path": "data/stacks/react.csv",
72
+ "content": "No,Category,Guideline,Description,Do,Don't,Code Good,Code Bad,Severity,Docs URL\n1,State,Use useState for local state,Simple component state should use useState hook,useState for form inputs toggles counters,Class components this.state,\"const [count, setCount] = useState(0)\",this.state = { count: 0 },Medium,https://react.dev/reference/react/useState\n2,State,Lift state up when needed,Share state between siblings by lifting to parent,Lift shared state to common ancestor,Prop drilling through many levels,Parent holds state passes down,Deep prop chains,Medium,https://react.dev/learn/sharing-state-between-components\n3,State,Use useReducer for complex state,Complex state logic benefits from reducer pattern,useReducer for state with multiple sub-values,Multiple useState for related values,useReducer with action types,5+ useState calls that update together,Medium,https://react.dev/reference/react/useReducer\n4,State,Avoid unnecessary state,Derive values from existing state when possible,Compute derived values in render,Store derivable values in state,const total = items.reduce(...),\"const [total, setTotal] = useState(0)\",High,https://react.dev/learn/choosing-the-state-structure\n5,State,Initialize state lazily,Use function form for expensive initial state,useState(() => computeExpensive()),useState(computeExpensive()),useState(() => JSON.parse(data)),useState(JSON.parse(data)),Medium,https://react.dev/reference/react/useState#avoiding-recreating-the-initial-state\n6,Effects,Clean up effects,Return cleanup function for subscriptions timers,Return cleanup function in useEffect,No cleanup for subscriptions,useEffect(() => { sub(); return unsub; }),useEffect(() => { subscribe(); }),High,https://react.dev/reference/react/useEffect#connecting-to-an-external-system\n7,Effects,Specify dependencies correctly,Include all values used inside effect in deps array,All referenced values in dependency array,Empty deps with external references,[value] when using value in effect,[] when using props/state in effect,High,https://react.dev/reference/react/useEffect#specifying-reactive-dependencies\n8,Effects,Avoid unnecessary effects,Don't use effects for transforming data or events,Transform data during render handle events directly,useEffect for derived state or event handling,const filtered = items.filter(...),useEffect(() => setFiltered(items.filter(...))),High,https://react.dev/learn/you-might-not-need-an-effect\n9,Effects,Use refs for non-reactive values,Store values that don't trigger re-renders in refs,useRef for interval IDs DOM elements,useState for values that don't need render,const intervalRef = useRef(null),\"const [intervalId, setIntervalId] = useState()\",Medium,https://react.dev/reference/react/useRef\n10,Rendering,Use keys properly,Stable unique keys for list items,Use stable IDs as keys,Array index as key for dynamic lists,key={item.id},key={index},High,https://react.dev/learn/rendering-lists#keeping-list-items-in-order-with-key\n11,Rendering,Memoize expensive calculations,Use useMemo for costly computations,useMemo for expensive filtering/sorting,Recalculate every render,\"useMemo(() => expensive(), [deps])\",const result = expensiveCalc(),Medium,https://react.dev/reference/react/useMemo\n12,Rendering,Memoize callbacks passed to children,Use useCallback for functions passed as props,useCallback for handlers passed to memoized children,New function reference every render,\"useCallback(() => {}, [deps])\",const handler = () => {},Medium,https://react.dev/reference/react/useCallback\n13,Rendering,Use React.memo wisely,Wrap components that render often with same props,memo for pure components with stable props,memo everything or nothing,memo(ExpensiveList),memo(SimpleButton),Low,https://react.dev/reference/react/memo\n14,Rendering,Avoid inline object/array creation in JSX,Create objects outside render or memoize,Define style objects outside component,Inline objects in props,<div style={styles.container}>,<div style={{ margin: 10 }}>,Medium,\n15,Components,Keep components small and focused,Single responsibility for each component,One concern per component,Large multi-purpose components,<UserAvatar /><UserName />,<UserCard /> with 500 lines,Medium,\n16,Components,Use composition over inheritance,Compose components using children and props,Use children prop for flexibility,Inheritance hierarchies,<Card>{content}</Card>,class SpecialCard extends Card,Medium,https://react.dev/learn/thinking-in-react\n17,Components,Colocate related code,Keep related components and hooks together,Related files in same directory,Flat structure with many files,components/User/UserCard.tsx,components/UserCard.tsx + hooks/useUser.ts,Low,\n18,Components,Use fragments to avoid extra DOM,Fragment or <> for multiple elements without wrapper,<> for grouping without DOM node,Extra div wrappers,<>{items.map(...)}</>,<div>{items.map(...)}</div>,Low,https://react.dev/reference/react/Fragment\n19,Props,Destructure props,Destructure props for cleaner component code,Destructure in function signature,props.name props.value throughout,\"function User({ name, age })\",function User(props),Low,\n20,Props,Provide default props values,Use default parameters or defaultProps,Default values in destructuring,Undefined checks throughout,function Button({ size = 'md' }),if (size === undefined) size = 'md',Low,\n21,Props,Avoid prop drilling,Use context or composition for deeply nested data,Context for global data composition for UI,Passing props through 5+ levels,<UserContext.Provider>,<A user={u}><B user={u}><C user={u}>,Medium,https://react.dev/learn/passing-data-deeply-with-context\n22,Props,Validate props with TypeScript,Use TypeScript interfaces for prop types,interface Props { name: string },PropTypes or no validation,interface ButtonProps { onClick: () => void },Button.propTypes = {},Medium,\n23,Events,Use synthetic events correctly,React normalizes events across browsers,e.preventDefault() e.stopPropagation(),Access native event unnecessarily,onClick={(e) => e.preventDefault()},onClick={(e) => e.nativeEvent.preventDefault()},Low,https://react.dev/reference/react-dom/components/common#react-event-object\n24,Events,Avoid binding in render,Use arrow functions in class or hooks,Arrow functions in functional components,bind in render or constructor,const handleClick = () => {},this.handleClick.bind(this),Medium,\n25,Events,Pass event handlers not call results,Pass function reference not invocation,onClick={handleClick},onClick={handleClick()} causing immediate call,onClick={handleClick},onClick={handleClick()},High,\n26,Forms,Controlled components for forms,Use state to control form inputs,value + onChange for inputs,Uncontrolled inputs with refs,<input value={val} onChange={setVal}>,<input ref={inputRef}>,Medium,https://react.dev/reference/react-dom/components/input#controlling-an-input-with-a-state-variable\n27,Forms,Handle form submission properly,Prevent default and handle in submit handler,onSubmit with preventDefault,onClick on submit button only,<form onSubmit={handleSubmit}>,<button onClick={handleSubmit}>,Medium,\n28,Forms,Debounce rapid input changes,Debounce search/filter inputs,useDeferredValue or debounce for search,Filter on every keystroke,useDeferredValue(searchTerm),useEffect filtering on every change,Medium,https://react.dev/reference/react/useDeferredValue\n29,Hooks,Follow rules of hooks,Only call hooks at top level and in React functions,Hooks at component top level,Hooks in conditions loops or callbacks,\"const [x, setX] = useState()\",\"if (cond) { const [x, setX] = useState() }\",High,https://react.dev/reference/rules/rules-of-hooks\n30,Hooks,Custom hooks for reusable logic,Extract shared stateful logic to custom hooks,useCustomHook for reusable patterns,Duplicate hook logic across components,const { data } = useFetch(url),Duplicate useEffect/useState in components,Medium,https://react.dev/learn/reusing-logic-with-custom-hooks\n31,Hooks,Name custom hooks with use prefix,Custom hooks must start with use,useFetch useForm useAuth,fetchData or getData for hook,function useFetch(url),function fetchData(url),High,\n32,Context,Use context for global data,Context for theme auth locale,Context for app-wide state,Context for frequently changing data,<ThemeContext.Provider>,Context for form field values,Medium,https://react.dev/learn/passing-data-deeply-with-context\n33,Context,Split contexts by concern,Separate contexts for different domains,ThemeContext + AuthContext,One giant AppContext,<ThemeProvider><AuthProvider>,<AppProvider value={{theme user...}}>,Medium,\n34,Context,Memoize context values,Prevent unnecessary re-renders with useMemo,useMemo for context value object,New object reference every render,\"value={useMemo(() => ({...}), [])}\",\"value={{ user, theme }}\",High,\n35,Performance,Use React DevTools Profiler,Profile to identify performance bottlenecks,Profile before optimizing,Optimize without measuring,React DevTools Profiler,Guessing at bottlenecks,Medium,https://react.dev/learn/react-developer-tools\n36,Performance,Lazy load components,Use React.lazy for code splitting,lazy() for routes and heavy components,Import everything upfront,const Page = lazy(() => import('./Page')),import Page from './Page',Medium,https://react.dev/reference/react/lazy\n37,Performance,Virtualize long lists,Use windowing for lists over 100 items,react-window or react-virtual,Render thousands of DOM nodes,<VirtualizedList items={items}/>,{items.map(i => <Item />)},High,\n38,Performance,Batch state updates,React 18 auto-batches but be aware,Let React batch related updates,Manual batching with flushSync,setA(1); setB(2); // batched,flushSync(() => setA(1)),Low,https://react.dev/learn/queueing-a-series-of-state-updates\n39,ErrorHandling,Use error boundaries,Catch JavaScript errors in component tree,ErrorBoundary wrapping sections,Let errors crash entire app,<ErrorBoundary><App/></ErrorBoundary>,No error handling,High,https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary\n40,ErrorHandling,Handle async errors,Catch errors in async operations,try/catch in async handlers,Unhandled promise rejections,try { await fetch() } catch(e) {},await fetch() // no catch,High,\n41,Testing,Test behavior not implementation,Test what user sees and does,Test renders and interactions,Test internal state or methods,expect(screen.getByText('Hello')),expect(component.state.name),Medium,https://testing-library.com/docs/react-testing-library/intro/\n42,Testing,Use testing-library queries,Use accessible queries,getByRole getByLabelText,getByTestId for everything,getByRole('button'),getByTestId('submit-btn'),Medium,https://testing-library.com/docs/queries/about#priority\n43,Accessibility,Use semantic HTML,Proper HTML elements for their purpose,button for clicks nav for navigation,div with onClick for buttons,<button onClick={...}>,<div onClick={...}>,High,https://react.dev/reference/react-dom/components#all-html-components\n44,Accessibility,Manage focus properly,Handle focus for modals dialogs,Focus trap in modals return focus on close,No focus management,useEffect to focus input,Modal without focus trap,High,\n45,Accessibility,Announce dynamic content,Use ARIA live regions for updates,aria-live for dynamic updates,Silent updates to screen readers,\"<div aria-live=\"\"polite\"\">{msg}</div>\",<div>{msg}</div>,Medium,\n46,Accessibility,Label form controls,Associate labels with inputs,htmlFor matching input id,Placeholder as only label,\"<label htmlFor=\"\"email\"\">Email</label>\",\"<input placeholder=\"\"Email\"\"/>\",High,\n47,TypeScript,Type component props,Define interfaces for all props,interface Props with all prop types,any or missing types,interface Props { name: string },function Component(props: any),High,\n48,TypeScript,Type state properly,Provide types for useState,useState<Type>() for complex state,Inferred any types,useState<User | null>(null),useState(null),Medium,\n49,TypeScript,Type event handlers,Use React event types,React.ChangeEvent<HTMLInputElement>,Generic Event type,onChange: React.ChangeEvent<HTMLInputElement>,onChange: Event,Medium,\n50,TypeScript,Use generics for reusable components,Generic components for flexible typing,Generic props for list components,Union types for flexibility,<List<T> items={T[]}>,<List items={any[]}>,Medium,\n51,Patterns,Container/Presentational split,Separate data logic from UI,Container fetches presentational renders,Mixed data and UI in one,<UserContainer><UserView/></UserContainer>,<User /> with fetch and render,Low,\n52,Patterns,Render props for flexibility,Share code via render prop pattern,Render prop for customizable rendering,Duplicate logic across components,<DataFetcher render={data => ...}/>,Copy paste fetch logic,Low,https://react.dev/reference/react/cloneElement#passing-data-with-a-render-prop\n53,Patterns,Compound components,Related components sharing state,Tab + TabPanel sharing context,Prop drilling between related,<Tabs><Tab/><TabPanel/></Tabs>,<Tabs tabs={[]} panels={[...]}/>,Low,\n",
73
+ "kind": "raw"
74
+ },
75
+ {
76
+ "path": "data/stacks/shadcn.csv",
77
+ "content": "No,Category,Guideline,Description,Do,Don't,Code Good,Code Bad,Severity,Docs URL\n1,Setup,Use CLI for installation,Install components via shadcn CLI for proper setup,npx shadcn@latest add component-name,Manual copy-paste from docs,npx shadcn@latest add button,Copy component code manually,High,https://ui.shadcn.com/docs/cli\n2,Setup,Initialize project properly,Run init command to set up components.json and globals.css,npx shadcn@latest init before adding components,Skip init and add components directly,npx shadcn@latest init,npx shadcn@latest add button (without init),High,https://ui.shadcn.com/docs/installation\n3,Setup,Configure path aliases,Set up proper import aliases in tsconfig and components.json,Use @/components/ui path aliases,Relative imports like ../../components,import { Button } from \"@/components/ui/button\",import { Button } from \"../../components/ui/button\",Medium,https://ui.shadcn.com/docs/installation\n4,Theming,Use CSS variables for colors,Define colors as CSS variables in globals.css for theming,CSS variables in :root and .dark,Hardcoded color values in components,bg-primary text-primary-foreground,bg-blue-500 text-white,High,https://ui.shadcn.com/docs/theming\n5,Theming,Follow naming convention,Use semantic color names with foreground pattern,primary/primary-foreground secondary/secondary-foreground,Generic color names,--primary --primary-foreground,--blue --light-blue,Medium,https://ui.shadcn.com/docs/theming\n6,Theming,Support dark mode,Include .dark class styles for all custom CSS,Define both :root and .dark color schemes,Only light mode colors,.dark { --background: 240 10% 3.9%; },No .dark class styles,High,https://ui.shadcn.com/docs/dark-mode\n7,Components,Use component variants,Leverage cva variants for consistent styling,Use variant prop for different styles,Inline conditional classes,<Button variant=\"destructive\">,<Button className={isError ? \"bg-red-500\" : \"bg-blue-500\"}>,Medium,https://ui.shadcn.com/docs/components/button\n8,Components,Compose with className,Add custom classes via className prop for overrides,Extend with className for one-off customizations,Modify component source directly,<Button className=\"w-full\">,Edit button.tsx to add w-full,Medium,https://ui.shadcn.com/docs/components/button\n9,Components,Use size variants consistently,Apply size prop for consistent sizing across components,size=\"sm\" size=\"lg\" for sizing,Mix size classes inconsistently,<Button size=\"lg\">,<Button className=\"text-lg px-8 py-4\">,Medium,https://ui.shadcn.com/docs/components/button\n10,Components,Prefer compound components,Use provided sub-components for complex UI,Card + CardHeader + CardContent pattern,Single component with many props,<Card><CardHeader><CardTitle>,<Card title=\"x\" content=\"y\" footer=\"z\">,Medium,https://ui.shadcn.com/docs/components/card\n11,Dialog,Use Dialog for modal content,Dialog component for overlay modal windows,Dialog for confirmations forms details,Alert for modal content,<Dialog><DialogContent>,<Alert> styled as modal,High,https://ui.shadcn.com/docs/components/dialog\n12,Dialog,Handle dialog state properly,Use open and onOpenChange for controlled dialogs,Controlled state with useState,Uncontrolled with default open only,\"<Dialog open={open} onOpenChange={setOpen}>\",\"<Dialog defaultOpen={true}>\",Medium,https://ui.shadcn.com/docs/components/dialog\n13,Dialog,Include proper dialog structure,Use DialogHeader DialogTitle DialogDescription,Complete semantic structure,Missing title or description,<DialogHeader><DialogTitle><DialogDescription>,<DialogContent><p>Content</p></DialogContent>,High,https://ui.shadcn.com/docs/components/dialog\n14,Sheet,Use Sheet for side panels,Sheet component for slide-out panels and drawers,Sheet for navigation filters settings,Dialog for side content,<Sheet side=\"right\">,<Dialog> with slide animation,Medium,https://ui.shadcn.com/docs/components/sheet\n15,Sheet,Specify sheet side,Set side prop for sheet slide direction,Explicit side=\"left\" or side=\"right\",Default side without consideration,<Sheet><SheetContent side=\"left\">,<Sheet><SheetContent>,Low,https://ui.shadcn.com/docs/components/sheet\n16,Form,Use Form with react-hook-form,Integrate Form component with react-hook-form for validation,useForm + Form + FormField pattern,Custom form handling without Form,<Form {...form}><FormField control={form.control}>,<form onSubmit={handleSubmit}>,High,https://ui.shadcn.com/docs/components/form\n17,Form,Use FormField for inputs,Wrap inputs in FormField for proper labeling and errors,FormField + FormItem + FormLabel + FormControl,Input without FormField wrapper,<FormField><FormItem><FormLabel><FormControl><Input>,<Input onChange={...}>,High,https://ui.shadcn.com/docs/components/form\n18,Form,Display form messages,Use FormMessage for validation error display,FormMessage after FormControl,Custom error text without FormMessage,<FormControl><Input/></FormControl><FormMessage/>,<Input/>{error && <span>{error}</span>},Medium,https://ui.shadcn.com/docs/components/form\n19,Form,Use Zod for validation,Define form schema with Zod for type-safe validation,zodResolver with form schema,Manual validation logic,zodResolver(formSchema),validate: (values) => { if (!values.email) },Medium,https://ui.shadcn.com/docs/components/form\n20,Select,Use Select for dropdowns,Select component for option selection,Select for choosing from list,Native select element,<Select><SelectTrigger><SelectContent>,<select><option>,Medium,https://ui.shadcn.com/docs/components/select\n21,Select,Structure Select properly,Include Trigger Value Content and Items,Complete Select structure,Missing SelectValue or SelectContent,<SelectTrigger><SelectValue/></SelectTrigger><SelectContent><SelectItem>,<Select><option>,High,https://ui.shadcn.com/docs/components/select\n22,Command,Use Command for search,Command component for searchable lists and palettes,Command for command palette search,Input with custom dropdown,<Command><CommandInput><CommandList>,<Input><div className=\"dropdown\">,Medium,https://ui.shadcn.com/docs/components/command\n23,Command,Group command items,Use CommandGroup for categorized items,CommandGroup with heading for sections,Flat list without grouping,<CommandGroup heading=\"Suggestions\"><CommandItem>,<CommandItem> without groups,Low,https://ui.shadcn.com/docs/components/command\n24,Table,Use Table for data display,Table component for structured data,Table for tabular data display,Div grid for table-like layouts,<Table><TableHeader><TableBody><TableRow>,<div className=\"grid\">,Medium,https://ui.shadcn.com/docs/components/table\n25,Table,Include proper table structure,Use TableHeader TableBody TableRow TableCell,Semantic table structure,Missing thead or tbody,<TableHeader><TableRow><TableHead>,<Table><TableRow> without header,High,https://ui.shadcn.com/docs/components/table\n26,DataTable,Use DataTable for complex tables,Combine Table with TanStack Table for features,DataTable pattern for sorting filtering pagination,Custom table implementation,useReactTable + Table components,Custom sort filter pagination logic,Medium,https://ui.shadcn.com/docs/components/data-table\n27,Tabs,Use Tabs for content switching,Tabs component for tabbed interfaces,Tabs for related content sections,Custom tab implementation,<Tabs><TabsList><TabsTrigger><TabsContent>,<div onClick={() => setTab(...)},Medium,https://ui.shadcn.com/docs/components/tabs\n28,Tabs,Set default tab value,Specify defaultValue for initial tab,defaultValue on Tabs component,No default leaving first tab,<Tabs defaultValue=\"account\">,<Tabs> without defaultValue,Low,https://ui.shadcn.com/docs/components/tabs\n29,Accordion,Use Accordion for collapsible,Accordion for expandable content sections,Accordion for FAQ settings panels,Custom collapse implementation,<Accordion><AccordionItem><AccordionTrigger>,<div onClick={() => setOpen(!open)}>,Medium,https://ui.shadcn.com/docs/components/accordion\n30,Accordion,Choose accordion type,Use type=\"single\" or type=\"multiple\" appropriately,type=\"single\" for one open type=\"multiple\" for many,Default type without consideration,<Accordion type=\"single\" collapsible>,<Accordion> without type,Low,https://ui.shadcn.com/docs/components/accordion\n31,Toast,Use Sonner for toasts,Sonner integration for toast notifications,toast() from sonner for notifications,Custom toast implementation,toast(\"Event created\"),setShowToast(true),Medium,https://ui.shadcn.com/docs/components/sonner\n32,Toast,Add Toaster to layout,Include Toaster component in root layout,<Toaster /> in app layout,Toaster in individual pages,app/layout.tsx: <Toaster />,page.tsx: <Toaster />,High,https://ui.shadcn.com/docs/components/sonner\n33,Toast,Use toast variants,Apply toast.success toast.error for context,Semantic toast methods,Generic toast for all messages,toast.success(\"Saved!\") toast.error(\"Failed\"),toast(\"Saved!\") toast(\"Failed\"),Medium,https://ui.shadcn.com/docs/components/sonner\n34,Popover,Use Popover for floating content,Popover for dropdown menus and floating panels,Popover for contextual actions,Absolute positioned divs,<Popover><PopoverTrigger><PopoverContent>,<div className=\"relative\"><div className=\"absolute\">,Medium,https://ui.shadcn.com/docs/components/popover\n35,Popover,Handle popover alignment,Use align and side props for positioning,Explicit alignment configuration,Default alignment for all,<PopoverContent align=\"start\" side=\"bottom\">,<PopoverContent>,Low,https://ui.shadcn.com/docs/components/popover\n36,DropdownMenu,Use DropdownMenu for actions,DropdownMenu for action lists and context menus,DropdownMenu for user menu actions,Popover for action lists,<DropdownMenu><DropdownMenuTrigger><DropdownMenuContent>,<Popover> for menu actions,Medium,https://ui.shadcn.com/docs/components/dropdown-menu\n37,DropdownMenu,Group menu items,Use DropdownMenuGroup and DropdownMenuSeparator,Organized menu with separators,Flat list of items,<DropdownMenuGroup><DropdownMenuItem><DropdownMenuSeparator>,<DropdownMenuItem> without organization,Low,https://ui.shadcn.com/docs/components/dropdown-menu\n38,Tooltip,Use Tooltip for hints,Tooltip for icon buttons and truncated text,Tooltip for additional context,Title attribute for tooltips,<Tooltip><TooltipTrigger><TooltipContent>,<button title=\"Delete\">,Medium,https://ui.shadcn.com/docs/components/tooltip\n39,Tooltip,Add TooltipProvider,Wrap app or section in TooltipProvider,TooltipProvider at app level,TooltipProvider per tooltip,<TooltipProvider><App/></TooltipProvider>,<Tooltip><TooltipProvider>,High,https://ui.shadcn.com/docs/components/tooltip\n40,Skeleton,Use Skeleton for loading,Skeleton component for loading placeholders,Skeleton matching content layout,Spinner for content loading,<Skeleton className=\"h-4 w-[200px]\"/>,<Spinner/> for card loading,Medium,https://ui.shadcn.com/docs/components/skeleton\n41,Skeleton,Match skeleton dimensions,Size skeleton to match loaded content,Skeleton same size as expected content,Generic skeleton size,<Skeleton className=\"h-12 w-12 rounded-full\"/>,<Skeleton/> without sizing,Medium,https://ui.shadcn.com/docs/components/skeleton\n42,AlertDialog,Use AlertDialog for confirms,AlertDialog for destructive action confirmation,AlertDialog for delete confirmations,Dialog for confirmations,<AlertDialog><AlertDialogTrigger><AlertDialogContent>,<Dialog> for delete confirmation,High,https://ui.shadcn.com/docs/components/alert-dialog\n43,AlertDialog,Include action buttons,Use AlertDialogAction and AlertDialogCancel,Standard confirm/cancel pattern,Custom buttons in AlertDialog,<AlertDialogCancel>Cancel</AlertDialogCancel><AlertDialogAction>,<Button>Cancel</Button><Button>Confirm</Button>,Medium,https://ui.shadcn.com/docs/components/alert-dialog\n44,Sidebar,Use Sidebar for navigation,Sidebar component for app navigation,Sidebar for main app navigation,Custom sidebar implementation,<SidebarProvider><Sidebar><SidebarContent>,<div className=\"w-64 fixed\">,Medium,https://ui.shadcn.com/docs/components/sidebar\n45,Sidebar,Wrap in SidebarProvider,Use SidebarProvider for sidebar state management,SidebarProvider at layout level,Sidebar without provider,<SidebarProvider><Sidebar></SidebarProvider>,<Sidebar> without provider,High,https://ui.shadcn.com/docs/components/sidebar\n46,Sidebar,Use SidebarTrigger,Include SidebarTrigger for mobile toggle,SidebarTrigger for responsive toggle,Custom toggle button,<SidebarTrigger/>,<Button onClick={() => toggleSidebar()}>,Medium,https://ui.shadcn.com/docs/components/sidebar\n47,Chart,Use Chart for data viz,Chart component with Recharts integration,Chart component for dashboards,Direct Recharts without wrapper,<ChartContainer config={chartConfig}>,<ResponsiveContainer><BarChart>,Medium,https://ui.shadcn.com/docs/components/chart\n48,Chart,Define chart config,Create chartConfig for consistent theming,chartConfig with color definitions,Inline colors in charts,\"{ desktop: { label: \"\"Desktop\"\", color: \"\"#2563eb\"\" } }\",<Bar fill=\"#2563eb\"/>,Medium,https://ui.shadcn.com/docs/components/chart\n49,Chart,Use ChartTooltip,Apply ChartTooltip for interactive charts,ChartTooltip with ChartTooltipContent,Recharts Tooltip directly,<ChartTooltip content={<ChartTooltipContent/>}/>,<Tooltip/> from recharts,Low,https://ui.shadcn.com/docs/components/chart\n50,Blocks,Use blocks for scaffolding,Start from shadcn blocks for common layouts,npx shadcn@latest add dashboard-01,Build dashboard from scratch,npx shadcn@latest add login-01,Custom login page from scratch,Medium,https://ui.shadcn.com/blocks\n51,Blocks,Customize block components,Modify copied block code to fit needs,Edit block files after installation,Use blocks without modification,Customize dashboard-01 layout,Use dashboard-01 as-is,Low,https://ui.shadcn.com/blocks\n52,A11y,Use semantic components,Shadcn components have built-in ARIA,Rely on component accessibility,Override ARIA attributes,<Button> has button role,<div role=\"button\">,High,https://ui.shadcn.com/docs/components/button\n53,A11y,Maintain focus management,Dialog Sheet handle focus automatically,Let components manage focus,Custom focus handling,<Dialog> traps focus,document.querySelector().focus(),High,https://ui.shadcn.com/docs/components/dialog\n54,A11y,Provide labels,Use FormLabel and aria-label appropriately,FormLabel for form inputs,Placeholder as only label,<FormLabel>Email</FormLabel><Input/>,<Input placeholder=\"Email\"/>,High,https://ui.shadcn.com/docs/components/form\n55,Performance,Import components individually,Import only needed components,Named imports from component files,Import all from index,import { Button } from \"@/components/ui/button\",import { Button Card Dialog } from \"@/components/ui\",Medium,\n56,Performance,Lazy load dialogs,Dynamic import for heavy dialog content,React.lazy for dialog content,Import all dialogs upfront,const HeavyContent = lazy(() => import('./Heavy')),import HeavyContent from './Heavy',Medium,\n57,Customization,Extend variants with cva,Add new variants using class-variance-authority,Extend buttonVariants for new styles,Inline classes for variants,\"variants: { size: { xl: \"\"h-14 px-8\"\" } }\",className=\"h-14 px-8\",Medium,https://ui.shadcn.com/docs/components/button\n58,Customization,Create custom components,Build new components following shadcn patterns,Use cn() and cva for custom components,Different patterns for custom,const Custom = ({ className }) => <div className={cn(\"base\" className)}>,const Custom = ({ style }) => <div style={style}>,Medium,\n59,Patterns,Use asChild for composition,asChild prop for component composition,Slot pattern with asChild,Wrapper divs for composition,<Button asChild><Link href=\"/\">,<Button><Link href=\"/\"></Link></Button>,Medium,https://ui.shadcn.com/docs/components/button\n60,Patterns,Combine with React Hook Form,Form + useForm for complete forms,RHF Controller with shadcn inputs,Custom form state management,<FormField control={form.control} name=\"email\">,<Input value={email} onChange={(e) => setEmail(e.target.value)},High,https://ui.shadcn.com/docs/components/form\n",
78
+ "kind": "raw"
79
+ },
80
+ {
81
+ "path": "data/stacks/threejs.csv",
82
+ "content": "Category,Guideline,Description,Do,Don't,Code Good,Code Bad,Severity,Docs URL\nSetup,CDN Version Lock,Always use Three.js r128 from cdnjs. It is the stable CDN baseline. Never use a floating 'latest' URL — it silently breaks when the CDN updates without warning.,Pin to the exact r128 cdnjs URL in every HTML file,Use unpkg@latest or any unversioned CDN URL that can silently update,\"<script src=\"\"https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js\"\"></script>\",\"<script src=\"\"https://unpkg.com/three@latest\"\"></script>\",Critical,https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js\nSetup,CapsuleGeometry Does Not Exist in r128,THREE.CapsuleGeometry was introduced in r142. Using it on the r128 CDN throws 'CapsuleGeometry is not a constructor' and crashes the entire scene. Build a capsule from primitives instead.,Build a capsule from CylinderGeometry plus two SphereGeometry end caps,Call THREE.CapsuleGeometry on r128 — it is undefined and throws immediately,\"const body = new THREE.Mesh(new THREE.CylinderGeometry(0.5, 0.5, 1, 16), mat); const topCap = new THREE.Mesh(new THREE.SphereGeometry(0.5, 16, 8), mat); const botCap = new THREE.Mesh(new THREE.SphereGeometry(0.5, 16, 8), mat); topCap.position.y = 0.5; botCap.position.y = -0.5; const group = new THREE.Group(); group.add(body, topCap, botCap);\",\"const cap = new THREE.CapsuleGeometry(0.5, 1, 4, 8); // TypeError: CapsuleGeometry is not a constructor on r128\",Critical,https://threejs.org/docs/#api/en/geometries/CapsuleGeometry\nSetup,OrbitControls Must Be Loaded Separately,OrbitControls is NOT bundled in the core Three.js r128 CDN file. It lives in examples/js and must be loaded from a separate cdnjs script tag. THREE.OrbitControls is undefined without it.,Load the OrbitControls script from cdnjs examples path before your scene script,Expect THREE.OrbitControls to exist after loading only the core Three.js CDN script,\"<!-- Load AFTER core Three.js script --> <script src=\"\"https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/examples/js/controls/OrbitControls.min.js\"\"></script>\",\"<!-- Core only loaded — OrbitControls undefined --> <script src=\"\"https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js\"\"></script>\",Critical,https://cdnjs.com/libraries/three.js/r128\nSetup,Custom Drag Orbit Fallback,When OrbitControls cannot be loaded implement spherical orbit using mousedown/mousemove/mouseup. The key is rotating in spherical coordinates so both horizontal AND vertical drag work correctly.,Rotate camera in spherical coordinates so both axes respond correctly to drag,Move camera.position.x directly — vertical drag is silently ignored and the orbit is incorrect,\"let dragging = false; let prev = { x: 0, y: 0 }; const radius = camera.position.length(); let theta = 0; let phi = Math.PI / 2; canvas.addEventListener('mousedown', () => dragging = true); canvas.addEventListener('mouseup', () => dragging = false); canvas.addEventListener('mousemove', e => { if (!dragging) return; theta -= (e.clientX - prev.x) * 0.005; phi = Math.max(0.1, Math.min(Math.PI - 0.1, phi - (e.clientY - prev.y) * 0.005)); camera.position.set(radius * Math.sin(phi) * Math.sin(theta), radius * Math.cos(phi), radius * Math.sin(phi) * Math.cos(theta)); camera.lookAt(scene.position); prev = { x: e.clientX, y: e.clientY }; });\",\"let dragging = false; let prev = { x: 0, y: 0 }; canvas.addEventListener('mousemove', e => { if (!dragging) return; camera.position.x += (e.clientX - prev.x) * 0.005; camera.lookAt(scene.position); prev = { x: e.clientX, y: e.clientY }; }); // BUG: Y-drag ignored; orbit is a horizontal slide not a sphere\",High,https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent\nSetup,ESM vs CDN Import,When using a bundler import Three.js as an ES module. When using CDN the THREE global is already available — do not import it again. Mixing both loads Three.js twice and causes subtle runtime errors.,Match import style to build environment: ESM import for bundlers; rely on the window.THREE global for CDN pages,Mix a CDN script tag with an ES module import in the same file,\"// Bundler project (Vite / webpack): import * as THREE from 'three'; // CDN project — no import needed; THREE is already global after the script tag\",\"<!-- CDN script --> <script src=\"\"r128.cdn\"\"></script> <script type=\"\"module\"\"> import * as THREE from 'three'; // loads Three.js twice — version mismatch risk </script>\",Critical,https://threejs.org/docs/#manual/en/introduction/Installation\nSetup,Single Renderer Per Page,Create one WebGLRenderer instance for the lifetime of the page. Multiple renderers compete for the browser GPU context limit (8–16 contexts) and cause context-lost errors especially on mobile.,Reuse a single renderer and swap scene content instead of recreating the renderer,Create a new renderer on each component mount or scene transition,\"const renderer = new THREE.WebGLRenderer({ antialias: true, alpha: true }); renderer.setPixelRatio(Math.min(window.devicePixelRatio, 2)); renderer.setSize(canvas.clientWidth, canvas.clientHeight); // renderer lives for the page lifetime\",\"function showScene() { const renderer = new THREE.WebGLRenderer(); document.body.appendChild(renderer.domElement); } showScene(); showScene(); // two GPU contexts — crashes on mobile\",Critical,https://threejs.org/docs/#api/en/renderers/WebGLRenderer\nSetup,Pixel Ratio Cap at 2,Cap devicePixelRatio at 2. Retina displays report 3x or higher. Going from 2x to 3x multiplies pixel count by 2.25x with no visible quality improvement at normal viewing distance.,\"Apply Math.min(window.devicePixelRatio, 2) — cap is at 2 not at 3\",Pass window.devicePixelRatio directly without any cap,\"renderer.setPixelRatio(Math.min(window.devicePixelRatio, 2));\",renderer.setPixelRatio(window.devicePixelRatio); // 3x display = 9 pixels per CSS pixel = 2.25x GPU cost for zero quality gain,High,https://threejs.org/docs/#api/en/renderers/WebGLRenderer.setPixelRatio\nSetup,Alpha Canvas Plus CSS Background,Set alpha:true on the renderer and control the background color through CSS rather than a renderer clear color. This composites the canvas correctly over any HTML content behind it.,Set alpha:true on renderer and let body or a parent div provide the background color,Set a solid renderer clear color when the canvas must composite over HTML behind it,\"const renderer = new THREE.WebGLRenderer({ alpha: true }); renderer.setClearColor(0x000000, 0); // fully transparent canvas // body { background: #0d0d0d; } handles the visible color\",\"renderer.setClearColor(0x111827); // fully opaque — HTML behind the canvas is blocked\",Medium,https://threejs.org/docs/#api/en/renderers/WebGLRenderer.setClearColor\nCamera,Aspect Ratio on Resize,Always update camera.aspect and call camera.updateProjectionMatrix() inside every resize handler. A stale aspect ratio causes the entire scene to appear stretched or squashed horizontally.,Update camera.aspect then call updateProjectionMatrix() on every resize,Let aspect ratio become stale after the browser window changes size,\"window.addEventListener('resize', () => { camera.aspect = canvas.clientWidth / canvas.clientHeight; camera.updateProjectionMatrix(); renderer.setSize(canvas.clientWidth, canvas.clientHeight); });\",\"// No resize handler — scene stretches to fill a wider window without correcting the projection\",High,https://threejs.org/docs/#api/en/cameras/PerspectiveCamera\nCamera,FOV Range 45 to 75,Use a field of view between 45 and 75 degrees. Below 45 creates compressed telephoto distortion. Above 90 creates visible fisheye distortion at frame edges.,Start at 75 for general interactive scenes; use 45–55 for product close-ups,Use FOV above 90 or below 30 without a deliberate artistic reason,\"const camera = new THREE.PerspectiveCamera(75, aspect, 0.1, 1000); // general const camera = new THREE.PerspectiveCamera(50, aspect, 0.1, 1000); // product shot\",\"const camera = new THREE.PerspectiveCamera(120, aspect, 0.1, 1000); // fisheye distortion at all edges\",Medium,https://threejs.org/docs/#api/en/cameras/PerspectiveCamera\nCamera,Explicit Position and lookAt,Always set an explicit camera position and call camera.lookAt() before the first render. The default camera at the origin pointing down -Z makes subjects at arbitrary coordinates invisible or tiny.,Set camera.position.set() and camera.lookAt() to frame the subject before the first render,Leave the camera at default position (0 0 0) with no lookAt — subject may be behind the camera or microscopic,\"camera.position.set(0, 1.5, 5); camera.lookAt(new THREE.Vector3(0, 0, 0));\",\"// No position or lookAt set — subject at y:2 is behind or above the default camera view\",Medium,https://threejs.org/docs/#api/en/cameras/Camera.lookAt\nCamera,OrbitControls vs GSAP Camera Rig,Use OrbitControls for model viewers and exploratory scenes where the user needs free-look. Use a GSAP scroll-driven camera rig for product reveals or storytelling where the camera path must stay fixed.,Match camera control approach to the UX intent of the scene,Use OrbitControls for a scripted reveal — users can orbit away from the reveal before it completes,\"// Scroll storytelling — GSAP controls the path: gsap.to(camera.position, { z: 2, scrollTrigger: { trigger: '.scene', scrub: 1 } }); // Free-look model viewer — OrbitControls: const controls = new THREE.OrbitControls(camera, renderer.domElement); controls.enableDamping = true; // call controls.update() in animate()\",\"// Scripted product reveal: const controls = new THREE.OrbitControls(camera, renderer.domElement); // user can rotate away before the animation completes\",High,https://threejs.org/docs/#examples/en/controls/OrbitControls\nGeometry,Never Create Geometry Per Frame,Creating a new geometry inside animate() allocates a fresh GPU buffer every frame and exhausts VRAM within seconds. Create all geometry exactly once before the loop starts. Use attribute mutation if positions must change per frame.,Create all geometry before the animation loop; mutate BufferAttribute arrays in-place if needed,Call any new XxxGeometry() constructor inside the animation loop,\"const geo = new THREE.SphereGeometry(1, 32, 32); // created once const mesh = new THREE.Mesh(geo, mat); scene.add(mesh); const clock = new THREE.Clock(); function animate() { requestAnimationFrame(animate); mesh.rotation.y += clock.getDelta() * 0.8; // delta time renderer.render(scene, camera); }\",\"function animate() { requestAnimationFrame(animate); const geo = new THREE.BoxGeometry(1, 1, 1); // NEW GPU buffer every frame — VRAM exhaustion }\",Critical,https://threejs.org/docs/#api/en/core/BufferGeometry\nGeometry,Share Geometry Across Meshes,When multiple objects share the same shape create one geometry instance and pass it to every Mesh. Each Mesh gets its own transform and material while all share a single GPU buffer.,Create one geometry and pass the same reference to every Mesh constructor,Create a separate identical geometry inside a loop for each object,\"const geo = new THREE.BoxGeometry(1, 1, 1); // one GPU buffer for (let i = 0; i < 200; i++) { const m = new THREE.Mesh(geo, mat); m.position.set(Math.random() * 10, 0, Math.random() * 10); scene.add(m); }\",\"for (let i = 0; i < 200; i++) { const geo = new THREE.BoxGeometry(1, 1, 1); // 200 separate GPU buffers scene.add(new THREE.Mesh(geo, mat)); }\",Critical,https://threejs.org/docs/#api/en/core/BufferGeometry\nGeometry,dispose on Scene Removal,Call geometry.dispose() and material.dispose() and texture.dispose() for every texture map when removing objects from the scene. Three.js never releases GPU resources automatically — they stay in VRAM until explicitly freed.,Dispose of geometry + material + every texture map before calling scene.remove(),Call scene.remove() alone without any dispose calls,\"function removeMesh(mesh) { scene.remove(mesh); mesh.geometry.dispose(); if (mesh.material.map) mesh.material.map.dispose(); if (mesh.material.normalMap) mesh.material.normalMap.dispose(); mesh.material.dispose(); }\",\"scene.remove(mesh); // geometry and all texture maps stay in GPU VRAM forever\",Critical,https://threejs.org/docs/#api/en/core/BufferGeometry.dispose\nGeometry,Segment Count Budget,Use the minimum segment count that achieves the desired silhouette quality. Hero objects: 32–64 segments. Background objects: 8–16. Particle stand-ins: 6–8. High counts on background geometry waste GPU draw calls with zero visible benefit.,Apply a tiered segment budget based on the visual priority of each object in the scene,Default every sphere and cylinder to 64+ segments regardless of its role,\"const bgSphere = new THREE.SphereGeometry(0.5, 8, 8); // background const heroSphere = new THREE.SphereGeometry(1, 64, 64); // foreground product\",\"const particleSphere = new THREE.SphereGeometry(0.1, 64, 64); // 64 segments × 1000 particles = massive overdraw\",Medium,https://threejs.org/docs/#api/en/geometries/SphereGeometry\nGeometry,BufferGeometry for Custom Vertex Data,For any custom shape use BufferGeometry with setAttribute('position' ...) and a Float32Array. The legacy THREE.Geometry class was removed in r125 and throws ReferenceError in r128.,Use THREE.BufferGeometry with a Float32Array position attribute for custom vertex data,Reference or instantiate the removed THREE.Geometry class,\"const geo = new THREE.BufferGeometry(); geo.setAttribute('position', new THREE.BufferAttribute(new Float32Array(vertices), 3)); geo.setAttribute('normal', new THREE.BufferAttribute(new Float32Array(normals), 3));\",\"const geo = new THREE.Geometry(); geo.vertices.push(new THREE.Vector3(0, 0, 0)); // ReferenceError: Geometry is not defined in r128\",High,https://threejs.org/docs/#api/en/core/BufferGeometry\nMaterials,MeshBasicMaterial vs MeshStandardMaterial,MeshBasicMaterial ignores all lights and is significantly cheaper — use it for UI overlays HUDs and flat-colored decorative elements. MeshStandardMaterial is PBR-accurate and requires lights. Never use StandardMaterial where BasicMaterial suffices.,Use MeshBasicMaterial for any object that does not need lighting; use MeshStandardMaterial for physical objects,Apply MeshStandardMaterial to flat UI elements that never receive light — lights still run for them,\"const uiMat = new THREE.MeshBasicMaterial({ color: 0xffffff }); // no lighting cost const physMat = new THREE.MeshStandardMaterial({ color: 0x4f46e5, roughness: 0.4, metalness: 0.6 });\",\"const mat = new THREE.MeshStandardMaterial({ color: 0xffffff }); // on a 2D HUD card — lighting calculation runs with no visual benefit\",Medium,https://threejs.org/docs/#api/en/materials/MeshStandardMaterial\nMaterials,Share Material Instances,Share one material instance across all meshes that have identical properties. Call mat.clone() only when individual meshes genuinely need different property values. Duplicate materials waste GPU VRAM.,Assign the same material reference to all meshes with identical visual properties,Create a new material inside a loop for objects that look identical,\"const mat = new THREE.MeshStandardMaterial({ color: 0x4f46e5, roughness: 0.5 }); meshA.material = mat; meshB.material = mat; meshC.material = mat; // one GPU material\",\"for (const m of meshes) { m.material = new THREE.MeshStandardMaterial({ color: 0x4f46e5 }); } // N redundant GPU materials\",High,https://threejs.org/docs/#api/en/materials/Material\nMaterials,Dispose Textures Explicitly,Textures are the single largest consumer of GPU VRAM in most Three.js scenes. Call texture.dispose() when switching scenes or removing objects — Three.js does not garbage-collect GPU resources automatically.,Track all loaded textures and call dispose() on each one during scene teardown or on object removal,Load textures without any cleanup path — they persist in VRAM for the entire page lifetime,\"const tex = new THREE.TextureLoader().load('img.jpg'); mesh.material.map = tex; // on teardown: tex.dispose(); mesh.material.dispose();\",\"const tex = new THREE.TextureLoader().load('img.jpg'); scene.remove(mesh); // tex occupies GPU VRAM until page reload\",High,https://threejs.org/docs/#api/en/textures/Texture.dispose\nLighting,Ambient Plus Directional Minimum,Any scene using MeshStandardMaterial or MeshPhongMaterial requires at minimum one AmbientLight (fill) and one DirectionalLight (shading direction). Without both the objects render as solid black — the material is there but no light reaches it.,Add AmbientLight for fill and DirectionalLight for shading whenever PBR or Phong materials are used,Use MeshStandardMaterial without adding any lights to the scene,\"scene.add(new THREE.AmbientLight(0xffffff, 0.4)); const dirLight = new THREE.DirectionalLight(0xffffff, 1.0); dirLight.position.set(5, 10, 7.5); scene.add(dirLight);\",\"const mesh = new THREE.Mesh(geo, new THREE.MeshStandardMaterial({ color: 0x4f46e5 })); scene.add(mesh); // renders completely black — no lights in scene\",Critical,https://threejs.org/docs/#api/en/lights/DirectionalLight\nLighting,Enable shadowMap Before castShadow,renderer.shadowMap.enabled = true must be set before any castShadow or receiveShadow flags. Without it the shadow map is never allocated and all shadow flags are silently ignored.,Set renderer.shadowMap.enabled = true first then set castShadow and receiveShadow on lights and meshes,Set castShadow on a light or mesh without enabling renderer.shadowMap.enabled — shadows never render,\"renderer.shadowMap.enabled = true; renderer.shadowMap.type = THREE.PCFSoftShadowMap; dirLight.castShadow = true; dirLight.shadow.mapSize.width = 2048; dirLight.shadow.mapSize.height = 2048; heroMesh.castShadow = true; ground.receiveShadow = true;\",\"dirLight.castShadow = true; heroMesh.castShadow = true; // renderer.shadowMap.enabled never set — shadows silently do not render\",High,https://threejs.org/docs/#api/en/renderers/WebGLRenderer.shadowMap\nLighting,Selective Shadow Casting,Shadow map rendering redraws the entire scene from the light's perspective every frame. Enable castShadow only on the primary directional light and receiveShadow only on hero meshes and the ground plane.,Enable shadows only on the key light and the most important meshes,Enable castShadow and receiveShadow on every object in the scene including particles,\"renderer.shadowMap.enabled = true; renderer.shadowMap.type = THREE.PCFSoftShadowMap; dirLight.castShadow = true; heroMesh.castShadow = true; ground.receiveShadow = true; // particles and background meshes: no shadow flags\",\"for (const m of allMeshes) { m.castShadow = true; m.receiveShadow = true; } // shadow map pass over particle system — expensive with no visible gain\",High,https://threejs.org/docs/#api/en/renderers/WebGLRenderer.shadowMap\nLighting,Skip Lights for MeshBasicMaterial,MeshBasicMaterial completely ignores all scene lights. Adding lights solely to illuminate BasicMaterial objects wastes a light pass on every frame with zero visible effect.,Omit lights entirely when every material in the scene is MeshBasicMaterial,Add AmbientLight and DirectionalLight to a scene that uses only MeshBasicMaterial,\"// Scene uses only MeshBasicMaterial — no lights needed const mat = new THREE.MeshBasicMaterial({ color: 0x00ffff }); const mesh = new THREE.Mesh(geo, mat); scene.add(mesh); // MeshBasicMaterial is always fully lit by definition\",\"scene.add(new THREE.AmbientLight(0xffffff, 1.0)); // wasted per-frame light pass — BasicMaterial ignores it entirely\",Low,https://threejs.org/docs/#api/en/materials/MeshBasicMaterial\nRaycasting,Single Shared Raycaster,Create exactly one Raycaster instance outside all event handlers. Store mouse coordinates in pointermove (cheap). Call setFromCamera and intersectObjects together inside the animate() loop — once per frame instead of once per mouse event.,Create one Raycaster; store mouse in pointermove; call setFromCamera + intersectObjects inside animate(),Create a new THREE.Raycaster() inside a mousemove handler or call setFromCamera inside the event listener,\"const raycaster = new THREE.Raycaster(); const mouse = new THREE.Vector2(); canvas.addEventListener('pointermove', e => { // only store coords — no raycasting here mouse.x = (e.clientX / canvas.clientWidth) * 2 - 1; mouse.y = -(e.clientY / canvas.clientHeight) * 2 + 1; }); // setFromCamera and intersectObjects run once per frame in animate()\",\"window.addEventListener('mousemove', e => { const rc = new THREE.Raycaster(); // new allocation per event rc.setFromCamera(mouse, camera); rc.intersectObjects(targets, true); // fires 200+ times/sec });\",Critical,https://threejs.org/docs/#api/en/core/Raycaster\nRaycasting,NDC Mouse Coordinates,Raycasting requires mouse in Normalized Device Coordinates: X from -1 (left) to +1 (right) and Y from +1 (top) to -1 (bottom). The Y axis is inverted relative to screen space. A missing negation on Y causes all raycasts to miss or hit the wrong objects.,Apply the full NDC formula — including the negation on the Y axis,Forget to negate Y — raycasting appears to work but hits objects mirrored vertically,\"mouse.x = (e.clientX / canvas.clientWidth) * 2 - 1; mouse.y = -(e.clientY / canvas.clientHeight) * 2 + 1; // Y is INVERTED\",\"mouse.x = (e.clientX / canvas.clientWidth) * 2 - 1; mouse.y = (e.clientY / canvas.clientHeight) * 2 - 1; // BUG: Y not negated — raycasting is mirrored\",Critical,https://threejs.org/docs/#api/en/core/Raycaster.setFromCamera\nRaycasting,setFromCamera and intersectObjects in animate,Call raycaster.setFromCamera(mouse camera) and then raycaster.intersectObjects(targets true) inside the animate() loop. setFromCamera must come before intersectObjects every frame — without it the raycaster uses a stale ray direction.,Call setFromCamera then intersectObjects in order inside every animate() frame,Call intersectObjects without calling setFromCamera first — the raycaster uses a stale or zero ray,\"function animate() { requestAnimationFrame(animate); raycaster.setFromCamera(mouse, camera); // update ray direction first const hits = raycaster.intersectObjects(targets, true); // then test intersections if (hits.length > 0) { document.body.style.cursor = 'pointer'; } else { document.body.style.cursor = 'auto'; } renderer.render(scene, camera); }\",\"function animate() { requestAnimationFrame(animate); const hits = raycaster.intersectObjects(targets, true); // BUG: setFromCamera never called — stale ray — hits is always empty renderer.render(scene, camera); }\",Critical,https://threejs.org/docs/#api/en/core/Raycaster\nRaycasting,Recursive Flag for Groups and GLTF,Pass true as the second argument to intersectObjects when testing Groups or GLTF loaded models. Geometry lives on child Mesh objects — without recursive:true the parent group is tested but has no geometry and hits is always empty.,Use intersectObjects(targets true) for Groups or any loaded model,Raycast against a parent Group without the recursive flag,\"const hits = raycaster.intersectObjects(scene.children, true); // catches all descendant meshes\",\"const hits = raycaster.intersectObjects([modelGroup]); // recursive defaults to false — misses all children\",High,https://threejs.org/docs/#api/en/core/Raycaster.intersectObjects\nRaycasting,Cursor Feedback on Hover,Set document.body.style.cursor = 'pointer' when intersections are found and reset to 'auto' when none are found. Without cursor feedback users cannot discover that 3D objects are interactive.,Update cursor to pointer on hit; reset to auto on miss in the same animate loop block,Run raycasting and read hits without ever updating the cursor style,\"if (hits.length > 0) { document.body.style.cursor = 'pointer'; } else { document.body.style.cursor = 'auto'; }\",\"raycaster.setFromCamera(mouse, camera); raycaster.intersectObjects(targets, true); // hits ignored — cursor never changes — objects feel non-interactive\",Medium,https://developer.mozilla.org/en-US/docs/Web/CSS/cursor\nAnimation,requestAnimationFrame Loop Only,Drive the render loop exclusively with requestAnimationFrame or renderer.setAnimationLoop(). Never use setInterval or setTimeout — they are not synchronized to the display refresh rate and keep running when the tab is hidden draining battery.,Use requestAnimationFrame or renderer.setAnimationLoop() as the sole render loop driver,Use setInterval or setTimeout for render timing,\"function animate() { requestAnimationFrame(animate); renderer.render(scene, camera); } animate();\",\"setInterval(() => renderer.render(scene, camera), 16); // not display-synced; runs at full speed even when tab is hidden\",Critical,https://threejs.org/docs/#api/en/renderers/WebGLRenderer.setAnimationLoop\nAnimation,THREE.Clock for Delta Time,\"Use THREE.Clock and clock.getDelta() for all time-based motion. A hardcoded increment like += 0.01 runs at 2x speed on 120Hz displays and at unpredictable speed when frames drop under load. CRITICAL: call getDelta() exactly ONCE per animate() frame and store the result in a local dt variable. getDelta() resets the internal clock on every call — a second call in the same frame always returns ~0, silently breaking any animation block that uses it.\",\"Call clock.getDelta() once at the top of animate(); store result in dt; reuse dt everywhere in that frame\",\"Call clock.getDelta() more than once per frame or inside a helper called from animate()\",\"const clock = new THREE.Clock(); function animate() { requestAnimationFrame(animate); const dt = clock.getDelta(); // called ONCE — reuse dt below mesh.rotation.y += dt * 0.8; particles.rotation.y += dt * 0.1; // reuse dt, not a second getDelta() renderer.render(scene, camera); }\",\"function animate() { requestAnimationFrame(animate); mesh.rotation.y += 0.01; // 0.01 rad/frame — runs 2x faster on 120Hz than on 60Hz }\",High,https://threejs.org/docs/#api/en/core/Clock\nAnimation,Lerp for Smooth Pointer Follow,Use value += (target - value) * alpha each frame to smoothly interpolate toward a moving target. An alpha of 0.03–0.1 produces organic easing for camera follow pointer-tracking and hover scale effects without requiring GSAP.,Apply the lerp formula each frame with a small alpha for smooth organic motion,Snap a value directly to the target producing an instant jarring jump,\"// In animate(): cameraTargetX = mouse.x * 3; camera.position.x += (cameraTargetX - camera.position.x) * 0.05; camera.position.y += (cameraTargetY - camera.position.y) * 0.05; camera.lookAt(scene.position);\",\"// In animate(): camera.position.x = mouse.x * 3; // instant snap — jarring with no easing\",Medium,https://threejs.org/docs/#api/en/math/MathUtils.lerp\nAnimation,GSAP for Multi-Step Sequences,Use GSAP timelines for any animation with more than two sequential steps or for scroll-linked camera paths. GSAP timelines can be paused reversed and scrubbed — far more maintainable than boolean state machines.,Use GSAP timelines for sequences with more than two steps and for scroll-driven animations,Implement multi-step sequences with boolean flags and manual frame counters,\"const tl = gsap.timeline({ defaults: { ease: 'power2.out' } }); tl.from(mesh.position, { y: -3, duration: 1 }) .to(mesh.rotation, { y: Math.PI, duration: 1 }, '-=0.3') .to(camera.position, { z: 2, duration: 1.5 });\",\"let step = 0; let t = 0; function animate() { if (step === 0 && (t += 0.01) >= 1) step = 1; } // grows unmanageable with 3+ steps\",High,https://gsap.com/docs/v3/GSAP/Timeline/\nAnimation,Pause Render Loop on Tab Hidden,Use renderer.setAnimationLoop() as the loop driver so you can pass null to pause and a function to resume. Continuous rendering in a hidden tab wastes CPU GPU and battery with no user benefit.,Use renderer.setAnimationLoop(animate) to drive the loop; pass null to pause on visibilitychange,Drive with internal requestAnimationFrame and never stop the loop when the tab is hidden,\"renderer.setAnimationLoop(animate); // use setAnimationLoop as the driver — not requestAnimationFrame inside animate function animate() { const dt = clock.getDelta(); renderer.render(scene, camera); } document.addEventListener('visibilitychange', () => { if (document.hidden) renderer.setAnimationLoop(null); else renderer.setAnimationLoop(animate); });\",\"function animate() { requestAnimationFrame(animate); // self-referencing RAF cannot be stopped externally renderer.render(scene, camera); } animate(); // runs forever in background tab — drains battery\",High,https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API\nGSAP,Load GSAP Before Scene Script,Load GSAP from its own CDN script tag before your scene script. In bundler projects install via npm and import. GSAP is a completely separate library from Three.js — never try to import it from the Three.js package.,Load GSAP CDN before the scene script; or npm install gsap and import separately,Import gsap from three or expect it to be defined without a separate load,\"<!-- CDN: load GSAP before your scene script --> <script src=\"\"https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js\"\"></script> <!-- Bundler: --> // import gsap from 'gsap'; import { ScrollTrigger } from 'gsap/ScrollTrigger';\",\"import gsap from 'three'; // undefined — GSAP has nothing to do with Three.js\",Critical,https://gsap.com/docs/v3/Installation\nGSAP,Register ScrollTrigger Before Use,Call gsap.registerPlugin(ScrollTrigger) once at the top of your script before any scrollTrigger config object. Without registration the ScrollTrigger name is undefined and the tween throws immediately.,Call gsap.registerPlugin(ScrollTrigger) as the first line before any gsap.to/from/timeline with scrollTrigger,Include scrollTrigger config in gsap.to() calls without first registering the plugin,\"gsap.registerPlugin(ScrollTrigger); gsap.to(camera.position, { z: 2, scrollTrigger: { trigger: '.hero-section', scrub: 1 } });\",\"gsap.to(mesh.position, { scrollTrigger: { trigger: '.section', scrub: true } }); // TypeError: ScrollTrigger is not a constructor — not registered\",Critical,https://gsap.com/docs/v3/Plugins/ScrollTrigger/\nGSAP,Tween Three.js Properties Directly,GSAP can tween any numeric JavaScript property including mesh.position.x mesh.rotation.y and material.opacity. No wrapper or adaptor is needed. Note: to tween material.opacity the material must have transparent:true set before the tween starts.,Pass Three.js object properties directly to gsap.to(); set transparent:true before tweening opacity,Use a plain proxy object then manually copy values to Three.js properties every frame,\"gsap.to(mesh.rotation, { y: Math.PI * 2, duration: 2, ease: 'power1.inOut' }); mesh.material.transparent = true; // required before tweening opacity gsap.to(mesh.material, { opacity: 0, duration: 1 });\",\"const tw = { v: 0 }; gsap.to(tw, { v: Math.PI * 2, onUpdate: () => mesh.rotation.y = tw.v }); // unnecessary proxy wrapper\",Medium,https://gsap.com/docs/v3/GSAP/gsap.to()\nGSAP,scrub for Scroll-Driven Camera Path,Use scrub:true or scrub:1 to link camera movement continuously to scroll position as a 0–1 ratio. scrub:1 adds a 1-second lag for cinematic smoothness. onEnter/onLeave fire only once and create jarring snaps — not the right tool for a camera path.,Use scrub:1 for any scroll-controlled camera movement,Use onEnter or onLeave callbacks for camera motion — they snap instead of scrubbing,\"gsap.registerPlugin(ScrollTrigger); gsap.to(camera.position, { x: 5, y: 2, z: 0, ease: 'none', scrollTrigger: { trigger: '.canvas-wrapper', start: 'top top', end: 'bottom bottom', scrub: 1 } });\",\"gsap.to(camera.position, { z: 0, scrollTrigger: { trigger: '.section', onEnter: () => {} } }); // fires once at scroll threshold — not a continuous scrub\",High,https://gsap.com/docs/v3/Plugins/ScrollTrigger/\nPerformance,InstancedMesh for Repeated Objects,Use THREE.InstancedMesh when rendering 50 or more identical objects. It submits all N transforms in one draw call instead of N draw calls and reduces CPU-GPU communication overhead dramatically.,Use InstancedMesh for any group of 50+ meshes sharing the same geometry and material,Create 50+ separate Mesh objects with the same geometry and material,\"const COUNT = 500; const iMesh = new THREE.InstancedMesh(geo, mat, COUNT); const matrix = new THREE.Matrix4(); for (let i = 0; i < COUNT; i++) { matrix.setPosition(Math.random()*10, Math.random()*10, Math.random()*10); iMesh.setMatrixAt(i, matrix); } iMesh.instanceMatrix.needsUpdate = true; scene.add(iMesh);\",\"for (let i = 0; i < 500; i++) { scene.add(new THREE.Mesh(geo, mat)); } // 500 separate draw calls per frame\",High,https://threejs.org/docs/#api/en/objects/InstancedMesh\nPerformance,Tone Mapping and sRGB Encoding,Enable ACESFilmicToneMapping and sRGBEncoding on the renderer for accurate perceptual color. Without tone mapping colors appear washed out or over-saturated. These are renderer properties set after construction and take effect immediately.,Set renderer.toneMapping and renderer.outputEncoding after construction for all production scenes,Leave tone mapping and output encoding at defaults when the scene targets realistic visuals,\"renderer.toneMapping = THREE.ACESFilmicToneMapping; renderer.toneMappingExposure = 1.0; renderer.outputEncoding = THREE.sRGBEncoding; // correct for r128\",\"const renderer = new THREE.WebGLRenderer(); // defaults: NoToneMapping + LinearEncoding — colors appear flat and incorrect\",Medium,https://threejs.org/docs/#api/en/renderers/WebGLRenderer.toneMapping\nPerformance,antialias Set at Construction Only,The antialias option can only be set at WebGLRenderer construction time. Setting renderer.antialias after construction has absolutely no effect — the WebGL context is already created without it. Decide before instantiating.,Set antialias:true inside the WebGLRenderer constructor options object,Construct the renderer without antialias then try to enable it by assigning the property,\"const renderer = new THREE.WebGLRenderer({ antialias: true, alpha: true }); // antialias baked into the WebGL context\",\"const renderer = new THREE.WebGLRenderer(); renderer.antialias = true; // no effect — context created without AA — edges remain aliased\",High,https://threejs.org/docs/#api/en/renderers/WebGLRenderer\nPerformance,FogExp2 for Depth and Far Culling,Use scene.fog to create atmospheric depth. As a secondary benefit objects that disappear into fog before the far plane stop contributing to draw calls — useful in scenes with large view distances.,Add FogExp2 to scenes with view distances above 100 units for both visual atmosphere and implicit far culling,Ignore fog in scenes with far:1000+ and many distant objects that contribute tiny pixels per draw call,\"scene.fog = new THREE.FogExp2(0x0a0a0a, 0.02); // exponential — density feels more natural than linear\",\"// far: 2000 with no fog — hundreds of distant objects too small to see still cost draw calls per frame\",Low,https://threejs.org/docs/#api/en/scenes/FogExp2\nParticles,BufferGeometry Plus Points for Particle Systems,Build all particle systems with BufferGeometry plus a Float32Array position attribute rendered as Points. Never use individual Mesh objects as particles — they cannot scale past a few hundred with good performance.,Use Points plus BufferGeometry for all particle effects,Create hundreds of individual Mesh objects to simulate a particle system,\"const COUNT = 3000; const geo = new THREE.BufferGeometry(); const pos = new Float32Array(COUNT * 3); for (let i = 0; i < COUNT * 3; i++) pos[i] = (Math.random() - 0.5) * 20; geo.setAttribute('position', new THREE.BufferAttribute(pos, 3)); const particles = new THREE.Points(geo, new THREE.PointsMaterial({ size: 0.05, color: 0xffffff })); scene.add(particles);\",\"for (let i = 0; i < 500; i++) { scene.add(new THREE.Mesh(new THREE.SphereGeometry(0.05, 8, 8), mat)); } // 500 separate draw calls per frame\",High,https://threejs.org/docs/#api/en/objects/Points\nParticles,Particle Count Ceiling,Start particle systems at 1000–3000 particles. Beyond 50000 causes sustained frame drops on mid-range mobile. Always test on a real device before increasing the count — desktop and mobile GPU performance ratios can be 10:1.,Start at 3000 particles and profile on actual mobile hardware before raising the limit,Set particle count at 100000 or higher without any mobile profiling,\"const COUNT = 3000; // safe mobile baseline — profile before going higher const pos = new Float32Array(COUNT * 3);\",\"const COUNT = 150000; // 60fps on desktop — 8fps on a mid-range Android phone\",High,https://threejs.org/docs/#api/en/objects/Points\nParticles,needsUpdate After Buffer Mutation,After mutating any BufferAttribute array values per frame you must set geometry.attributes.position.needsUpdate = true so Three.js re-uploads the changed buffer to the GPU. Without it the GPU still uses the old data and particles appear completely frozen.,Set needsUpdate = true on the position attribute after every per-frame mutation of the array,Mutate the Float32Array values without flagging needsUpdate — positions update in JS but not on the GPU,\"// In animate(): const pos = geo.attributes.position.array; for (let i = 0; i < pos.length; i += 3) { pos[i + 1] += Math.sin(clock.getElapsedTime() + i) * 0.001; // Y component } geo.attributes.position.needsUpdate = true; // GPU re-upload\",\"// In animate(): pos[1] += 0.001; // JS array updated — GPU buffer is stale — particles do not move\",Critical,https://threejs.org/docs/#api/en/core/BufferAttribute.needsUpdate\nResponsive,Canvas Dimensions Not Window,Size the renderer and camera to the canvas element's clientWidth and clientHeight — not window.innerWidth and innerHeight. This is correct when the canvas is inside a flex or grid container that does not fill the full viewport.,Use canvas.clientWidth and canvas.clientHeight for all renderer and camera sizing,Hardcode renderer size to window.innerWidth/innerHeight when the canvas may be inside a container,\"renderer.setSize(canvas.clientWidth, canvas.clientHeight); camera.aspect = canvas.clientWidth / canvas.clientHeight; camera.updateProjectionMatrix();\",\"renderer.setSize(window.innerWidth, window.innerHeight); // wrong when canvas lives inside a sidebar or grid column\",High,https://threejs.org/docs/#api/en/renderers/WebGLRenderer.setSize\nResponsive,ResizeObserver Over window resize Event,Use ResizeObserver on the canvas container instead of the window resize event. ResizeObserver fires when the container element changes size independently of the browser window — common in split-pane layouts and sidebar collapsing.,Attach ResizeObserver to the canvas parent element for accurate container-aware resize detection,Use only window.addEventListener('resize') for canvas sizing when the canvas is not fullscreen,\"const ro = new ResizeObserver(entries => { const { width, height } = entries[0].contentRect; renderer.setSize(width, height); camera.aspect = width / height; camera.updateProjectionMatrix(); }); ro.observe(canvas.parentElement);\",\"window.addEventListener('resize', () => { renderer.setSize(window.innerWidth, window.innerHeight); }); // misses container-only resize events in split-pane UIs\",Medium,https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver\nResponsive,Touch Events for Mobile Interaction,Add touchstart and touchmove listeners alongside mouse events so the scene remains interactive on mobile. Normalize touch coordinates to the same NDC range as mouse events and pass passive:false on touchmove if you call preventDefault.,Handle both mouse and touch input for any interactive 3D scene,Add only mouse event listeners and leave touch users with no interaction,\"canvas.addEventListener('touchmove', e => { e.preventDefault(); const t = e.touches[0]; mouse.x = (t.clientX / canvas.clientWidth) * 2 - 1; mouse.y = -(t.clientY / canvas.clientHeight) * 2 + 1; }, { passive: false }); canvas.addEventListener('touchstart', e => { e.preventDefault(); }, { passive: false });\",\"canvas.addEventListener('mousemove', handleMouse); // touch events unhandled — mobile users get no interaction\",Medium,https://developer.mozilla.org/en-US/docs/Web/API/Touch_events\nAccessibility,prefers-reduced-motion,\"Check window.matchMedia('(prefers-reduced-motion: reduce)') before starting any auto-rotation, particle animation, or camera movement. Users who enable this OS preference have motion sickness or vestibular disorders. IMPORTANT: reading .matches once at page load is a one-time snapshot — if the user changes their OS accessibility setting mid-session the scene will not react. Attach a 'change' listener to the MediaQueryList so noMotion stays in sync at runtime.\",\"Use matchMedia.addEventListener('change') to keep noMotion reactive; gate all auto-animation on the live value\",\"Read .matches once at startup and never update it — the scene ignores mid-session OS setting changes\",\"const mq = window.matchMedia('(prefers-reduced-motion: reduce)'); let noMotion = mq.matches; mq.addEventListener('change', e => { noMotion = e.matches; }); // In animate(): if (!noMotion) { mesh.rotation.y += dt * 0.8; particles.rotation.y += dt * 0.1; }\",\"const noMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches; // one-time snapshot — mid-session OS change is ignored entirely\",High,https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion\nAccessibility,Canvas aria-label,Add role='img' and a descriptive aria-label to renderer.domElement after appending it to the DOM. Screen readers receive no information from a WebGL canvas — the aria-label is the only description they can announce to users.,Set role='img' and a meaningful aria-label on renderer.domElement before or after appending it,Append the canvas to the DOM with no accessibility attributes — invisible to screen readers,\"renderer.domElement.setAttribute('role', 'img'); renderer.domElement.setAttribute('aria-label', 'Interactive 3D product viewer. Drag to rotate. Scroll to zoom.'); document.body.appendChild(renderer.domElement);\",\"document.body.appendChild(renderer.domElement); // bare canvas — screen readers announce nothing\",Medium,https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas#accessibility_concerns\nProduction,Bundler Stack for Production,For production use Three.js via npm plus Vite. You get full tree-shaking reduced bundle size access to the complete examples/jsm library including OrbitControls GLTFLoader and EffectComposer and TypeScript support.,Use npm install three plus Vite or Webpack for any production client-facing project,Serve raw CDN script tags in a production application that needs tree-shaking or TypeScript,\"npm install three gsap // then in your JS: import * as THREE from 'three'; import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js'; import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js';\",\"<!-- In a Vite/React production build: --> <script src=\"\"https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js\"\"></script> // no tree-shaking — entire Three.js ships\",Medium,https://threejs.org/docs/#manual/en/introduction/Installation\nProduction,GLTFLoader with scene traverse,Load 3D models using GLTFLoader and traverse gltf.scene to configure castShadow receiveShadow and material overrides on all child Mesh nodes. Calling scene.add(gltf.scene) alone silently skips all shadow and material configuration.,Use GLTFLoader and traverse the entire gltf.scene graph to set up shadows and materials on every Mesh child,Load a GLTF model and pass gltf.scene directly to scene.add without traversing child meshes,\"import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js'; const loader = new GLTFLoader(); loader.load('model.glb', gltf => { gltf.scene.traverse(child => { if (child.isMesh) { child.castShadow = true; child.receiveShadow = true; } }); scene.add(gltf.scene); });\",\"loader.load('model.glb', gltf => { scene.add(gltf.scene); // shadows and material setup silently skipped on all children });\",Medium,https://threejs.org/docs/#examples/en/loaders/GLTFLoader\nProduction,LOD for Distance-Based Detail,Use THREE.LOD to automatically swap high-detail and low-detail geometry as objects move closer or farther from the camera. This maintains frame rate in scenes with many objects spread across a large depth range.,Use THREE.LOD to reduce triangle count on distant objects automatically,Render the same high-polygon geometry for every object regardless of its distance from the camera,\"const lod = new THREE.LOD(); lod.addLevel(highDetailMesh, 0); // used when < 15 units away lod.addLevel(medDetailMesh, 15); // 15–50 units lod.addLevel(lowDetailMesh, 50); // 50+ units scene.add(lod);\",\"scene.add(highDetailMesh); // 64k-triangle mesh rendered at full cost whether 1 unit or 100 units from camera\",Medium,https://threejs.org/docs/#api/en/objects/LOD\n",
83
+ "kind": "raw"
84
+ },
85
+ {
86
+ "path": "data/styles.csv",
87
+ "content": "No,Style Category,Type,Keywords,Primary Colors,Secondary Colors,Effects & Animation,Best For,Do Not Use For,Light Mode ✓,Dark Mode ✓,Performance,Accessibility,Mobile-Friendly,Conversion-Focused,Framework Compatibility,Era/Origin,Complexity,AI Prompt Keywords,CSS/Technical Keywords,Implementation Checklist,Design System Variables\r\n1,Minimalism & Swiss Style,General,\"Clean, simple, spacious, functional, white space, high contrast, geometric, sans-serif, grid-based, essential\",\"Monochromatic, Black #000000, White #FFFFFF\",\"Neutral (Beige #F5F1E8, Grey #808080, Taupe #B38B6D), Primary accent\",\"Subtle hover (200-250ms), smooth transitions, sharp shadows if any, clear type hierarchy, fast loading\",\"Enterprise apps, dashboards, documentation sites, SaaS platforms, professional tools\",\"Creative portfolios, entertainment, playful brands, artistic experiments\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AAA,✓ High,◐ Medium,\"Tailwind 10/10, Bootstrap 9/10, MUI 9/10\",1950s Swiss,Low,\"Design a minimalist landing page. Use: white space, geometric layouts, sans-serif fonts, high contrast, grid-based structure, essential elements only. Avoid shadows and gradients. Focus on clarity and functionality.\",\"display: grid, gap: 2rem, font-family: sans-serif, color: #000 or #FFF, max-width: 1200px, clean borders, no box-shadow unless necessary\",\"☐ Grid-based layout 12-16 columns, ☐ Typography hierarchy clear, ☐ No unnecessary decorations, ☐ WCAG AAA contrast verified, ☐ Mobile responsive grid\",\"--spacing: 2rem, --border-radius: 0px, --font-weight: 400-700, --shadow: none, --accent-color: single primary only\"\r\n2,Neumorphism,General,\"Soft UI, embossed, debossed, convex, concave, light source, subtle depth, rounded (12-16px), monochromatic\",\"Light pastels: Soft Blue #C8E0F4, Soft Pink #F5E0E8, Soft Grey #E8E8E8\",\"Tints/shades (±30%), gradient subtlety, color harmony\",\"Soft box-shadow (multiple: -5px -5px 15px, 5px 5px 15px), smooth press (150ms), inner subtle shadow\",\"Health/wellness apps, meditation platforms, fitness trackers, minimal interaction UIs\",\"Complex apps, critical accessibility, data-heavy dashboards, high-contrast required\",✓ Full,◐ Partial,⚡ Good,⚠ Low contrast,✓ Good,◐ Medium,\"Tailwind 8/10, CSS-in-JS 9/10\",2020s Modern,Medium,\"Create a neumorphic UI with soft 3D effects. Use light pastels, rounded corners (12-16px), subtle soft shadows (multiple layers), no hard lines, monochromatic color scheme with light/dark variations. Embossed/debossed effect on interactive elements.\",\"border-radius: 12-16px, box-shadow: -5px -5px 15px rgba(0,0,0,0.1), 5px 5px 15px rgba(255,255,255,0.8), background: linear-gradient(145deg, color1, color2), transform: scale on press\",\"☐ Rounded corners 12-16px consistent, ☐ Multiple shadow layers (2-3), ☐ Pastel color verified, ☐ Monochromatic palette checked, ☐ Press animation smooth 150ms\",\"--border-radius: 14px, --shadow-soft-1: -5px -5px 15px, --shadow-soft-2: 5px 5px 15px, --color-light: #F5F5F5, --color-primary: single pastel\"\r\n3,Glassmorphism,General,\"Frosted glass, transparent, blurred background, layered, vibrant background, light source, depth, multi-layer\",\"Translucent white: rgba(255,255,255,0.1-0.3)\",\"Vibrant: Electric Blue #0080FF, Neon Purple #8B00FF, Vivid Pink #FF1493, Teal #20B2AA\",\"Backdrop blur (10-20px), subtle border (1px solid rgba white 0.2), light reflection, Z-depth\",\"Modern SaaS, financial dashboards, high-end corporate, lifestyle apps, modal overlays, navigation\",\"Low-contrast backgrounds, critical accessibility, performance-limited, dark text on dark\",✓ Full,✓ Full,⚠ Good,⚠ Ensure 4.5:1,✓ Good,✓ High,\"Tailwind 9/10, MUI 8/10, Chakra 8/10\",2020s Modern,Medium,\"Design a glassmorphic interface with frosted glass effect. Use backdrop blur (10-20px), translucent overlays (rgba 10-30% opacity), vibrant background colors, subtle borders, light source reflection, layered depth. Perfect for modern overlays and cards.\",\"backdrop-filter: blur(15px), background: rgba(255, 255, 255, 0.15), border: 1px solid rgba(255,255,255,0.2), -webkit-backdrop-filter: blur(15px), z-index layering for depth\",\"☐ Backdrop-filter blur 10-20px, ☐ Translucent white 15-30% opacity, ☐ Subtle border 1px light, ☐ Vibrant background verified, ☐ Text contrast 4.5:1 checked\",\"--blur-amount: 15px, --glass-opacity: 0.15, --border-color: rgba(255,255,255,0.2), --background: vibrant color, --text-color: light/dark based on BG\"\r\n4,Brutalism,General,\"Raw, unpolished, stark, high contrast, plain text, default fonts, visible borders, asymmetric, anti-design\",\"Primary: Red #FF0000, Blue #0000FF, Yellow #FFFF00, Black #000000, White #FFFFFF\",\"Limited: Neon Green #00FF00, Hot Pink #FF00FF, minimal secondary\",\"No smooth transitions (instant), sharp corners (0px), bold typography (700+), visible grid, large blocks\",\"Design portfolios, artistic projects, counter-culture brands, editorial/media sites, tech blogs\",\"Corporate environments, conservative industries, critical accessibility, customer-facing professional\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AAA,◐ Medium,✗ Low,\"Tailwind 10/10, Bootstrap 7/10\",1950s Brutalist,Low,\"Create a brutalist design with raw, unpolished, stark aesthetic. Use pure primary colors (red, blue, yellow), black & white, no smooth transitions (instant), sharp corners, bold large typography, visible grid lines, default system fonts, intentional 'broken' design elements.\",\"border-radius: 0px, transition: none or 0s, font-family: system-ui or monospace, font-weight: 700+, border: visible 2-4px, colors: #FF0000, #0000FF, #FFFF00, #000000, #FFFFFF\",\"☐ No border-radius (0px), ☐ No transitions (instant), ☐ Bold typography (700+), ☐ Pure primary colors used, ☐ Visible grid/borders, ☐ Asymmetric layout intentional\",\"--border-radius: 0px, --transition-duration: 0s, --font-weight: 700-900, --colors: primary only, --border-style: visible, --grid-visible: true\"\r\n5,3D & Hyperrealism,General,\"Depth, realistic textures, 3D models, spatial navigation, tactile, skeuomorphic elements, rich detail, immersive\",\"Deep Navy #001F3F, Forest Green #228B22, Burgundy #800020, Gold #FFD700, Silver #C0C0C0\",\"Complex gradients (5-10 stops), realistic lighting, shadow variations (20-40% darker)\",\"WebGL/Three.js 3D, realistic shadows (layers), physics lighting, parallax (3-5 layers), smooth 3D (300-400ms)\",\"Gaming, product showcase, immersive experiences, high-end e-commerce, architectural viz, VR/AR\",\"Low-end mobile, performance-limited, critical accessibility, data tables/forms\",◐ Partial,◐ Partial,❌ Poor,⚠ Not accessible,✗ Low,◐ Medium,\"Three.js 10/10, R3F 10/10, Babylon.js 10/10\",2020s Modern,High,\"Build an immersive 3D interface using realistic textures, 3D models (Three.js/Babylon.js), complex shadows, realistic lighting, parallax scrolling (3-5 layers), physics-based motion. Include skeuomorphic elements with tactile detail.\",\"transform: translate3d, perspective: 1000px, WebGL canvas, Three.js/Babylon.js library, box-shadow: complex multi-layer, background: complex gradients, filter: drop-shadow()\",\"☐ WebGL/Three.js integrated, ☐ 3D models loaded, ☐ Parallax 3-5 layers, ☐ Realistic lighting verified, ☐ Complex shadows rendered, ☐ Physics animation smooth 300-400ms\",\"--perspective: 1000px, --parallax-layers: 5, --lighting-intensity: realistic, --shadow-depth: 20-40%, --animation-duration: 300-400ms\"\r\n6,Vibrant & Block-based,General,\"Bold, energetic, playful, block layout, geometric shapes, high color contrast, duotone, modern, energetic\",\"Neon Green #39FF14, Electric Purple #BF00FF, Vivid Pink #FF1493, Bright Cyan #00FFFF, Sunburst #FFAA00\",\"Complementary: Orange #FF7F00, Shocking Pink #FF006E, Lime #CCFF00, triadic schemes\",\"Large sections (48px+ gaps), animated patterns, bold hover (color shift), scroll-snap, large type (32px+), 200-300ms\",\"Startups, creative agencies, gaming, social media, youth-focused, entertainment, consumer\",\"Financial institutions, healthcare, formal business, government, conservative, elderly\",✓ Full,✓ Full,⚡ Good,◐ Ensure WCAG,✓ High,✓ High,\"Tailwind 10/10, Chakra 9/10, Styled 9/10\",2020s Modern,Medium,\"Design an energetic, vibrant interface with bold block layouts, geometric shapes, high color contrast, large typography (32px+), animated background patterns, duotone effects. Perfect for startups and youth-focused apps. Use 4-6 contrasting colors from complementary/triadic schemes.\",\"display: flex/grid with large gaps (48px+), font-size: 32px+, background: animated patterns (CSS), color: neon/vibrant colors, animation: continuous pattern movement\",\"☐ Block layout with 48px+ gaps, ☐ Large typography 32px+, ☐ 4-6 vibrant colors max, ☐ Animated patterns active, ☐ Scroll-snap enabled, ☐ High contrast verified (7:1+)\",\"--block-gap: 48px, --typography-size: 32px+, --color-palette: 4-6 vibrant colors, --animation: continuous pattern, --contrast-ratio: 7:1+\"\r\n7,Dark Mode (OLED),General,\"Dark theme, low light, high contrast, deep black, midnight blue, eye-friendly, OLED, night mode, power efficient\",\"Deep Black #000000, Dark Grey #121212, Midnight Blue #0A0E27\",\"Vibrant accents: Neon Green #39FF14, Electric Blue #0080FF, Gold #FFD700, Plasma Purple #BF00FF\",\"Minimal glow (text-shadow: 0 0 10px), dark-to-light transitions, low white emission, high readability, visible focus\",\"Night-mode apps, coding platforms, entertainment, eye-strain prevention, OLED devices, low-light\",\"Print-first content, high-brightness outdoor, color-accuracy-critical\",✗ No,✓ Only,⚡ Excellent,✓ WCAG AAA,✓ High,◐ Low,\"Tailwind 10/10, MUI 10/10, Chakra 10/10\",2020s Modern,Low,\"Create an OLED-optimized dark interface with deep black (#000000), dark grey (#121212), midnight blue accents. Use minimal glow effects, vibrant neon accents (green, blue, gold, purple), high contrast text. Optimize for eye comfort and OLED power saving.\",\"background: #000000 or #121212, color: #FFFFFF or #E0E0E0, text-shadow: 0 0 10px neon-color (sparingly), filter: brightness(0.8) if needed, color-scheme: dark\",\"☐ Deep black #000000 or #121212, ☐ Vibrant neon accents used, ☐ Text contrast 7:1+, ☐ Minimal glow effects, ☐ OLED power optimization, ☐ No white (#FFFFFF) background\",\"--bg-black: #000000, --bg-dark-grey: #121212, --text-primary: #FFFFFF, --accent-neon: neon colors, --glow-effect: minimal, --oled-optimized: true\"\r\n8,Accessible & Ethical,General,\"High contrast, large text (16px+), keyboard navigation, screen reader friendly, WCAG compliant, focus state, semantic\",\"WCAG AA/AAA (4.5:1 min), simple primary, clear secondary, high luminosity (7:1+)\",\"Symbol-based colors (not color-only), supporting patterns, inclusive combinations\",\"Clear focus rings (3-4px), ARIA labels, skip links, responsive design, reduced motion, 44x44px touch targets\",\"Government, healthcare, education, inclusive products, large audience, legal compliance, public\",None - accessibility universal,✓ Full,✓ Full,⚡ Excellent,✓ WCAG AAA,✓ High,✓ High,All frameworks 10/10,Universal,Low,\"Design with WCAG AAA compliance. Include: high contrast (7:1+), large text (16px+), keyboard navigation, screen reader compatibility, focus states visible (3-4px ring), semantic HTML, ARIA labels, skip links, reduced motion support (prefers-reduced-motion), 44x44px touch targets.\",\"color-contrast: 7:1+, font-size: 16px+, outline: 3-4px on :focus-visible, aria-label, role attributes, @media (prefers-reduced-motion), touch-target: 44x44px, cursor: pointer\",\"☐ WCAG AAA verified, ☐ 7:1+ contrast checked, ☐ Keyboard navigation tested, ☐ Screen reader tested, ☐ Focus visible 3-4px, ☐ Semantic HTML used, ☐ Touch targets 44x44px\",\"--contrast-ratio: 7:1, --font-size-min: 16px, --focus-ring: 3-4px, --touch-target: 44x44px, --wcag-level: AAA, --keyboard-accessible: true, --sr-tested: true\"\r\n9,Claymorphism,General,\"Soft 3D, chunky, playful, toy-like, bubbly, thick borders (3-4px), double shadows, rounded (16-24px)\",\"Pastel: Soft Peach #FDBCB4, Baby Blue #ADD8E6, Mint #98FF98, Lilac #E6E6FA, light BG\",\"Soft gradients (pastel-to-pastel), light/dark variations (20-30%), gradient subtle\",\"Inner+outer shadows (subtle, no hard lines), soft press (200ms ease-out), fluffy elements, smooth transitions\",\"Educational apps, children's apps, SaaS platforms, creative tools, fun-focused, onboarding, casual games\",\"Formal corporate, professional services, data-critical, serious/medical, legal apps, finance\",✓ Full,◐ Partial,⚡ Good,⚠ Ensure 4.5:1,✓ High,✓ High,\"Tailwind 9/10, CSS-in-JS 9/10\",2020s Modern,Medium,\"Design a playful, toy-like interface with soft 3D, chunky elements, bubbly aesthetic, rounded edges (16-24px), thick borders (3-4px), double shadows (inner + outer), pastel colors, smooth animations. Perfect for children's apps and creative tools.\",\"border-radius: 16-24px, border: 3-4px solid, box-shadow: inset -2px -2px 8px, 4px 4px 8px, background: pastel-gradient, animation: soft bounce (cubic-bezier 0.34, 1.56)\",\"☐ Border-radius 16-24px, ☐ Thick borders 3-4px, ☐ Double shadows (inner+outer), ☐ Pastel colors used, ☐ Soft bounce animations, ☐ Playful interactions\",\"--border-radius: 20px, --border-width: 3-4px, --shadow-inner: inset -2px -2px 8px, --shadow-outer: 4px 4px 8px, --color-palette: pastels, --animation: bounce\"\r\n10,Aurora UI,General,\"Vibrant gradients, smooth blend, Northern Lights effect, mesh gradient, luminous, atmospheric, abstract\",\"Complementary: Blue-Orange, Purple-Yellow, Electric Blue #0080FF, Magenta #FF1493, Cyan #00FFFF\",\"Smooth transitions (Blue→Purple→Pink→Teal), iridescent effects, blend modes (screen, multiply)\",\"Large flowing CSS/SVG gradients, subtle 8-12s animations, depth via color layering, smooth morph\",\"Modern SaaS, creative agencies, branding, music platforms, lifestyle, premium products, hero sections\",\"Data-heavy dashboards, critical accessibility, content-heavy where distraction issues\",✓ Full,✓ Full,⚠ Good,⚠ Text contrast,✓ Good,✓ High,\"Tailwind 9/10, CSS-in-JS 10/10\",2020s Modern,Medium,\"Create a vibrant gradient interface inspired by Northern Lights with mesh gradients, smooth color blends, flowing animations. Use complementary color pairs (blue-orange, purple-yellow), flowing background gradients, subtle continuous animations (8-12s loops), iridescent effects.\",\"background: conic-gradient or radial-gradient with multiple stops, animation: @keyframes gradient (8-12s), background-size: 200% 200%, filter: saturate(1.2), blend-mode: screen or multiply\",\"☐ Mesh/flowing gradients applied, ☐ 8-12s animation loop, ☐ Complementary colors used, ☐ Smooth color transitions, ☐ Iridescent effect subtle, ☐ Text contrast verified\",\"--gradient-colors: complementary pairs, --animation-duration: 8-12s, --blend-mode: screen, --color-saturation: 1.2, --effect: iridescent, --loop-smooth: true\"\r\n11,Retro-Futurism,General,\"Vintage sci-fi, 80s aesthetic, neon glow, geometric patterns, CRT scanlines, pixel art, cyberpunk, synthwave\",\"Neon Blue #0080FF, Hot Pink #FF006E, Cyan #00FFFF, Deep Black #1A1A2E, Purple #5D34D0\",\"Metallic Silver #C0C0C0, Gold #FFD700, duotone, 80s Pink #FF10F0, neon accents\",\"CRT scanlines (::before overlay), neon glow (text-shadow+box-shadow), glitch effects (skew/offset keyframes)\",\"Gaming, entertainment, music platforms, tech brands, artistic projects, nostalgic, cyberpunk\",\"Conservative industries, critical accessibility, professional/corporate, elderly, legal/finance\",✓ Full,✓ Dark focused,⚠ Moderate,⚠ High contrast/strain,◐ Medium,◐ Medium,\"Tailwind 8/10, CSS-in-JS 9/10\",1980s Retro,Medium,\"Build a retro-futuristic (cyberpunk/vaporwave) interface with neon colors (blue, pink, cyan), deep black background, 80s aesthetic, CRT scanlines, glitch effects, neon glow text/borders, monospace fonts, geometric patterns. Use neon text-shadow and animated glitch effects.\",\"color: neon colors (#0080FF, #FF006E, #00FFFF), text-shadow: 0 0 10px neon, background: #000 or #1A1A2E, font-family: monospace, animation: glitch (skew+offset), filter: hue-rotate\",\"☐ Neon colors used, ☐ CRT scanlines effect, ☐ Glitch animations active, ☐ Monospace font, ☐ Deep black background, ☐ Glow effects applied, ☐ 80s patterns present\",\"--neon-colors: #0080FF #FF006E #00FFFF, --background: #000000, --font-family: monospace, --effect: glitch+glow, --scanline-opacity: 0.3, --crt-effect: true\"\r\n12,Flat Design,General,\"2D, minimalist, bold colors, no shadows, clean lines, simple shapes, typography-focused, modern, icon-heavy\",\"Solid bright: Red, Orange, Blue, Green, limited palette (4-6 max)\",\"Complementary colors, muted secondaries, high saturation, clean accents\",\"No gradients/shadows, simple hover (color/opacity shift), fast loading, clean transitions (150-200ms ease), minimal icons\",\"Web apps, mobile apps, cross-platform, startup MVPs, user-friendly, SaaS, dashboards, corporate\",\"Complex 3D, premium/luxury, artistic portfolios, immersive experiences, high-detail\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AAA,✓ High,✓ High,\"Tailwind 10/10, Bootstrap 10/10, MUI 9/10\",2010s Modern,Low,\"Create a flat, 2D interface with bold colors, no shadows/gradients, clean lines, simple geometric shapes, icon-heavy, typography-focused, minimal ornamentation. Use 4-6 solid, bright colors in a limited palette with high saturation.\",\"box-shadow: none, background: solid color, border-radius: 0-4px, color: solid (no gradients), fill: solid, stroke: 1-2px, font: bold sans-serif, icons: simplified SVG\",\"☐ No shadows/gradients, ☐ 4-6 solid colors max, ☐ Clean lines consistent, ☐ Simple shapes used, ☐ Icon-heavy layout, ☐ High saturation colors, ☐ Fast loading verified\",\"--shadow: none, --color-palette: 4-6 solid, --border-radius: 2px, --gradient: none, --icons: simplified SVG, --animation: minimal 150-200ms\"\r\n13,Skeuomorphism,General,\"Realistic, texture, depth, 3D appearance, real-world metaphors, shadows, gradients, tactile, detailed, material\",\"Rich realistic: wood, leather, metal colors, detailed gradients (8-12 stops), metallic effects\",\"Realistic lighting gradients, shadow variations (30-50% darker), texture overlays, material colors\",\"Realistic shadows (layers), depth (perspective), texture details (noise, grain), realistic animations (300-500ms)\",\"Legacy apps, gaming, immersive storytelling, premium products, luxury, realistic simulations, education\",\"Modern enterprise, critical accessibility, low-performance, web (use Flat/Modern)\",◐ Partial,◐ Partial,❌ Poor,⚠ Textures reduce readability,✗ Low,◐ Medium,\"CSS-in-JS 7/10, Custom 8/10\",2007-2012 iOS,High,\"Design a realistic, textured interface with 3D depth, real-world metaphors (leather, wood, metal), complex gradients (8-12 stops), realistic shadows, grain/texture overlays, tactile press animations. Perfect for premium/luxury products.\",\"background: complex gradient (8-12 stops), box-shadow: realistic multi-layer, background-image: texture overlay (noise, grain), filter: drop-shadow, transform: scale on press (300-500ms)\",\"☐ Realistic textures applied, ☐ Complex gradients 8-12 stops, ☐ Multi-layer shadows, ☐ Texture overlays present, ☐ Tactile animations smooth, ☐ Depth effect pronounced\",\"--gradient-stops: 8-12, --texture-overlay: noise+grain, --shadow-layers: 3+, --animation-duration: 300-500ms, --depth-effect: pronounced, --tactile: true\"\r\n14,Liquid Glass,General,\"Flowing glass, morphing, smooth transitions, fluid effects, translucent, animated blur, iridescent, chromatic aberration\",\"Vibrant iridescent (rainbow spectrum), translucent base with opacity shifts, gradient fluidity\",\"Chromatic aberration (Red-Cyan), iridescent oil-spill, fluid gradient blends, holographic effects\",\"Morphing elements (SVG/CSS), fluid animations (400-600ms curves), dynamic blur (backdrop-filter), color transitions\",\"Premium SaaS, high-end e-commerce, creative platforms, branding experiences, luxury portfolios\",\"Performance-limited, critical accessibility, complex data, budget projects\",✓ Full,✓ Full,⚠ Moderate-Poor,⚠ Text contrast,◐ Medium,✓ High,\"Framer Motion 10/10, GSAP 10/10\",2020s Modern,High,\"Create a premium liquid glass effect with morphing shapes, flowing animations, chromatic aberration, iridescent gradients, smooth 400-600ms transitions. Use SVG morphing for shape changes, dynamic blur, smooth color transitions creating a fluid, premium feel.\",\"animation: morphing SVG paths (400-600ms), backdrop-filter: blur + saturate, filter: hue-rotate + brightness, blend-mode: screen, background: iridescent gradient\",\"☐ Morphing animations 400-600ms, ☐ Chromatic aberration applied, ☐ Dynamic blur active, ☐ Iridescent gradients, ☐ Smooth color transitions, ☐ Premium feel achieved\",\"--morph-duration: 400-600ms, --blur-amount: 15px, --chromatic-aberration: true, --iridescent: true, --blend-mode: screen, --smooth-transitions: true\"\r\n15,Motion-Driven,General,\"Animation-heavy, microinteractions, smooth transitions, scroll effects, parallax, entrance anim, page transitions\",\"Bold colors emphasize movement, high contrast animated, dynamic gradients, accent action colors\",\"Transitional states, success (Green #22C55E), error (Red #EF4444), neutral feedback\",\"Scroll anim (Intersection Observer), hover (300-400ms), entrance, parallax (3-5 layers), page transitions\",\"Portfolio sites, storytelling platforms, interactive experiences, entertainment apps, creative, SaaS\",\"Data dashboards, critical accessibility, low-power devices, content-heavy, motion-sensitive\",✓ Full,✓ Full,⚠ Good,⚠ Prefers-reduced-motion,✓ Good,✓ High,\"GSAP 10/10, Framer Motion 10/10\",2020s Modern,High,\"Build an animation-heavy interface with scroll-triggered animations, microinteractions, parallax scrolling (3-5 layers), smooth transitions (300-400ms), entrance animations, page transitions. Use Intersection Observer for scroll effects, transform for performance, GPU acceleration.\",\"animation: @keyframes scroll-reveal, transform: translateY/X, Intersection Observer API, will-change: transform, scroll-behavior: smooth, animation-duration: 300-400ms\",\"☐ Scroll animations active, ☐ Parallax 3-5 layers, ☐ Entrance animations smooth, ☐ Page transitions fluid, ☐ GPU accelerated, ☐ Prefers-reduced-motion respected\",\"--animation-duration: 300-400ms, --parallax-layers: 5, --scroll-behavior: smooth, --gpu-accelerated: true, --entrance-animation: true, --page-transition: smooth\"\r\n16,Micro-interactions,General,\"Small animations, gesture-based, tactile feedback, subtle animations, contextual interactions, responsive\",\"Subtle color shifts (10-20%), feedback: Green #22C55E, Red #EF4444, Amber #F59E0B\",\"Accent feedback, neutral supporting, clear action indicators\",\"Small hover (50-100ms), loading spinners, success/error state anim, gesture-triggered (swipe/pinch), haptic\",\"Mobile apps, touchscreen UIs, productivity tools, user-friendly, consumer apps, interactive components\",\"Desktop-only, critical performance, accessibility-first (alternatives needed)\",✓ Full,✓ Full,⚡ Excellent,✓ Good,✓ High,✓ High,\"Framer Motion 10/10, React Spring 9/10\",2020s Modern,Medium,\"Design with delightful micro-interactions: small 50-100ms animations, gesture-based responses, tactile feedback, loading spinners, success/error states, subtle hover effects, haptic feedback triggers for mobile. Focus on responsive, contextual interactions.\",\"animation: short 50-100ms, transition: hover states, @media (hover: hover) for desktop, :active for press, haptic-feedback CSS/API, loading animation smooth loop\",\"☐ Micro-animations 50-100ms, ☐ Gesture-responsive, ☐ Tactile feedback visual/haptic, ☐ Loading spinners smooth, ☐ Success/error states clear, ☐ Hover effects subtle\",\"--micro-animation-duration: 50-100ms, --gesture-responsive: true, --haptic-feedback: true, --loading-animation: smooth, --state-feedback: success+error\"\r\n17,Inclusive Design,General,\"Accessible, color-blind friendly, high contrast, haptic feedback, voice interaction, screen reader, WCAG AAA, universal\",\"WCAG AAA (7:1+ contrast), avoid red-green only, symbol-based indicators, high contrast primary\",\"Supporting patterns (stripes, dots, hatch), symbols, combinations, clear non-color indicators\",\"Haptic feedback (vibration), voice guidance, focus indicators (4px+ ring), motion options, alt content, semantic\",\"Public services, education, healthcare, finance, government, accessible consumer, inclusive\",None - accessibility universal,✓ Full,✓ Full,⚡ Excellent,✓ WCAG AAA,✓ High,✓ High,All frameworks 10/10,Universal,Low,\"Design for universal accessibility: high contrast (7:1+), large text (16px+), keyboard-only navigation, screen reader optimization, WCAG AAA compliance, symbol-based color indicators (not color-only), haptic feedback, voice interaction support, reduced motion options.\",\"aria-* attributes complete, role attributes semantic, focus-visible: 3-4px ring, color-contrast: 7:1+, @media (prefers-reduced-motion), alt text on all images, form labels properly associated\",\"☐ WCAG AAA verified, ☐ 7:1+ contrast all text, ☐ Keyboard accessible (Tab/Enter), ☐ Screen reader tested, ☐ Focus visible 3-4px, ☐ No color-only indicators, ☐ Haptic fallback\",\"--contrast-ratio: 7:1, --font-size: 16px+, --keyboard-accessible: true, --sr-compatible: true, --wcag-level: AAA, --color-symbols: true, --haptic: enabled\"\r\n18,Zero Interface,General,\"Minimal visible UI, voice-first, gesture-based, AI-driven, invisible controls, predictive, context-aware, ambient\",\"Neutral backgrounds: Soft white #FAFAFA, light grey #F0F0F0, warm off-white #F5F1E8\",\"Subtle feedback: light green, light red, minimal UI elements, soft accents\",\"Voice recognition UI, gesture detection, AI predictions (smooth reveal), progressive disclosure, smart suggestions\",\"Voice assistants, AI platforms, future-forward UX, smart home, contextual computing, ambient experiences\",\"Complex workflows, data-entry heavy, traditional systems, legacy support, explicit control\",✓ Full,✓ Full,⚡ Excellent,✓ Excellent,✓ High,✓ High,\"Tailwind 10/10, Custom 10/10\",2020s AI-Era,Low,\"Create a voice-first, gesture-based, AI-driven interface with minimal visible UI, progressive disclosure, voice recognition UI, gesture detection, AI predictions, smart suggestions, context-aware actions. Hide controls until needed.\",\"voice-commands: Web Speech API, gesture-detection: touch events, AI-predictions: hidden by default (reveal on hover), progressive-disclosure: show on demand, minimal UI visible\",\"☐ Voice commands responsive, ☐ Gesture detection active, ☐ AI predictions hidden/revealed, ☐ Progressive disclosure working, ☐ Minimal visible UI, ☐ Smart suggestions contextual\",\"--voice-ui: enabled, --gesture-detection: active, --ai-predictions: smart, --progressive-disclosure: true, --visible-ui: minimal, --context-aware: true\"\r\n19,Soft UI Evolution,General,\"Evolved soft UI, better contrast, modern aesthetics, subtle depth, accessibility-focused, improved shadows, hybrid\",\"Improved contrast pastels: Soft Blue #87CEEB, Soft Pink #FFB6C1, Soft Green #90EE90, better hierarchy\",\"Better combinations, accessible secondary, supporting with improved contrast, modern accents\",\"Improved shadows (softer than flat, clearer than neumorphism), modern (200-300ms), focus visible, WCAG AA/AAA\",\"Modern enterprise apps, SaaS platforms, health/wellness, modern business tools, professional, hybrid\",\"Extreme minimalism, critical performance, systems without modern OS\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AA+,✓ High,✓ High,\"Tailwind 9/10, MUI 9/10, Chakra 9/10\",2020s Modern,Medium,\"Design evolved neumorphism with improved contrast (WCAG AA+), modern aesthetics, subtle depth, accessibility focus. Use soft shadows (softer than flat but clearer than pure neumorphism), better color hierarchy, improved focus states, modern 200-300ms animations.\",\"box-shadow: softer multi-layer (0 2px 4px), background: improved contrast pastels, border-radius: 8-12px, animation: 200-300ms smooth, outline: 2-3px on focus, contrast: 4.5:1+\",\"☐ Improved contrast AA/AAA, ☐ Soft shadows modern, ☐ Border-radius 8-12px, ☐ Animations 200-300ms, ☐ Focus states visible, ☐ Color hierarchy clear\",\"--shadow-soft: modern blend, --border-radius: 10px, --animation-duration: 200-300ms, --contrast-ratio: 4.5:1+, --color-hierarchy: improved, --wcag-level: AA+\"\r\n20,Hero-Centric Design,Landing Page,\"Large hero section, compelling headline, high-contrast CTA, product showcase, value proposition, hero image/video, dramatic visual\",\"Brand primary color, white/light backgrounds for contrast, accent color for CTA\",\"Supporting colors for secondary CTAs, accent highlights, trust elements (testimonials, logos)\",\"Smooth scroll reveal, fade-in animations on hero, subtle background parallax, CTA glow/pulse effect\",\"SaaS landing pages, product launches, service landing pages, B2B platforms, tech companies\",\"Complex navigation, multi-page experiences, data-heavy applications\",✓ Full,✓ Full,⚡ Good,✓ WCAG AA,✓ Full,✓ Very High,\"Tailwind 10/10, Bootstrap 9/10\",2020s Modern,Medium,\"Design a hero-centric landing page. Use: full-width hero section, compelling headline (60-80 chars), high-contrast CTA button, product screenshot or video, value proposition above fold, gradient or image background, clear visual hierarchy.\",\"min-height: 100vh, display: flex, align-items: center, background: linear-gradient or image, text-shadow for readability, max-width: 800px for text, button with hover scale (1.05)\",\"☐ Hero section full viewport height, ☐ Headline visible above fold, ☐ CTA button high contrast, ☐ Background image optimized (WebP), ☐ Text readable on background, ☐ Mobile responsive layout\",\"--hero-min-height: 100vh, --headline-size: clamp(2rem, 5vw, 4rem), --cta-padding: 1rem 2rem, --overlay-opacity: 0.5, --text-shadow: 0 2px 4px rgba(0,0,0,0.3)\"\r\n21,Conversion-Optimized,Landing Page,\"Form-focused, minimalist design, single CTA focus, high contrast, urgency elements, trust signals, social proof, clear value\",\"Primary brand color, high-contrast white/light backgrounds, warning/urgency colors for time-limited offers\",\"Secondary CTA color (muted), trust element colors (testimonial highlights), accent for key benefits\",\"Hover states on CTA (color shift, slight scale), form field focus animations, loading spinner, success feedback\",\"E-commerce product pages, free trial signups, lead generation, SaaS pricing pages, limited-time offers\",\"Complex feature explanations, multi-product showcases, technical documentation\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AA,✓ Full (mobile-optimized),✓ Very High,\"Tailwind 10/10, Bootstrap 9/10\",2020s Modern,Medium,\"Design a conversion-optimized landing page. Use: single primary CTA, minimal distractions, trust badges, urgency elements (limited time), social proof (testimonials), clear value proposition, form above fold, progress indicators.\",\"form with focus states, input:focus ring, button: primary color high contrast, position: sticky for CTA, max-width: 600px for form, loading spinner, success/error states\",\"☐ Single primary CTA visible, ☐ Form fields minimal (3-5), ☐ Trust badges present, ☐ Social proof above fold, ☐ Mobile form optimized, ☐ Loading states implemented, ☐ A/B test ready\",\"--cta-color: high contrast primary, --form-max-width: 600px, --input-height: 48px, --focus-ring: 3px solid accent, --success-color: #22C55E, --error-color: #EF4444\"\r\n22,Feature-Rich Showcase,Landing Page,\"Multiple feature sections, grid layout, benefit cards, visual feature demonstrations, interactive elements, problem-solution pairs\",\"Primary brand, bright secondary colors for feature cards, contrasting accent for CTAs\",\"Supporting colors for: benefits (green), problems (red/orange), features (blue/purple), social proof (neutral)\",\"Card hover effects (lift/scale), icon animations on scroll, feature toggle animations, smooth section transitions\",\"Enterprise SaaS, software tools landing pages, platform services, complex product explanations, B2B products\",\"Simple product pages, early-stage startups with few features, entertainment landing pages\",✓ Full,✓ Full,⚡ Good,✓ WCAG AA,✓ Good,✓ High,\"Tailwind 10/10, Bootstrap 9/10\",2020s Modern,Medium,\"Design a feature showcase landing page. Use: grid layout for features (3-4 columns), feature cards with icons, benefit-focused copy, alternating sections, comparison tables, interactive demos, problem-solution pairs.\",\"display: grid, grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)), gap: 2rem, card hover effects (translateY -4px), icon containers, alternating background colors\",\"☐ Feature grid responsive, ☐ Icons consistent style, ☐ Card hover effects smooth, ☐ Alternating sections contrast, ☐ Benefits clearly stated, ☐ Mobile stacks properly\",\"--card-padding: 2rem, --card-radius: 12px, --icon-size: 48px, --grid-gap: 2rem, --section-padding: 4rem 0, --hover-transform: translateY(-4px)\"\r\n23,Minimal & Direct,Landing Page,\"Minimal text, white space heavy, single column layout, direct messaging, clean typography, visual-centric, fast-loading\",\"Monochromatic primary, white background, single accent color for CTA, black/dark grey text\",\"Minimal secondary colors, reserved for critical CTAs only, neutral supporting elements\",\"Very subtle hover effects, minimal animations, fast page load (no heavy animations), smooth scroll\",\"Simple service landing pages, indie products, consulting services, micro SaaS, freelancer portfolios\",\"Feature-heavy products, complex explanations, multi-product showcases\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AAA,✓ Full,✓ High,\"Tailwind 10/10, Bootstrap 9/10\",2020s Modern,Medium,\"Design a minimal direct landing page. Use: single column layout, maximum white space, essential content only, one CTA, clean typography, no decorative elements, fast loading, direct messaging.\",\"max-width: 680px, margin: 0 auto, padding: 4rem 2rem, font-size: 18-20px, line-height: 1.6, minimal animations, no box-shadow, clean borders only\",\"☐ Single column centered, ☐ White space generous, ☐ One primary CTA only, ☐ No decorative images, ☐ Page weight < 500KB, ☐ Load time < 2s\",\"--content-max-width: 680px, --spacing-large: 4rem, --font-size-body: 18px, --line-height: 1.6, --color-text: #1a1a1a, --color-bg: #ffffff\"\r\n24,Social Proof-Focused,Landing Page,\"Testimonials prominent, client logos displayed, case studies sections, reviews/ratings, user avatars, success metrics, credibility markers\",\"Primary brand, trust colors (blue), success/growth colors (green), neutral backgrounds\",\"Testimonial highlight colors, logo grid backgrounds (light grey), badge/achievement colors\",\"Testimonial carousel animations, logo grid fade-in, stat counter animations (number count-up), review star ratings\",\"B2B SaaS, professional services, premium products, e-commerce conversion pages, established brands\",\"Startup MVPs, products without users, niche/experimental products\",✓ Full,✓ Full,⚡ Good,✓ WCAG AA,✓ Full,✓ High,\"Tailwind 10/10, Bootstrap 9/10\",2020s Modern,Medium,\"Design a social proof landing page. Use: testimonials with photos, client logos grid, case study cards, review ratings (stars), user count metrics, success stories, trust indicators, before/after comparisons.\",\"testimonial cards with avatar, logo grid (grayscale filter), star rating SVGs, counter animations (count-up), blockquote styling, carousel for testimonials, metric cards\",\"☐ Testimonials with real photos, ☐ Logo grid 6-12 logos, ☐ Star ratings accessible, ☐ Metrics animated on scroll, ☐ Case studies linked, ☐ Mobile carousel works\",\"--avatar-size: 64px, --logo-height: 40px, --star-color: #FBBF24, --metric-font-size: 3rem, --testimonial-bg: #F9FAFB, --blockquote-border: 4px solid accent\"\r\n25,Interactive Product Demo,Landing Page,\"Embedded product mockup/video, interactive elements, product walkthrough, step-by-step guides, hover-to-reveal features, embedded demos\",\"Primary brand, interface colors matching product, demo highlight colors for interactive elements\",\"Product UI colors, tutorial step colors (numbered progression), hover state indicators\",\"Product animation playback, step progression animations, hover reveal effects, smooth zoom on interaction\",\"SaaS platforms, tool/software products, productivity apps landing pages, developer tools, productivity software\",\"Simple services, consulting, non-digital products, complexity-averse audiences\",✓ Full,✓ Full,⚠ Good (video/interactive),✓ WCAG AA,✓ Good,✓ Very High,\"Tailwind 10/10, Bootstrap 9/10\",2020s Modern,Medium,\"Design an interactive demo landing page. Use: embedded product mockup, video walkthrough, step-by-step guide, hover-to-reveal features, live demo button, screenshot carousel, feature highlights on interaction.\",\"video element with controls, position: relative for overlays, hover reveal (opacity transition), step indicators, modal for full demo, screenshot lightbox, play button overlay\",\"☐ Demo video loads fast, ☐ Fallback for no-JS, ☐ Step indicators clear, ☐ Hover states obvious, ☐ Mobile touch friendly, ☐ Demo CTA prominent\",\"--video-aspect-ratio: 16/9, --overlay-bg: rgba(0,0,0,0.7), --step-indicator-size: 32px, --play-button-size: 80px, --transition-duration: 300ms\"\r\n26,Trust & Authority,Landing Page,\"Certificates/badges displayed, expert credentials, case studies with metrics, before/after comparisons, industry recognition, security badges\",\"Professional colors (blue/grey), trust colors, certification badge colors (gold/silver accents)\",\"Certificate highlight colors, metric showcase colors, comparison highlight (success green)\",\"Badge hover effects, metric pulse animations, certificate carousel, smooth stat reveal\",\"Healthcare/medical landing pages, financial services, enterprise software, premium/luxury products, legal services\",\"Casual products, entertainment, viral/social-first products\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AAA,✓ Full,✓ High,\"Tailwind 10/10, Bootstrap 9/10\",2020s Modern,Medium,\"Design a trust-focused landing page. Use: certification badges, security indicators, expert credentials, industry awards, case study metrics, compliance logos (GDPR, SOC2), guarantee badges, professional photography.\",\"badge grid layout, shield icons, lock icons for security, certificate styling, metric cards with icons, professional color scheme (blue/grey), subtle shadows for depth\",\"☐ Security badges visible, ☐ Certifications verified, ☐ Metrics with sources, ☐ Professional imagery, ☐ Guarantee clearly stated, ☐ Contact info accessible\",\"--badge-height: 48px, --trust-color: #1E40AF, --security-green: #059669, --card-shadow: 0 4px 6px rgba(0,0,0,0.1), --metric-highlight: #F59E0B\"\r\n27,Storytelling-Driven,Landing Page,\"Narrative flow, visual story progression, section transitions, consistent character/brand voice, emotional messaging, journey visualization\",\"Brand primary, warm/emotional colors, varied accent colors per story section, high visual variety\",\"Story section color coding, emotional state colors (calm, excitement, success), transitional gradients\",\"Section-to-section animations, scroll-triggered reveals, character/icon animations, morphing transitions, parallax narrative\",\"Brand/startup stories, mission-driven products, premium/lifestyle brands, documentary-style products, educational\",\"Technical/complex products (unless narrative-driven), traditional enterprise software\",✓ Full,✓ Full,⚠ Moderate (animations),✓ WCAG AA,✓ Good,✓ High,\"Tailwind 10/10, Bootstrap 9/10\",2020s Modern,Medium,\"Design a storytelling landing page. Use: narrative flow sections, scroll-triggered reveals, chapter-like structure, emotional imagery, brand journey visualization, founder story, mission statement, timeline progression.\",\"scroll-snap sections, Intersection Observer for reveals, parallax backgrounds, section transitions, timeline CSS, narrative typography (varied sizes), image-text alternating\",\"☐ Story flows naturally, ☐ Scroll reveals smooth, ☐ Sections timed well, ☐ Emotional hooks present, ☐ Mobile story readable, ☐ Skip option available\",\"--section-min-height: 100vh, --reveal-duration: 600ms, --narrative-font: serif, --chapter-spacing: 8rem, --timeline-color: accent, --parallax-speed: 0.5\"\r\n28,Data-Dense Dashboard,BI/Analytics,\"Multiple charts/widgets, data tables, KPI cards, minimal padding, grid layout, space-efficient, maximum data visibility\",\"Neutral primary (light grey/white #F5F5F5), data colors (blue/green/red), dark text #333333\",\"Chart colors: success (green #22C55E), warning (amber #F59E0B), alert (red #EF4444), neutral (grey)\",\"Hover tooltips, chart zoom on click, row highlighting on hover, smooth filter animations, data loading spinners\",\"Business intelligence dashboards, financial analytics, enterprise reporting, operational dashboards, data warehousing\",\"Marketing dashboards, consumer-facing analytics, simple reporting\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AA,◐ Medium,✗ Not applicable,\"Recharts 9/10, Chart.js 9/10, D3.js 10/10\",2020s Modern,Medium,\"Design a data-dense dashboard. Use: multiple chart widgets, KPI cards row, data tables with sorting, minimal padding (8-12px), efficient grid layout, filter sidebar, dense but readable typography, maximum information density.\",\"display: grid, grid-template-columns: repeat(12, 1fr), gap: 8px, padding: 12px, font-size: 12-14px, overflow: auto for tables, compact card design, sticky headers\",\"☐ Grid layout 12 columns, ☐ KPI cards responsive, ☐ Tables sortable, ☐ Filters functional, ☐ Loading states for data, ☐ Export functionality\",\"--grid-gap: 8px, --card-padding: 12px, --font-size-small: 12px, --table-row-height: 36px, --sidebar-width: 240px, --header-height: 56px\"\r\n29,Heat Map & Heatmap Style,BI/Analytics,\"Color-coded grid/matrix, data intensity visualization, geographical heat maps, correlation matrices, cell-based representation, gradient coloring\",\"Gradient scale: Cool (blue #0080FF) to hot (red #FF0000), neutral middle (white/yellow)\",\"Support gradients: Light (cool blue) to dark (warm red), divergent for positive/negative data, monochromatic options\",\"Color gradient transitions on data change, cell highlighting on hover, tooltip reveal on click, smooth color animation\",\"Geographical analysis, performance matrices, correlation analysis, user behavior heatmaps, temperature/intensity data\",\"Linear data representation, categorical comparisons (use bar charts), small datasets\",✓ Full,✓ Full (with adjustments),⚡ Excellent,⚠ Colorblind considerations,◐ Medium,✗ Not applicable,\"Recharts 9/10, Chart.js 9/10, D3.js 10/10\",2020s Modern,Medium,\"Design a heatmap visualization. Use: color gradient scale (cool to hot), cell-based grid, intensity legend, hover tooltips, geographic or matrix layout, divergent color scheme for +/- values, accessible color alternatives.\",\"display: grid, background: linear-gradient for legend, cell hover states, tooltip positioning, color scale (blue→white→red), SVG for geographic, canvas for large datasets\",\"☐ Color scale clear, ☐ Legend visible, ☐ Tooltips informative, ☐ Colorblind alternatives, ☐ Zoom/pan for geo, ☐ Performance for large data\",\"--heatmap-cool: #0080FF, --heatmap-neutral: #FFFFFF, --heatmap-hot: #FF0000, --cell-size: 24px, --legend-width: 200px, --tooltip-bg: rgba(0,0,0,0.9)\"\r\n30,Executive Dashboard,BI/Analytics,\"High-level KPIs, large key metrics, minimal detail, summary view, trend indicators, at-a-glance insights, executive summary\",\"Brand colors, professional palette (blue/grey/white), accent for KPIs, red for alerts/concerns\",\"KPI highlight colors: positive (green), negative (red), neutral (grey), trend arrow colors\",\"KPI value animations (count-up), trend arrow direction animations, metric card hover lift, alert pulse effect\",\"C-suite dashboards, business summary reports, decision-maker dashboards, strategic planning views\",\"Detailed analyst dashboards, technical deep-dives, operational monitoring\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AA,✗ Low (not mobile-optimized),✗ Not applicable,\"Recharts 9/10, Chart.js 9/10, D3.js 10/10\",2020s Modern,Medium,\"Design an executive dashboard. Use: large KPI cards (4-6 max), trend sparklines, high-level summary only, clean layout with white space, traffic light indicators (red/yellow/green), at-a-glance insights, minimal detail.\",\"display: flex for KPI row, large font-size (24-48px) for metrics, sparkline SVG inline, status indicators (border-left color), card shadows for hierarchy, responsive breakpoints\",\"☐ KPIs 4-6 maximum, ☐ Trends visible, ☐ Status colors clear, ☐ One-page view, ☐ Mobile simplified, ☐ Print-friendly layout\",\"--kpi-font-size: 48px, --sparkline-height: 32px, --status-green: #22C55E, --status-yellow: #F59E0B, --status-red: #EF4444, --card-min-width: 280px\"\r\n31,Real-Time Monitoring,BI/Analytics,\"Live data updates, status indicators, alert notifications, streaming data visualization, active monitoring, streaming charts\",\"Alert colors: critical (red #FF0000), warning (orange #FFA500), normal (green #22C55E), updating (blue animation)\",\"Status indicator colors, chart line colors varying by metric, streaming data highlight colors\",\"Real-time chart animations, alert pulse/glow, status indicator blink animation, smooth data stream updates, loading effect\",\"System monitoring dashboards, DevOps dashboards, real-time analytics, stock market dashboards, live event tracking\",\"Historical analysis, long-term trend reports, archived data dashboards\",✓ Full,✓ Full,⚡ Good (real-time load),✓ WCAG AA,◐ Medium,✗ Not applicable,\"Recharts 9/10, Chart.js 9/10, D3.js 10/10\",2020s Modern,Medium,\"Design a real-time monitoring dashboard. Use: live status indicators (pulsing), streaming charts, alert notifications, connection status, auto-refresh indicators, critical alerts prominent, system health overview.\",\"animation: pulse for live, WebSocket for streaming, position: fixed for alerts, status-dot with animation, chart real-time updates, notification toast, connection indicator\",\"☐ Live updates working, ☐ Alert sounds optional, ☐ Connection status shown, ☐ Auto-refresh indicated, ☐ Critical alerts prominent, ☐ Offline fallback\",\"--pulse-animation: pulse 2s infinite, --alert-z-index: 1000, --live-indicator: #22C55E, --critical-color: #DC2626, --update-interval: 5s, --toast-duration: 5s\"\r\n32,Drill-Down Analytics,BI/Analytics,\"Hierarchical data exploration, expandable sections, interactive drill-down paths, summary-to-detail flow, context preservation\",\"Primary brand, breadcrumb colors, drill-level indicator colors, hierarchy depth colors\",\"Drill-down path indicator colors, level-specific colors, highlight colors for selected level, transition colors\",\"Drill-down expand animations, breadcrumb click transitions, smooth detail reveal, level change smooth, data reload animation\",\"Sales analytics, product analytics, funnel analysis, multi-dimensional data exploration, business intelligence\",\"Simple linear data, single-metric dashboards, streaming real-time dashboards\",✓ Full,✓ Full,⚡ Good,✓ WCAG AA,◐ Medium,✗ Not applicable,\"Recharts 9/10, Chart.js 9/10, D3.js 10/10\",2020s Modern,Medium,\"Design a drill-down analytics dashboard. Use: breadcrumb navigation, expandable sections, summary-to-detail flow, back button prominent, level indicators, context preservation, hierarchical data display.\",\"breadcrumb nav with separators, details/summary for expand, transition for drill animation, position: sticky breadcrumb, nested grid layouts, smooth scroll to detail\",\"☐ Breadcrumbs clear, ☐ Back navigation easy, ☐ Expand animation smooth, ☐ Context preserved, ☐ Mobile drill works, ☐ Deep links supported\",\"--breadcrumb-separator: /, --expand-duration: 300ms, --level-indent: 24px, --back-button-size: 40px, --context-bar-height: 48px, --drill-transition: 300ms ease\"\r\n33,Comparative Analysis Dashboard,BI/Analytics,\"Side-by-side comparisons, period-over-period metrics, A/B test results, regional comparisons, performance benchmarks\",\"Comparison colors: primary (blue), comparison (orange/purple), delta indicator (green/red)\",\"Winning metric color (green), losing metric color (red), neutral comparison (grey), benchmark colors\",\"Comparison bar animations (grow to value), delta indicator animations (direction arrows), highlight on compare\",\"Period-over-period reporting, A/B test dashboards, market comparison, competitive analysis, regional performance\",\"Single metric dashboards, future projections (use forecasting), real-time only (no historical)\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AA,◐ Medium,✗ Not applicable,\"Recharts 9/10, Chart.js 9/10, D3.js 10/10\",2020s Modern,Medium,\"Design a comparison dashboard. Use: side-by-side metrics, period selectors (vs last month), delta indicators (+/-), benchmark lines, A/B comparison tables, winning/losing highlights, percentage change badges.\",\"display: flex for side-by-side, gap for comparison spacing, color coding (green up, red down), arrow indicators, diff highlighting, comparison table zebra striping\",\"☐ Period selector works, ☐ Deltas calculated, ☐ Colors meaningful, ☐ Benchmarks shown, ☐ Mobile stacks properly, ☐ Export comparison\",\"--positive-color: #22C55E, --negative-color: #EF4444, --neutral-color: #6B7280, --comparison-gap: 2rem, --arrow-size: 16px, --badge-padding: 4px 8px\"\r\n34,Predictive Analytics,BI/Analytics,\"Forecast lines, confidence intervals, trend projections, scenario modeling, AI-driven insights, anomaly detection visualization\",\"Forecast line color (distinct from actual), confidence interval shading, anomaly highlight (red alert), trend colors\",\"High confidence (dark color), low confidence (light color), anomaly colors (red/orange), normal trend (green/blue)\",\"Forecast line animation on draw, confidence band fade-in, anomaly pulse alert, smoothing function animations\",\"Forecasting dashboards, anomaly detection systems, trend prediction dashboards, AI-powered analytics, budget planning\",\"Historical-only dashboards, simple reporting, real-time operational dashboards\",✓ Full,✓ Full,⚠ Good (computation),✓ WCAG AA,◐ Medium,✗ Not applicable,\"Recharts 9/10, Chart.js 9/10, D3.js 10/10\",2020s Modern,Medium,\"Design a predictive analytics dashboard. Use: forecast lines (dashed), confidence intervals (shaded bands), trend projections, anomaly highlights, scenario toggles, AI insight cards, probability indicators.\",\"stroke-dasharray for forecast lines, fill-opacity for confidence bands, anomaly markers (circles), tooltip for predictions, toggle switches for scenarios, gradient for probability\",\"☐ Forecast line distinct, ☐ Confidence bands visible, ☐ Anomalies highlighted, ☐ Scenarios switchable, ☐ Predictions dated, ☐ Accuracy shown\",\"--forecast-dash: 5 5, --confidence-opacity: 0.2, --anomaly-color: #F59E0B, --prediction-color: #8B5CF6, --scenario-toggle-width: 48px, --ai-accent: #6366F1\"\r\n35,User Behavior Analytics,BI/Analytics,\"Funnel visualization, user flow diagrams, conversion tracking, engagement metrics, user journey mapping, cohort analysis\",\"Funnel stage colors: high engagement (green), drop-off (red), conversion (blue), user flow arrows (grey)\",\"Stage completion colors (success), abandonment colors (warning), engagement levels (gradient), cohort colors\",\"Funnel animation (fill-down), flow diagram animations (connection draw), conversion pulse, engagement bar fill\",\"Conversion funnel analysis, user journey tracking, engagement analytics, cohort analysis, retention tracking\",\"Real-time operational metrics, technical system monitoring, financial transactions\",✓ Full,✓ Full,⚡ Good,✓ WCAG AA,✓ Good,✗ Not applicable,\"Recharts 9/10, Chart.js 9/10, D3.js 10/10\",2020s Modern,Medium,\"Design a user behavior analytics dashboard. Use: funnel visualization, user flow diagrams (Sankey), conversion metrics, engagement heatmaps, cohort tables, retention curves, session replay indicators.\",\"SVG funnel with gradients, Sankey diagram library, percentage labels, cohort grid cells, retention chart (line/area), click heatmap overlay, session timeline\",\"☐ Funnel stages clear, ☐ Flow diagram readable, ☐ Conversions calculated, ☐ Cohorts comparable, ☐ Retention trends visible, ☐ Privacy compliant\",\"--funnel-width: 100%, --stage-colors: gradient, --flow-opacity: 0.6, --cohort-cell-size: 40px, --retention-line-color: #3B82F6, --engagement-scale: 5 levels\"\r\n36,Financial Dashboard,BI/Analytics,\"Revenue metrics, profit/loss visualization, budget tracking, financial ratios, portfolio performance, cash flow, audit trail\",\"Financial colors: profit (green #22C55E), loss (red #EF4444), neutral (grey), trust (dark blue #003366)\",\"Revenue highlight (green), expenses (red), budget variance (orange/red), balance (grey), accuracy (blue)\",\"Number animations (count-up), trend direction indicators, percentage change animations, profit/loss color transitions\",\"Financial reporting, accounting dashboards, portfolio tracking, budget monitoring, banking analytics\",\"Simple business dashboards, entertainment/social metrics, non-financial data\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AAA,✗ Low,✗ Not applicable,\"Recharts 9/10, Chart.js 9/10, D3.js 10/10\",2020s Modern,Medium,\"Design a financial dashboard. Use: revenue/expense charts, profit margins, budget vs actual, cash flow waterfall, financial ratios, audit trail table, currency formatting, period comparisons.\",\"number formatting (Intl.NumberFormat), waterfall chart (positive/negative bars), variance coloring, table with totals row, sparkline for trends, sticky column headers\",\"☐ Currency formatted, ☐ Decimals consistent, ☐ P&L clear, ☐ Budget variance shown, ☐ Audit trail complete, ☐ Export to Excel\",\"--currency-symbol: $, --decimal-places: 2, --profit-color: #22C55E, --loss-color: #EF4444, --variance-threshold: 10%, --table-header-bg: #F3F4F6\"\r\n37,Sales Intelligence Dashboard,BI/Analytics,\"Deal pipeline, sales metrics, territory performance, sales rep leaderboard, win-loss analysis, quota tracking, forecast accuracy\",\"Sales colors: won (green), lost (red), in-progress (blue), blocked (orange), quota met (gold), quota missed (grey)\",\"Pipeline stage colors, rep performance colors, quota achievement colors, forecast accuracy colors\",\"Deal movement animations, metric updates, leaderboard ranking changes, gauge needle movements, status change highlights\",\"CRM dashboards, sales management, opportunity tracking, performance management, quota planning\",\"Marketing analytics, customer support metrics, HR dashboards\",✓ Full,✓ Full,⚡ Good,✓ WCAG AA,◐ Medium,✗ Not applicable,\"Recharts 9/10, Chart.js 9/10\",2020s Modern,Medium,\"Design a sales intelligence dashboard. Use: pipeline funnel, deal cards (kanban), quota gauges, leaderboard table, territory map, win/loss ratios, forecast accuracy, activity timeline.\",\"kanban columns (flex), gauge chart (SVG arc), leaderboard ranking styles, map integration (Mapbox/Google), timeline vertical, deal card with status border\",\"☐ Pipeline stages shown, ☐ Deals draggable, ☐ Quotas visualized, ☐ Rankings updated, ☐ Territory clickable, ☐ CRM integration\",\"--pipeline-colors: stage gradient, --gauge-track: #E5E7EB, --gauge-fill: primary, --rank-1-color: #FFD700, --rank-2-color: #C0C0C0, --rank-3-color: #CD7F32\"\r\n38,Neubrutalism,General,\"Bold borders, black outlines, primary colors, thick shadows, no gradients, flat colors, 45° shadows, playful, Gen Z\",\"#FFEB3B (Yellow), #FF5252 (Red), #2196F3 (Blue), #000000 (Black borders)\",\"Limited accent colors, high contrast combinations, no gradients allowed\",\"box-shadow: 4px 4px 0 #000, border: 3px solid #000, no gradients, sharp corners (0px), bold typography\",\"Gen Z brands, startups, creative agencies, Figma-style apps, Notion-style interfaces, tech blogs\",\"Luxury brands, finance, healthcare, conservative industries (too playful)\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AAA,✓ High,✓ High,\"Tailwind 10/10, Bootstrap 8/10\",2020s Modern,Low,\"Design a neubrutalist interface. Use: high contrast, hard black borders (3px+), bright pop colors, no blur, sharp or slightly rounded corners, bold typography, hard shadows (offset 4px 4px), raw aesthetic but functional.\",\"border: 3px solid black, box-shadow: 5px 5px 0px black, colors: #FFDB58 #FF6B6B #4ECDC4, font-weight: 700, no gradients\",\"☐ Hard borders (2-4px), ☐ Hard offset shadows, ☐ High saturation colors, ☐ Bold typography, ☐ No blurs/gradients, ☐ Distinctive 'ugly-cute' look\",\"--border-width: 3px, --shadow-offset: 4px, --shadow-color: #000, --colors: high saturation, --font: bold sans\"\r\n39,Bento Box Grid,General,\"Modular cards, asymmetric grid, varied sizes, Apple-style, dashboard tiles, negative space, clean hierarchy, cards\",\"Neutral base + brand accent, #FFFFFF, #F5F5F5, brand primary\",\"Subtle gradients, shadow variations, accent highlights for interactive cards\",\"grid-template with varied spans, rounded-xl (16px), subtle shadows, hover scale (1.02), smooth transitions\",\"Dashboards, product pages, portfolios, Apple-style marketing, feature showcases, SaaS\",\"Dense data tables, text-heavy content, real-time monitoring\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AA,✓ High,✓ High,\"Tailwind 10/10, CSS Grid 10/10\",2020s Apple,Low,\"Design a Bento Box grid layout. Use: modular cards with varied sizes (1x1, 2x1, 2x2), Apple-style aesthetic, rounded corners (16-24px), soft shadows, clean hierarchy, asymmetric grid, neutral backgrounds (#F5F5F7), hover effects.\",\"display: grid, grid-template-columns: repeat(4, 1fr), grid-auto-rows: 200px, gap: 16px, border-radius: 24px, background: #FFFFFF, box-shadow: 0 4px 6px rgba(0,0,0,0.05)\",\"☐ Grid responsive (4→2→1 cols), ☐ Card spans varied, ☐ Rounded corners consistent, ☐ Shadows subtle, ☐ Content fits cards, ☐ Hover scale (1.02)\",\"--grid-gap: 16px, --card-radius: 24px, --card-bg: #FFFFFF, --page-bg: #F5F5F7, --shadow: 0 4px 6px rgba(0,0,0,0.05), --hover-scale: 1.02\"\r\n40,Y2K Aesthetic,General,\"Neon pink, chrome, metallic, bubblegum, iridescent, glossy, retro-futurism, 2000s, futuristic nostalgia\",\"#FF69B4 (Hot Pink), #00FFFF (Cyan), #C0C0C0 (Silver), #9400D3 (Purple)\",\"Metallic gradients, glossy overlays, iridescent effects, chrome textures\",\"linear-gradient metallic, glossy buttons, 3D chrome effects, glow animations, bubble shapes\",\"Fashion brands, music platforms, Gen Z brands, nostalgia marketing, entertainment, youth-focused\",\"B2B enterprise, healthcare, finance, conservative industries, elderly users\",✓ Full,◐ Partial,⚠ Good,⚠ Check contrast,✓ Good,✓ High,\"Tailwind 8/10, CSS-in-JS 9/10\",Y2K 2000s,Medium,\"Design a Y2K aesthetic interface. Use: neon pink/cyan colors, chrome/metallic textures, bubblegum gradients, glossy buttons, iridescent effects, 2000s futurism, star/sparkle decorations, bubble shapes, tech-optimistic vibe.\",\"background: linear-gradient(135deg, #FF69B4, #00FFFF), filter: drop-shadow for glow, border-radius: 50% for bubbles, metallic gradients (silver/chrome), text-shadow: neon glow, ::before for sparkles\",\"☐ Neon colors balanced, ☐ Chrome effects visible, ☐ Glossy buttons styled, ☐ Bubble shapes decorative, ☐ Sparkle animations, ☐ Retro fonts loaded\",\"--neon-pink: #FF69B4, --neon-cyan: #00FFFF, --chrome-silver: #C0C0C0, --glossy-gradient: linear-gradient(180deg, white 0%, transparent 50%), --glow-blur: 10px\"\r\n41,Cyberpunk UI,General,\"Neon, dark mode, terminal, HUD, sci-fi, glitch, dystopian, futuristic, matrix, tech noir\",\"#00FF00 (Matrix Green), #FF00FF (Magenta), #00FFFF (Cyan), #0D0D0D (Dark)\",\"Neon gradients, scanline overlays, glitch colors, terminal green accents\",\"Neon glow (text-shadow), glitch animations (skew/offset), scanlines (::before overlay), terminal fonts\",\"Gaming platforms, tech products, crypto apps, sci-fi applications, developer tools, entertainment\",\"Corporate enterprise, healthcare, family apps, conservative brands, elderly users\",✗ No,✓ Only,⚠ Moderate,⚠ Limited (dark+neon),◐ Medium,◐ Medium,\"Tailwind 8/10, Custom CSS 10/10\",2020s Cyberpunk,Medium,\"Design a cyberpunk interface. Use: neon colors on dark (#0D0D0D), terminal/HUD aesthetic, glitch effects, scanlines overlay, matrix green accents, monospace fonts, angular shapes, dystopian tech feel.\",\"background: #0D0D0D, color: #00FF00 or #FF00FF, font-family: monospace, text-shadow: 0 0 10px neon, animation: glitch (transform skew), ::before scanlines (repeating-linear-gradient)\",\"☐ Dark background only, ☐ Neon accents visible, ☐ Glitch effect subtle, ☐ Scanlines optional, ☐ Monospace font, ☐ Terminal aesthetic\",\"--bg-dark: #0D0D0D, --neon-green: #00FF00, --neon-magenta: #FF00FF, --neon-cyan: #00FFFF, --scanline-opacity: 0.1, --glitch-duration: 0.3s\"\r\n42,Organic Biophilic,General,\"Nature, organic shapes, green, sustainable, rounded, flowing, wellness, earthy, natural textures\",\"#228B22 (Forest Green), #8B4513 (Earth Brown), #87CEEB (Sky Blue), #F5F5DC (Beige)\",\"Natural gradients, earth tones, sky blues, organic textures, wood/stone colors\",\"Rounded corners (16-24px), organic curves (border-radius variations), natural shadows, flowing SVG shapes\",\"Wellness apps, sustainability brands, eco products, health apps, meditation, organic food brands\",\"Tech-focused products, gaming, industrial, urban brands\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AA,✓ High,✓ High,\"Tailwind 10/10, CSS 10/10\",2020s Sustainable,Low,\"Design a biophilic organic interface. Use: nature-inspired colors (greens, browns), organic curved shapes, rounded corners (16-24px), natural textures (wood, stone), flowing SVG elements, wellness aesthetic, earthy palette.\",\"border-radius: 16-24px (varied), background: earth tones, SVG organic shapes (blob), box-shadow: natural soft, color: #228B22 #8B4513 #87CEEB, texture overlays (subtle)\",\"☐ Earth tones dominant, ☐ Organic curves present, ☐ Natural textures subtle, ☐ Green accents, ☐ Rounded everywhere, ☐ Calming feel\",\"--forest-green: #228B22, --earth-brown: #8B4513, --sky-blue: #87CEEB, --cream-bg: #F5F5DC, --organic-radius: 24px, --shadow-soft: 0 8px 32px rgba(0,0,0,0.08)\"\r\n43,AI-Native UI,General,\"Chatbot, conversational, voice, assistant, agentic, ambient, minimal chrome, streaming text, AI interactions\",\"Neutral + single accent, #6366F1 (AI Purple), #10B981 (Success), #F5F5F5 (Background)\",\"Status indicators, streaming highlights, context card colors, subtle accent variations\",\"Typing indicators (3-dot pulse), streaming text animations, pulse animations, context cards, smooth reveals\",\"AI products, chatbots, voice assistants, copilots, AI-powered tools, conversational interfaces\",\"Traditional forms, data-heavy dashboards, print-first content\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AA,✓ High,✓ High,\"Tailwind 10/10, React 10/10\",2020s AI-Era,Low,\"Design an AI-native interface. Use: minimal chrome, conversational layout, streaming text area, typing indicators (3-dot pulse), context cards, subtle AI accent color (#6366F1), clean input field, response bubbles.\",\"chat bubble layout (flex-direction: column), typing animation (3 dots pulse), streaming text (overflow: hidden + animation), input: sticky bottom, context cards (border-left accent), minimal borders\",\"☐ Chat layout responsive, ☐ Typing indicator smooth, ☐ Input always visible, ☐ Context cards styled, ☐ AI responses distinct, ☐ User messages aligned right\",\"--ai-accent: #6366F1, --user-bubble-bg: #E0E7FF, --ai-bubble-bg: #F9FAFB, --input-height: 48px, --typing-dot-size: 8px, --message-gap: 16px\"\r\n44,Memphis Design,General,\"80s, geometric, playful, postmodern, shapes, patterns, squiggles, triangles, neon, abstract, bold\",\"#FF71CE (Hot Pink), #FFCE5C (Yellow), #86CCCA (Teal), #6A7BB4 (Blue Purple)\",\"Complementary geometric colors, pattern fills, contrasting accent shapes\",\"transform: rotate(), clip-path: polygon(), mix-blend-mode, repeating patterns, bold shapes\",\"Creative agencies, music sites, youth brands, event promotion, artistic portfolios, entertainment\",\"Corporate finance, healthcare, legal, elderly users, conservative brands\",✓ Full,✓ Full,⚡ Excellent,⚠ Check contrast,✓ Good,◐ Medium,\"Tailwind 9/10, CSS 10/10\",1980s Postmodern,Medium,\"Design a Memphis style interface. Use: bold geometric shapes (triangles, squiggles, circles), bright clashing colors, 80s postmodern aesthetic, playful patterns, dotted textures, asymmetric layouts, decorative elements.\",\"clip-path: polygon() for shapes, background: repeating patterns, transform: rotate() for tilted elements, mix-blend-mode for overlays, border: dashed/dotted patterns, bold sans-serif\",\"☐ Geometric shapes visible, ☐ Colors bold/clashing, ☐ Patterns present, ☐ Layout asymmetric, ☐ Playful decorations, ☐ 80s vibe achieved\",\"--memphis-pink: #FF71CE, --memphis-yellow: #FFCE5C, --memphis-teal: #86CCCA, --memphis-purple: #6A7BB4, --pattern-size: 20px, --shape-rotation: 15deg\"\r\n45,Vaporwave,General,\"Synthwave, retro-futuristic, 80s-90s, neon, glitch, nostalgic, sunset gradient, dreamy, aesthetic\",\"#FF71CE (Pink), #01CDFE (Cyan), #05FFA1 (Mint), #B967FF (Purple)\",\"Sunset gradients, glitch overlays, VHS effects, neon accents, pastel variations\",\"text-shadow glow, linear-gradient, filter: hue-rotate(), glitch animations, retro scan lines\",\"Music platforms, gaming, creative portfolios, tech startups, entertainment, artistic projects\",\"Business apps, e-commerce, education, healthcare, enterprise software\",✓ Full,✓ Dark focused,⚠ Moderate,⚠ Poor (motion),◐ Medium,◐ Medium,\"Tailwind 8/10, CSS-in-JS 9/10\",1980s-90s Retro,Medium,\"Design a vaporwave aesthetic interface. Use: sunset gradients (pink/cyan/purple), 80s-90s nostalgia, glitch effects, Greek statue imagery, palm trees, grid patterns, neon glow, retro-futuristic feel, dreamy atmosphere.\",\"background: linear-gradient(180deg, #FF71CE, #01CDFE, #B967FF), filter: hue-rotate(), text-shadow: neon glow, retro grid (perspective + linear-gradient), VHS scanlines\",\"☐ Sunset gradient present, ☐ Neon glow applied, ☐ Retro grid visible, ☐ Glitch effects subtle, ☐ Dreamy atmosphere, ☐ 80s-90s aesthetic\",\"--vapor-pink: #FF71CE, --vapor-cyan: #01CDFE, --vapor-mint: #05FFA1, --vapor-purple: #B967FF, --grid-color: rgba(255,255,255,0.1), --glow-intensity: 15px\"\r\n46,Dimensional Layering,General,\"Depth, overlapping, z-index, layers, 3D, shadows, elevation, floating, cards, spatial hierarchy\",\"Neutral base (#FFFFFF, #F5F5F5, #E0E0E0) + brand accent for elevated elements\",\"Shadow variations (sm/md/lg/xl), elevation colors, highlight colors for top layers\",\"z-index stacking, box-shadow elevation (4 levels), transform: translateZ(), backdrop-filter, parallax\",\"Dashboards, card layouts, modals, navigation, product showcases, SaaS interfaces\",\"Print-style layouts, simple blogs, low-end devices, flat design requirements\",✓ Full,✓ Full,⚠ Good,⚠ Moderate (SR issues),✓ Good,✓ High,\"Tailwind 10/10, MUI 10/10, Chakra 10/10\",2020s Modern,Medium,\"Design with dimensional layering. Use: z-index depth (multiple layers), overlapping cards, elevation shadows (4 levels), floating elements, parallax depth, backdrop blur for hierarchy, spatial UI feel.\",\"z-index: 1-4 levels, box-shadow: elevation scale (sm/md/lg/xl), transform: translateZ(), backdrop-filter: blur(), position: relative for stacking, parallax on scroll\",\"☐ Layers clearly defined, ☐ Shadows show depth, ☐ Overlaps intentional, ☐ Hierarchy clear, ☐ Performance optimized, ☐ Mobile depth maintained\",\"--elevation-1: 0 1px 3px rgba(0,0,0,0.1), --elevation-2: 0 4px 6px rgba(0,0,0,0.1), --elevation-3: 0 10px 20px rgba(0,0,0,0.1), --elevation-4: 0 20px 40px rgba(0,0,0,0.15), --blur-amount: 8px\"\r\n47,Exaggerated Minimalism,General,\"Bold minimalism, oversized typography, high contrast, negative space, loud minimal, statement design\",\"#000000 (Black), #FFFFFF (White), single vibrant accent only\",\"Minimal - single accent color, no secondary colors, extreme restraint\",\"font-size: clamp(3rem 10vw 12rem), font-weight: 900, letter-spacing: -0.05em, massive whitespace\",\"Fashion, architecture, portfolios, agency landing pages, luxury brands, editorial\",\"E-commerce catalogs, dashboards, forms, data-heavy, elderly users, complex apps\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AA,✓ High,✓ High,\"Tailwind 10/10, Typography.js 10/10\",2020s Modern,Low,\"Design with exaggerated minimalism. Use: oversized typography (clamp 3rem-12rem), extreme negative space, black/white primary, single accent color only, bold statements, minimal elements, dramatic contrast.\",\"font-size: clamp(3rem, 10vw, 12rem), font-weight: 900, letter-spacing: -0.05em, color: #000 or #FFF, padding: 8rem+, single accent, no decorations\",\"☐ Typography oversized, ☐ White space extreme, ☐ Black/white dominant, ☐ Single accent only, ☐ Elements minimal, ☐ Statement clear\",\"--type-giant: clamp(3rem, 10vw, 12rem), --type-weight: 900, --spacing-huge: 8rem, --color-primary: #000000, --color-bg: #FFFFFF, --accent: single color only\"\r\n48,Kinetic Typography,General,\"Motion text, animated type, moving letters, dynamic, typing effect, morphing, scroll-triggered text\",\"Flexible - high contrast recommended, bold colors for emphasis, animation-friendly palette\",\"Accent colors for emphasis, transition colors, gradient text fills\",\"@keyframes text animation, typing effect, background-clip: text, GSAP ScrollTrigger, split text\",\"Hero sections, marketing sites, video platforms, storytelling, creative portfolios, landing pages\",\"Long-form content, accessibility-critical, data interfaces, forms, elderly users\",✓ Full,✓ Full,⚠ Moderate,❌ Poor (motion),✓ Good,✓ Very High,\"GSAP 10/10, Framer Motion 10/10\",2020s Modern,High,\"Design with kinetic typography. Use: animated text, scroll-triggered reveals, typing effects, letter-by-letter animations, morphing text, gradient text fills, oversized hero text, text as the main visual element.\",\"@keyframes for text animation, background-clip: text, GSAP SplitText, typing effect (steps()), transform on letters, scroll-triggered (Intersection Observer), variable fonts for morphing\",\"☐ Text animations smooth, ☐ Prefers-reduced-motion respected, ☐ Fallback for no-JS, ☐ Mobile performance ok, ☐ Typing effect timed, ☐ Scroll triggers work\",\"--text-animation-duration: 1s, --letter-delay: 0.05s, --typing-speed: 100ms, --gradient-text: linear-gradient(90deg, #color1, #color2), --morph-duration: 0.5s\"\r\n49,Parallax Storytelling,General,\"Scroll-driven, narrative, layered scrolling, immersive, progressive disclosure, cinematic, scroll-triggered\",\"Story-dependent, often gradients and natural colors, section-specific palettes\",\"Section transition colors, depth layer colors, narrative mood colors\",\"transform: translateY(scroll), position: fixed/sticky, perspective: 1px, scroll-triggered animations\",\"Brand storytelling, product launches, case studies, portfolios, annual reports, marketing campaigns\",\"E-commerce, dashboards, mobile-first, SEO-critical, accessibility-required\",✓ Full,✓ Full,❌ Poor,❌ Poor (motion),✗ Low,✓ High,\"GSAP ScrollTrigger 10/10, Locomotive Scroll 10/10\",2020s Modern,High,\"Design a parallax storytelling page. Use: scroll-driven narrative, layered backgrounds (3-5 layers), fixed/sticky sections, cinematic transitions, progressive disclosure, full-screen chapters, depth perception.\",\"position: fixed/sticky, transform: translateY(calc()), perspective: 1px, z-index layering, scroll-snap-type, Intersection Observer for triggers, will-change: transform\",\"☐ Layers parallax smoothly, ☐ Story flows naturally, ☐ Mobile alternative provided, ☐ Performance optimized, ☐ Skip option available, ☐ Reduced motion fallback\",\"--parallax-speed-bg: 0.3, --parallax-speed-mid: 0.6, --parallax-speed-fg: 1, --section-height: 100vh, --transition-duration: 600ms, --perspective: 1px\"\r\n50,Swiss Modernism 2.0,General,\"Grid system, Helvetica, modular, asymmetric, international style, rational, clean, mathematical spacing\",\"#000000, #FFFFFF, #F5F5F5, single vibrant accent only\",\"Minimal secondary, accent for emphasis only, no gradients\",\"display: grid, grid-template-columns: repeat(12 1fr), gap: 1rem, mathematical ratios, clear hierarchy\",\"Corporate sites, architecture, editorial, SaaS, museums, professional services, documentation\",\"Playful brands, children's sites, entertainment, gaming, emotional storytelling\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AAA,✓ High,✓ High,\"Tailwind 10/10, Bootstrap 9/10, Foundation 10/10\",1950s Swiss + 2020s,Low,\"Design with Swiss Modernism 2.0. Use: strict grid system (12 columns), Helvetica/Inter fonts, mathematical spacing, asymmetric balance, high contrast, minimal decoration, clean hierarchy, single accent color.\",\"display: grid, grid-template-columns: repeat(12, 1fr), gap: 1rem (8px base unit), font-family: Inter/Helvetica, font-weight: 400-700, color: #000/#FFF, single accent\",\"☐ 12-column grid strict, ☐ Spacing mathematical, ☐ Typography hierarchy clear, ☐ Single accent only, ☐ No decorations, ☐ High contrast verified\",\"--grid-columns: 12, --grid-gap: 1rem, --base-unit: 8px, --font-primary: Inter, --color-text: #000000, --color-bg: #FFFFFF, --accent: single vibrant\"\r\n51,HUD / Sci-Fi FUI,General,\"Futuristic, technical, wireframe, neon, data, transparency, iron man, sci-fi, interface\",\"Neon Cyan #00FFFF, Holographic Blue #0080FF, Alert Red #FF0000\",\"Transparent Black, Grid Lines #333333\",\"Glow effects, scanning animations, ticker text, blinking markers, fine line drawing\",\"Sci-fi games, space tech, cybersecurity, movie props, immersive dashboards\",\"Standard corporate, reading heavy content, accessible public services\",✓ Low,✓ Full,⚠ Moderate (renders),⚠ Poor (thin lines),◐ Medium,✗ Low,\"React 9/10, Canvas 10/10\",2010s Sci-Fi,High,\"Design a futuristic HUD (Heads Up Display) or FUI. Use: thin lines (1px), neon cyan/blue on black, technical markers, decorative brackets, data visualization, monospaced tech fonts, glowing elements, transparency.\",\"border: 1px solid rgba(0,255,255,0.5), color: #00FFFF, background: transparent or rgba(0,0,0,0.8), font-family: monospace, text-shadow: 0 0 5px cyan\",\"☐ Fine lines 1px, ☐ Neon glow text/borders, ☐ Monospaced font, ☐ Dark/Transparent BG, ☐ Decorative tech markers, ☐ Holographic feel\",\"--hud-color: #00FFFF, --bg-color: rgba(0,10,20,0.9), --line-width: 1px, --glow: 0 0 5px, --font: monospace\"\r\n52,Pixel Art,General,\"Retro, 8-bit, 16-bit, gaming, blocky, nostalgic, pixelated, arcade\",\"Primary colors (NES Palette), brights, limited palette\",\"Black outlines, shading via dithering or block colors\",\"Frame-by-frame sprite animation, blinking cursor, instant transitions, marquee text\",\"Indie games, retro tools, creative portfolios, nostalgia marketing, Web3/NFT\",\"Professional corporate, modern SaaS, high-res photography sites\",✓ Full,✓ Full,⚡ Excellent,✓ Good (if contrast ok),✓ High,◐ Medium,\"CSS (box-shadow) 8/10, Canvas 10/10\",1980s Arcade,Medium,\"Design a pixel art inspired interface. Use: pixelated fonts, 8-bit or 16-bit aesthetic, sharp edges (image-rendering: pixelated), limited color palette, blocky UI elements, retro gaming feel.\",\"font-family: 'Press Start 2P', image-rendering: pixelated, box-shadow: 4px 0 0 #000 (pixel border), no anti-aliasing\",\"☐ Pixelated fonts loaded, ☐ Images sharp (no blur), ☐ CSS box-shadow for pixel borders, ☐ Retro palette, ☐ Blocky layout\",\"--pixel-size: 4px, --font: pixel font, --border-style: pixel-shadow, --anti-alias: none\"\r\n53,Bento Grids,General,\"Apple-style, modular, cards, organized, clean, hierarchy, grid, rounded, soft\",\"Off-white #F5F5F7, Clean White #FFFFFF, Text #1D1D1F\",\"Subtle accents, soft shadows, blurred backdrops\",\"Hover scale (1.02), soft shadow expansion, smooth layout shifts, content reveal\",\"Product features, dashboards, personal sites, marketing summaries, galleries\",\"Long-form reading, data tables, complex forms\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AA,✓ High,✓ High,\"CSS Grid 10/10, Tailwind 10/10\",2020s Apple/Linear,Low,\"Design a Bento Grid layout. Use: modular grid system, rounded corners (16-24px), different card sizes (1x1, 2x1, 2x2), card-based hierarchy, soft backgrounds (#F5F5F7), subtle borders, content-first, Apple-style aesthetic.\",\"display: grid, grid-template-columns: repeat(auto-fit, minmax(...)), gap: 1rem, border-radius: 20px, background: #FFF, box-shadow: subtle\",\"☐ Grid layout (CSS Grid), ☐ Rounded corners 16-24px, ☐ Varied card spans, ☐ Content fits card size, ☐ Responsive re-flow, ☐ Apple-like aesthetic\",\"--grid-gap: 20px, --card-radius: 24px, --card-bg: #FFFFFF, --page-bg: #F5F5F7, --shadow: soft\"\r\n55,Spatial UI (VisionOS),General,\"Glass, depth, immersion, spatial, translucent, gaze, gesture, apple, vision-pro\",\"Frosted Glass #FFFFFF (15-30% opacity), System White\",\"Vibrant system colors for active states, deep shadows for depth\",\"Parallax depth, dynamic lighting response, gaze-hover effects, smooth scale on focus\",\"Spatial computing apps, VR/AR interfaces, immersive media, futuristic dashboards\",\"Text-heavy documents, high-contrast requirements, non-3D capable devices\",✓ Full,✓ Full,⚠ Moderate (blur cost),⚠ Contrast risks,✓ High (if adapted),✓ High,\"SwiftUI, React (Three.js/Fiber)\",2024 Spatial Era,High,\"Design a VisionOS-style spatial interface. Use: frosted glass panels, depth layers, translucent backgrounds (15-30% opacity), vibrant colors for active states, gaze-hover effects, floating windows, immersive feel.\",\"backdrop-filter: blur(40px) saturate(180%), background: rgba(255,255,255,0.2), border-radius: 24px, box-shadow: 0 8px 32px rgba(0,0,0,0.1), transform: scale on focus, depth via shadows\",\"☐ Glass effect visible, ☐ Depth layers clear, ☐ Hover states defined, ☐ Colors vibrant on active, ☐ Floating feel achieved, ☐ Contrast maintained\",\"--glass-bg: rgba(255,255,255,0.2), --glass-blur: 40px, --glass-saturate: 180%, --window-radius: 24px, --depth-shadow: 0 8px 32px rgba(0,0,0,0.1), --focus-scale: 1.02\"\r\n56,E-Ink / Paper,General,\"Paper-like, matte, high contrast, texture, reading, calm, slow tech, monochrome\",\"Off-White #FDFBF7, Paper White #F5F5F5, Ink Black #1A1A1A\",\"Pencil Grey #4A4A4A, Highlighter Yellow #FFFF00 (accent)\",\"No motion blur, distinct page turns, grain/noise texture, sharp transitions (no fade)\",\"Reading apps, digital newspapers, minimal journals, distraction-free writing, slow-living brands\",\"Gaming, video platforms, high-energy marketing, dark mode dependent apps\",✓ Full,✗ Low (inverted only),⚡ Excellent,✓ WCAG AAA,✓ High,✓ Medium,\"Tailwind 10/10, CSS 10/10\",2020s Digital Well-being,Low,\"Design an e-ink/paper style interface. Use: high contrast black on off-white, paper texture, no animations (instant transitions), reading-focused, minimal UI chrome, distraction-free, calm aesthetic, monochrome.\",\"background: #FDFBF7 (paper white), color: #1A1A1A, transition: none, font-family: serif for reading, no gradients, border: 1px solid #E0E0E0, texture overlay (noise)\",\"☐ Paper background color, ☐ High contrast text, ☐ No animations, ☐ Reading optimized, ☐ Distraction-free, ☐ Print-friendly\",\"--paper-bg: #FDFBF7, --ink-color: #1A1A1A, --pencil-grey: #4A4A4A, --border-color: #E0E0E0, --font-reading: Georgia, --transition: none\"\r\n57,Gen Z Chaos / Maximalism,General,\"Chaos, clutter, stickers, raw, collage, mixed media, loud, internet culture, ironic\",\"Clashing Brights: #FF00FF, #00FF00, #FFFF00, #0000FF\",\"Gradients, rainbow, glitch, noise, heavily saturated mix\",\"Marquee scrolls, jitter, sticker layering, GIF overload, random placement, drag-and-drop\",\"Gen Z lifestyle brands, music artists, creative portfolios, viral marketing, fashion\",\"Corporate, government, healthcare, banking, serious tools\",✓ Full,✓ Full,⚠ Poor (heavy assets),❌ Poor,◐ Medium,✓ High (Viral),CSS-in-JS 8/10,2023+ Internet Core,High,\"Design a Gen Z chaos maximalist interface. Use: clashing bright colors, sticker overlays, collage aesthetic, raw/unpolished feel, mixed media, ironic elements, loud typography, GIF-heavy, internet culture references.\",\"mix-blend-mode: multiply/screen, transform: rotate(random), animation: jitter, marquee text, position: absolute for scattered elements, filter: saturate(150%), z-index chaos\",\"☐ Colors clash intentionally, ☐ Stickers/overlays present, ☐ Layout chaotic but usable, ☐ GIFs optimized, ☐ Mobile scrollable, ☐ Performance acceptable\",\"--chaos-pink: #FF00FF, --chaos-green: #00FF00, --chaos-yellow: #FFFF00, --chaos-blue: #0000FF, --jitter-amount: 5deg, --saturate: 150%\"\r\n58,Biomimetic / Organic 2.0,General,\"Nature-inspired, cellular, fluid, breathing, generative, algorithms, life-like\",\"Cellular Pink #FF9999, Chlorophyll Green #00FF41, Bioluminescent Blue\",\"Deep Ocean #001E3C, Coral #FF7F50, Organic gradients\",\"Breathing animations, fluid morphing, generative growth, physics-based movement\",\"Sustainability tech, biotech, advanced health, meditation, generative art platforms\",\"Standard SaaS, data grids, strict corporate, accounting\",✓ Full,✓ Full,⚠ Moderate,✓ Good,✓ Good,✓ High,\"Canvas 10/10, WebGL 10/10\",2024+ Generative,High,\"Design a biomimetic organic interface. Use: cellular/fluid shapes, breathing animations, generative patterns, bioluminescent colors, physics-based movement, nature algorithms, life-like elements, flowing gradients.\",\"SVG morphing (SMIL or GSAP), canvas for generative, animation: breathing (scale pulse), filter: blur for organic, clip-path for cellular, WebGL for advanced, physics libraries\",\"☐ Organic shapes present, ☐ Animations feel alive, ☐ Generative elements, ☐ Performance monitored, ☐ Mobile fallback, ☐ Accessibility alt content\",\"--cellular-pink: #FF9999, --chlorophyll: #00FF41, --bioluminescent: #00FFFF, --breathing-duration: 4s, --morph-ease: cubic-bezier(0.4, 0, 0.2, 1), --organic-blur: 20px\"\r\n59,Anti-Polish / Raw Aesthetic,General,\"Hand-drawn, collage, scanned textures, unfinished, imperfect, authentic, human, sketch, raw marks, creative process\",\"Paper White #FAFAF8, Pencil Grey #4A4A4A, Marker Black #1A1A1A, Kraft Brown #C4A77D\",\"Watercolor washes, pencil shading, ink splatters, tape textures, aged paper tones\",\"No smooth transitions, hand-drawn animations, paper texture overlays, jitter effects, sketch reveal\",\"Creative portfolios, artist sites, indie brands, handmade products, authentic storytelling, editorial\",\"Corporate enterprise, fintech, healthcare, government, polished SaaS\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AA,✓ High,✓ High,\"CSS 10/10, SVG 10/10\",2025+ Anti-Digital,Low,\"Design with anti-polish raw aesthetic. Use: hand-drawn elements, scanned textures, unfinished look, paper/pencil textures, collage style, authentic imperfection, sketch marks, tape/sticker overlays, human touch.\",\"background: url(paper-texture.png), filter: grayscale() contrast(), border: hand-drawn SVG, transform: rotate(small random), no smooth transitions, sketch-style fonts, opacity variations\",\"☐ Textures loaded, ☐ Hand-drawn elements present, ☐ Imperfections intentional, ☐ Authentic feel achieved, ☐ Performance ok with textures, ☐ Accessibility maintained\",\"--paper-bg: #FAFAF8, --pencil-color: #4A4A4A, --marker-black: #1A1A1A, --kraft-brown: #C4A77D, --sketch-rotation: random(-3deg, 3deg), --texture-opacity: 0.3\"\r\n60,Tactile Digital / Deformable UI,General,\"Jelly buttons, chrome, clay, squishy, deformable, bouncy, physical, tactile feedback, press response\",\"Gradient metallics, Chrome Silver #C0C0C0, Jelly Pink #FF9ECD, Soft Blue #87CEEB\",\"Glossy highlights, shadow depth, reflection effects, material-specific colors\",\"Press deformation (scale + squish), bounce-back (cubic-bezier), material response, haptic-like feedback, spring physics\",\"Modern mobile apps, playful brands, entertainment, gaming UI, consumer products, interactive demos\",\"Enterprise software, data dashboards, accessibility-critical, professional tools\",✓ Full,✓ Full,⚠ Good,⚠ Motion sensitive,✓ High,✓ Very High,\"Framer Motion 10/10, React Spring 10/10, GSAP 10/10\",2025+ Tactile Era,Medium,\"Design a tactile deformable interface. Use: jelly/squishy buttons, press deformation effect, bounce-back animations, chrome/clay materials, spring physics, haptic-like feedback, material response, 3D depth on interaction.\",\"transform: scale(0.95) on active, animation: bounce (cubic-bezier(0.34, 1.56, 0.64, 1)), box-shadow: inset for press, filter: brightness on press, spring physics (react-spring/framer-motion)\",\"☐ Press effect visible, ☐ Bounce-back smooth, ☐ Material feels tactile, ☐ Spring physics tuned, ☐ Mobile touch responsive, ☐ Reduced motion option\",\"--press-scale: 0.95, --bounce-duration: 400ms, --spring-stiffness: 300, --spring-damping: 20, --material-glossy: linear-gradient(135deg, white 0%, transparent 60%), --depth-shadow: 0 10px 30px rgba(0,0,0,0.2)\"\r\n61,Nature Distilled,General,\"Muted earthy, skin tones, wood, soil, sand, terracotta, warmth, organic materials, handmade warmth\",\"Terracotta #C67B5C, Sand Beige #D4C4A8, Warm Clay #B5651D, Soft Cream #F5F0E1\",\"Earth Brown #8B4513, Olive Green #6B7B3C, Warm Stone #9C8B7A, muted gradients\",\"Subtle parallax, natural easing (ease-out), texture overlays, grain effects, soft shadows\",\"Wellness brands, sustainable products, artisan goods, organic food, spa/beauty, home decor\",\"Tech startups, gaming, nightlife, corporate finance, high-energy brands\",✓ Full,◐ Partial,⚡ Excellent,✓ WCAG AA,✓ High,✓ High,\"Tailwind 10/10, CSS 10/10\",2025+ Handmade Warmth,Low,\"Design with nature distilled aesthetic. Use: muted earthy colors (terracotta, sand, olive), organic materials feel, warm tones, handmade warmth, natural textures, artisan quality, sustainable vibe, soft gradients.\",\"background: warm earth tones, color: #C67B5C #D4C4A8 #6B7B3C, border-radius: organic (varied), box-shadow: soft natural, texture overlays (grain), font: humanist sans-serif\",\"☐ Earth tones dominant, ☐ Warm feel achieved, ☐ Textures subtle, ☐ Handmade quality, ☐ Sustainable messaging, ☐ Calming aesthetic\",\"--terracotta: #C67B5C, --sand-beige: #D4C4A8, --warm-clay: #B5651D, --soft-cream: #F5F0E1, --olive-green: #6B7B3C, --grain-opacity: 0.1\"\r\n62,Interactive Cursor Design,General,\"Custom cursor, cursor as tool, hover effects, cursor feedback, pointer transformation, cursor trail, magnetic cursor\",\"Brand-dependent, cursor accent color, high contrast for visibility\",\"Trail colors, hover state colors, magnetic zone indicators, feedback colors\",\"Cursor scale on hover, magnetic pull to elements, cursor morphing, trail effects, blend mode cursors, click feedback\",\"Creative portfolios, interactive experiences, agency sites, product showcases, gaming, entertainment\",\"Mobile-first (no cursor), accessibility-critical, data-heavy dashboards, forms\",✓ Full,✓ Full,⚡ Good,⚠ Not for touch/SR,✗ No cursor,✓ High,\"GSAP 10/10, Framer Motion 10/10, Custom JS 10/10\",2025+ Interactive,Medium,\"Design with interactive cursor effects. Use: custom cursor, cursor morphing on hover, magnetic cursor pull, cursor trails, blend mode cursors, click feedback animations, cursor as interaction tool, pointer transformation.\",\"cursor: none (custom), position: fixed for cursor element, mix-blend-mode: difference, transform on hover targets, magnetic effect (JS position lerp), trail with opacity fade, scale on click\",\"☐ Custom cursor works, ☐ Hover morph smooth, ☐ Magnetic pull subtle, ☐ Trail performance ok, ☐ Click feedback visible, ☐ Touch fallback provided\",\"--cursor-size: 20px, --cursor-hover-scale: 1.5, --magnetic-distance: 100px, --trail-length: 10, --trail-fade: 0.1, --blend-mode: difference\"\r\n63,Voice-First Multimodal,General,\"Voice UI, multimodal, audio feedback, conversational, hands-free, ambient, contextual, speech recognition\",\"Calm neutrals: Soft White #FAFAFA, Muted Blue #6B8FAF, Gentle Purple #9B8FBB\",\"Audio waveform colors, status indicators (listening/processing/speaking), success/error tones\",\"Voice waveform visualization, listening pulse, processing spinner, speak animation, smooth transitions\",\"Voice assistants, accessibility apps, hands-free tools, smart home, automotive UI, cooking apps\",\"Visual-heavy content, data entry, complex forms, noisy environments\",✓ Full,✓ Full,⚡ Excellent,✓ Excellent,✓ High,✓ High,\"Web Speech API 10/10, React 10/10\",2025+ Voice Era,Medium,\"Design a voice-first multimodal interface. Use: voice waveform visualization, listening state indicator, speaking animation, minimal visible UI, audio feedback cues, hands-free optimized, conversational flow, ambient design.\",\"Web Speech API integration, canvas for waveform, animation: pulse for listening, status indicators (color change), audio visualization (Web Audio API), minimal chrome, large touch targets\",\"☐ Voice recognition works, ☐ Visual feedback clear, ☐ Listening state obvious, ☐ Speaking animation smooth, ☐ Fallback UI provided, ☐ Accessibility excellent\",\"--listening-color: #6B8FAF, --speaking-color: #22C55E, --waveform-height: 60px, --pulse-duration: 1.5s, --indicator-size: 24px, --voice-accent: #9B8FBB\"\r\n64,3D Product Preview,General,\"360 product view, rotatable, zoomable, touch-to-spin, AR preview, product configurator, interactive 3D model\",\"Product-dependent, neutral backgrounds: Soft Grey #E8E8E8, Pure White #FFFFFF\",\"Shadow gradients, reflection planes, environment lighting colors, accent highlights\",\"Drag-to-rotate, pinch-to-zoom, spin animation, AR placement, material switching, smooth orbit controls\",\"E-commerce, furniture, fashion, automotive, electronics, jewelry, product configurators\",\"Content-heavy sites, blogs, dashboards, low-bandwidth, accessibility-critical\",◐ Partial,◐ Partial,❌ Poor (3D rendering),⚠ Alt content needed,◐ Medium,✓ Very High,\"Three.js 10/10, model-viewer 10/10, Spline 9/10\",2025+ E-commerce 3D,High,\"Design a 3D product preview interface. Use: 360° rotation, drag-to-spin, pinch-to-zoom, AR preview button, material/color switcher, hotspot annotations, orbit controls, product configurator, smooth rendering.\",\"Three.js or model-viewer, OrbitControls, touch events for rotation, WebXR for AR, canvas with WebGL, loading placeholder, LOD for performance, environment lighting\",\"☐ 3D model loads fast, ☐ Rotation smooth, ☐ Zoom works (pinch/scroll), ☐ AR button functional, ☐ Colors switchable, ☐ Mobile touch works\",\"--canvas-bg: #F5F5F5, --hotspot-color: #3B82F6, --loading-spinner: primary, --rotation-speed: 0.5, --zoom-min: 0.5, --zoom-max: 2\"\r\n65,Gradient Mesh / Aurora Evolved,General,\"Complex gradients, mesh gradients, multi-color blend, aurora effect, flowing colors, iridescent, holographic, prismatic\",\"Multi-stop gradients: Cyan #00FFFF, Magenta #FF00FF, Yellow #FFFF00, Blue #0066FF, Green #00FF66\",\"Complementary mesh points, smooth color transitions, iridescent overlays, chromatic shifts\",\"CSS mesh-gradient (experimental), SVG gradients, canvas gradients, smooth color morphing, flowing animation\",\"Hero sections, backgrounds, creative brands, music platforms, fashion, lifestyle, premium products\",\"Data interfaces, text-heavy content, accessibility-critical, conservative brands\",✓ Full,✓ Full,⚠ Good,⚠ Text contrast,✓ Good,✓ High,\"CSS 8/10, SVG 10/10, Canvas 10/10\",2025+ Gradient Evolution,Medium,\"Design with gradient mesh aurora effect. Use: multi-color mesh gradients, flowing color transitions, aurora/northern lights feel, iridescent overlays, holographic shimmer, prismatic effects, smooth color morphing.\",\"background: conic-gradient or mesh (SVG), animation: gradient flow (background-position), filter: hue-rotate for shimmer, mix-blend-mode: screen, canvas for complex mesh, multiple gradient layers\",\"☐ Mesh gradient visible, ☐ Colors flow smoothly, ☐ Aurora effect achieved, ☐ Performance acceptable, ☐ Text remains readable, ☐ Mobile renders ok\",\"--mesh-color-1: #00FFFF, --mesh-color-2: #FF00FF, --mesh-color-3: #FFFF00, --mesh-color-4: #00FF66, --flow-duration: 10s, --shimmer-intensity: 0.3\"\r\n66,Editorial Grid / Magazine,General,\"Magazine layout, asymmetric grid, editorial typography, pull quotes, drop caps, column layout, print-inspired\",\"High contrast: Black #000000, White #FFFFFF, accent brand color\",\"Muted supporting, pull quote highlights, byline colors, section dividers\",\"Smooth scroll, reveal on scroll, parallax images, text animations, page-flip transitions\",\"News sites, blogs, magazines, editorial content, long-form articles, journalism, publishing\",\"Dashboards, apps, e-commerce catalogs, real-time data, short-form content\",✓ Full,✓ Full,⚡ Excellent,✓ WCAG AAA,✓ High,✓ Medium,\"CSS Grid 10/10, Tailwind 10/10\",2020s Editorial Digital,Low,\"Design an editorial magazine layout. Use: asymmetric grid, pull quotes, drop caps, multi-column text, large imagery, bylines, section dividers, print-inspired typography, article hierarchy, white space balance.\",\"display: grid with named areas, column-count for text, ::first-letter for drop caps, blockquote styling, figure/figcaption, gap variations, font: serif for body, variable widths\",\"☐ Grid asymmetric, ☐ Typography editorial, ☐ Pull quotes styled, ☐ Drop caps present, ☐ Images large/impactful, ☐ Mobile reflows well\",\"--grid-cols: asymmetric, --body-font: Georgia/Merriweather, --heading-font: bold sans, --drop-cap-size: 4em, --pull-quote-size: 1.5em, --column-gap: 2rem\"\r\n67,Chromatic Aberration / RGB Split,General,\"RGB split, color fringing, glitch, retro tech, VHS, analog error, distortion, lens effect\",\"Offset RGB: Red #FF0000, Green #00FF00, Blue #0000FF, Black #000000\",\"Neon accents, scan lines, noise overlays, error colors\",\"RGB offset animation, glitch timing, scan line movement, noise flicker, distortion on hover\",\"Music platforms, gaming, tech brands, creative portfolios, nightlife, entertainment, video platforms\",\"Corporate, healthcare, finance, accessibility-critical, elderly users\",✓ Full,✓ Dark preferred,⚠ Good,⚠ Can cause strain,◐ Medium,✓ High,\"CSS filters 10/10, GSAP 10/10\",2020s Retro-Tech,Medium,\"Design with chromatic aberration RGB split effect. Use: color channel offset (R/G/B), glitch aesthetic, retro tech feel, VHS error look, lens distortion, scan lines, noise overlay, analog imperfection.\",\"filter: drop-shadow with offset colors, text-shadow: RGB offset (-2px 0 red, 2px 0 cyan), animation: glitch (random offset), ::before for scanlines, mix-blend-mode: screen for overlays\",\"☐ RGB split visible, ☐ Glitch effect controlled, ☐ Scan lines subtle, ☐ Performance ok, ☐ Readability maintained, ☐ Reduced motion option\",\"--rgb-offset: 2px, --red-channel: #FF0000, --green-channel: #00FF00, --blue-channel: #0000FF, --glitch-duration: 0.3s, --scanline-opacity: 0.1\"\r\n68,Vintage Analog / Retro Film,General,\"Film grain, VHS, cassette tape, polaroid, analog warmth, faded colors, light leaks, vintage photography\",\"Faded Cream #F5E6C8, Warm Sepia #D4A574, Muted Teal #4A7B7C, Soft Pink #E8B4B8\",\"Grain overlays, light leak oranges, shadow blues, vintage paper tones, desaturated accents\",\"Film grain overlay, VHS tracking effect, polaroid shake, fade-in transitions, light leak animations\",\"Photography portfolios, music/vinyl brands, vintage fashion, nostalgia marketing, film industry, cafes\",\"Modern tech, SaaS, healthcare, children's apps, corporate enterprise\",✓ Full,◐ Partial,⚡ Good,✓ WCAG AA,✓ High,✓ High,\"CSS filters 10/10, Canvas 9/10\",1970s-90s Analog Revival,Medium,\"Design with vintage analog film aesthetic. Use: film grain overlay, faded/desaturated colors, warm sepia tones, light leaks, VHS tracking effect, polaroid frame, analog warmth, nostalgic photography feel.\",\"filter: sepia() contrast() saturate(0.8), background: noise texture overlay, animation: VHS tracking (transform skew), light leak gradient overlay, border for polaroid frame, grain via SVG filter\",\"☐ Film grain visible, ☐ Colors faded/warm, ☐ Light leaks present, ☐ Nostalgic feel achieved, ☐ Performance with filters, ☐ Images look vintage\",\"--sepia-amount: 20%, --contrast: 1.1, --saturation: 0.8, --grain-opacity: 0.15, --light-leak-color: rgba(255,200,100,0.2), --warm-tint: #F5E6C8\"\r\n69,Bauhaus (包豪斯),Mobile,\"bauhaus, geometric, constructivist, primary colors, hard shadow, bold, tactile, functional, poster, mechanical, architectural\",\"Primary Red #D02020, Primary Blue #1040C0, Primary Yellow #F0C020\",\"Background #F0F0F0 (Off-white), Foreground #121212 (Stark Black), Muted #E0E0E0\",\"Hard offset shadows (4px 4px 0px black), mechanical press active:translate, no smooth hover — instant 0ms transitions, dot grid pattern on sections, slide-over transitions\",\"Mobile-first apps needing high personality, onboarding flows, branding-forward product screens, artisan/design brands, editorial mobile experiences\",\"Enterprise dashboards, accessibility-critical contexts (requires extra a11y work), data-heavy screens, conservative industries\",✓ Full,◐ Partial (primary palette only),⚡ Excellent,⚠ WCAG AA (high contrast primaries; verify yellow text separately),✓ Mobile-First,◐ Medium,\"React Native 10/10, Expo 10/10, SwiftUI 9/10, Flutter 9/10, Tailwind 9/10\",1919 Bauhaus Movement,Medium,\"Design a Bauhaus mobile app. Use strict geometric shapes (circles and squares only), primary color blocking (Red #D02020, Blue #1040C0, Yellow #F0C020), hard 4px offset black shadows, OFF-WHITE canvas (#F0F0F0), massive bold uppercase headlines (Outfit Black 900), rectangular full-width buttons with mechanical press animation. No gradients. No rounded cards. No soft transitions.\",\"border-radius: 0px (cards/inputs) or 9999px (buttons/FAB), box-shadow: 4px 4px 0px 0px #121212, active:translate-x-[2px] active:translate-y-[2px] active:shadow-none, border: 2px solid #121212, font-family: Outfit, font-weight: 900 uppercase tracking-tighter (headlines)\",\"☐ Geometric shapes only (circle/square), ☐ Primary color blocking applied, ☐ Hard offset shadows 4px, ☐ border-2 border-black on all elements, ☐ Mechanical press active state, ☐ Outfit Black 900 uppercase headlines, ☐ Safe area (pt-safe pb-safe) respected, ☐ Thumb-friendly h-12/h-14 touch targets, ☐ No hover states (mobile-only), ☐ Vertical rhythm single-column stack\",\"--color-red: #D02020, --color-blue: #1040C0, --color-yellow: #F0C020, --color-bg: #F0F0F0, --color-fg: #121212, --border-width: 2px, --shadow-hard: 4px 4px 0px 0px #121212, --radius-block: 0px, --radius-pill: 9999px, --font-display: Outfit, --font-weight-hero: 900\"\n70,Minimalist Monochrome,Mobile,\"monochrome, black white, editorial, austere, typographic, sharp, zero radius, high contrast, brutalist, pocket editorial, serif, mechanical\",\"Pure Black #000000, Pure White #FFFFFF\",\"Muted #F5F5F5, Dark Gray #525252, Border Light #E5E5E5\",\"Instant inversion active state (tap → bg-black text-white, zero transition-none), no shadows (strictly 2D), full-bleed horizontal rules (4px black section dividers), subtle paper noise texture (opacity: 0.03), slide-in page transitions with hard edge\",\"Luxury fashion e-commerce mobile, editorial publications, high-end portfolio apps, experimental/avant-garde brands, digital exhibitions\",\"Entertainment, colorful brands, friendly consumer apps, anything requiring visual warmth or gradient\",✓ Full (Light Mode Enforced),◐ Dark by section only (inverted sections),⚡ Excellent,✓ WCAG AAA (pure black/white),✓ Mobile-First,◐ Medium,\"React Native 10/10, Expo 10/10, SwiftUI 9/10, Tailwind 9/10\",2020s Editorial Mobile,Medium,\"Design a minimalist monochrome mobile app. Use ONLY black (#000000) and white (#FFFFFF). Zero border-radius on every element. No shadows — depth is created by 1–4px black borders and color inversion only. Typography is the primary visual: Playfair Display for heroes (text-5xl–text-6xl, tracking-tighter, leading-[0.9]), Source Serif 4 for body, JetBrains Mono for labels/tags. Tap states instantly invert (bg-black text-white). Full-width horizontal rules separate sections. Use the word 'MENU' instead of hamburger icon.\",\"border-radius: 0px (ALL elements including modals), box-shadow: none, active:bg-black active:text-white transition-none, border-b-4 border-black (section dividers), divide-y divide-black (lists), font-family: Playfair Display (headers) + Source Serif 4 (body) + JetBrains Mono (labels), background-image: noise SVG opacity-[0.03]\",\"☐ 0px border-radius on ALL elements, ☐ No shadows anywhere, ☐ Instant inversion on every tap (transition-none), ☐ 4px black line separates hero from content, ☐ Safe area respected (pt-safe pb-safe), ☐ h-14 touch targets, ☐ Sticky section headers with border-b, ☐ Typography hero: word spans full screen width, ☐ Paper noise texture on backgrounds, ☐ Menu word-label instead of icon\",\"--color-bg: #FFFFFF, --color-fg: #000000, --color-muted: #F5F5F5, --color-muted-fg: #525252, --color-border: #000000, --color-border-light: #E5E5E5, --radius: 0px, --shadow: none, --border-hairline: 1px solid #E5E5E5, --border-thin: 1px solid #000000, --border-thick: 2px solid #000000, --border-heavy: 4px solid #000000, --font-display: Playfair Display, --font-body: Source Serif 4, --font-mono: JetBrains Mono\"\n71,Modern Dark (Cinema Mobile),Mobile,\"dark mode, cinematic, ambient light, glassmorphism, deep black, indigo, glow, blur, atmospheric, reanimated, haptic, premium, layered, frosted glass, linear gradient\",\"Deep #020203, Base #050506, Elevated #0a0a0c, Accent #5E6AD2\",\"Foreground #EDEDEF, Muted #8A8F98, Accent Glow rgba(94 106 210/0.2), Border rgba(255 255 255/0.08), Surface rgba(255 255 255/0.05)\",\"Expo.out Bezier(0.16,1,0.3,1) easing; spring modals (damping:20 stiffness:90); haptic-linked press (Impact Light/Medium); animated ambient light blobs (Reanimated translateX/Y slow oscillation); BlurView glassmorphism headers/nav (intensity 20); scale press 0.97 → 1.0; avoid pure #000000 (OLED smear)\",\"Developer tools, pro productivity apps, fintech/trading dashboards, media/streaming platforms, AI tool interfaces, high-end gaming companion apps\",\"Consumer apps needing warmth, children's apps, health/medical contexts where dark feels harsh, high-accessibility contexts needing maximum contrast\",✓ Light mode only as exception,✓ Dark Mode Primary,⚠ Good (blur effects require native driver),⚠ WCAG AA (requires careful accent contrast check),✓ Mobile-First,◐ Medium,\"React Native 10/10, Expo 10/10, react-native-skia 9/10, SwiftUI 8/10\",2020s Cinematic Mobile,High,\"Design a cinematic dark mobile app. Background: LinearGradient from #0a0a0f (top) to #020203 (bottom). Add 2–3 absolute animated 'blob' views: circular, blurRadius 30–50, opacity 0.08–0.12, slow Reanimated oscillation. Cards: borderRadius 16, border rgba(255,255,255,0.08) hairline, subtle top-edge shine gradient. Primary button: #5E6AD2, scale press 0.97, haptic on press. BlurView (intensity 20, tint dark) for tab bar and headers. Typography: Inter 700 for headers, 400 for body. Never use pure #000000. Accent glow: rgba(94,106,210,0.2) behind primary actions.\",\"borderRadius: 16 (cards/buttons), background: LinearGradient #0a0a0f→#020203, border: StyleSheet.hairlineWidth rgba(255,255,255,0.08), BlurView intensity={20} tint='dark', useAnimatedStyle + withRepeat (blob oscillation), Easing.bezier(0.16,1,0.3,1), withSpring damping:20 stiffness:90, Haptics.impactAsync(ImpactFeedbackStyle.Light), scale: 0.97 press\",\"☐ No pure #000000 backgrounds, ☐ LinearGradient base screen, ☐ Animated ambient blobs (Reanimated, native driver), ☐ BlurView on tab bar and headers, ☐ borderRadius 16 on all cards, ☐ Haptic feedback on every Pressable, ☐ Bezier(0.16,1,0.3,1) easing used, ☐ Accent glow behind primary button, ☐ No solid grey borders (rgba only), ☐ Bottom sheets replace all modals\",\"--bg-deep: #020203, --bg-base: #050506, --bg-elevated: #0a0a0c, --surface: rgba(255 255 255/0.05), --foreground: #EDEDEF, --foreground-muted: #8A8F98, --accent: #5E6AD2, --accent-glow: rgba(94 106 210/0.2), --border: rgba(255 255 255/0.08), --radius: 16px, --easing: cubic-bezier(0.16 1 0.3 1), --font: Inter\"\n72,SaaS Mobile (High-Tech Boutique),Mobile,\"saas, electric blue, gradient, fintech, spring animation, dual font, glassmorphism, boutique, premium, calistoga, inter, mono, tactile, haptic, bento\",\"Electric Blue #0052FF, Gradient End #4D7CFF\",\"Background #FAFAFA, Foreground #0F172A, Muted #F1F5F9, Card #FFFFFF, Border #E2E8F0\",\"Spring animations (mass:1 damping:15 stiffness:120); gradient buttons (0052FF→4D7CFF); scale press 0.96→1.0 with haptics; floating FAB with gentle bobbing (Reanimated); glassmorphism BlurView navigation bars; staggered fade-in entrance (Y:20→0 + opacity:0→1); pulsing status dot on section badges; layout transitions (LayoutAnimation or Reanimated entering)\",\"B2B SaaS mobile dashboards, fintech apps, developer tool mobile companions, marketing analytics apps, HR/operations apps, modern business productivity\",\"Pure consumer entertainment, children's apps, highly decorative lifestyle apps, contexts where Electric Blue feels too corporate\",✓ Full,◐ Partial,⚡ Excellent,✓ WCAG AA,✓ Mobile-First,✓ High,\"React Native 10/10, Expo 10/10, NativeWind 10/10, SwiftUI 8/10, Flutter 9/10\",2020s SaaS Mobile,Medium,\"Design a high-tech boutique SaaS mobile app. Primary canvas: #FAFAFA (warm off-white). Cards: #FFFFFF with 1pt Slate-200 border, iOS shadow (shadowOpacity:0.1, shadowRadius:10, offset y:4), Android elevation:4, padding 24px, borderRadius 16. Buttons: LinearGradient #0052FF→#4D7CFF, height 56px, borderRadius 16, scale press 0.96 + haptic. Section badges: rounded pill with rgba(0,82,255,0.05) bg and rgba(0,82,255,0.2) border + PulseDot + JetBrains Mono text. Typography: Calistoga for heroes (36–42pt), Inter for body (16–18pt), JetBrains Mono for data labels. All screen transitions: spring (mass:1 damping:15 stiffness:120). Always include SafeAreaView.\",\"borderRadius: 16 (buttons/cards), LinearGradient colors={['#0052FF','#4D7CFF']}, shadowOpacity: 0.1, shadowRadius: 10, elevation: 4, Haptics.impactAsync(ImpactFeedbackStyle.Light) on press, withSpring({mass:1, damping:15, stiffness:120}), withTiming Y:20→0 opacity:0→1 staggered entrance, LayoutAnimation.configureNext for list updates, BlurView on nav bars\",\"☐ SafeAreaView wraps all screens, ☐ All touch targets ≥ 44×44px, ☐ Spring config used for all transitions, ☐ Gradient buttons (not flat), ☐ Haptic on every Pressable, ☐ Section badges with PulseDot, ☐ Staggered entrance animation on screen mount, ☐ JetBrains Mono for data labels, ☐ Calistoga for hero headlines, ☐ Elevation/shadow on cards\",\"--bg: #FAFAFA, --fg: #0F172A, --muted: #F1F5F9, --accent: #0052FF, --accent-sec: #4D7CFF, --card: #FFFFFF, --border: #E2E8F0, --radius: 16px, --shadow: shadowOpacity 0.1 shadowRadius 10, --spring: mass 1 damping 15 stiffness 120, --font-display: Calistoga, --font-body: Inter, --font-mono: JetBrains Mono\"\n73,Terminal CLI (Mobile),Mobile,\"terminal, cli, matrix green, monospace, hacker, ascii, command line, developer, web3, crypto, sci-fi, OLED, retro-future, field operative\",\"Matrix Green #33FF00, OLED Black #050505\",\"Amber #FFB000, Muted Green #1A3D1A, Error Red #FF3333, Border Green #33FF00\",\"Blinking cursor (500ms opacity loop), typewriter text reveal hook, scanline overlay (repeating lines 0.05 opacity), ASCII art headers, instant color inversion on press (bg-green text-black), haptic on every keystroke, boot sequence splash on launch\",\"Developer tools, Web3/blockchain apps, geek-culture apps, ARG games, sci-fi/noir gaming companions, hacker/security tools, creative studio portfolios\",\"Consumer products, health apps, anything requiring approachability or warmth, children's apps, standard enterprise contexts\",✗ No,✓ OLED Dark Only,⚡ Excellent,✓ High contrast (green on black ≫4.5:1 ratio),✓ Mobile-First (OLED optimized),✗ Low,\"React Native 10/10, Expo 10/10, NativeWind 9/10\",Retro-Future 1980s–2020s,Medium,\"Design a Mobile Terminal CLI app. Background: #050505 OLED black. ALL text in Matrix Green #33FF00. Font: JetBrains Mono or SpaceMono ONLY — zero border-radius everywhere. ASCII borders using +, -, |, * characters instead of standard containers. Buttons displayed as [ EXECUTE ] or > PROCEED. On press: instantly inverts to green bg + black text + haptic. Cursor: blinking View opacity 0→1 at 500ms. Show boot sequence on launch (fake log scroll). Progress bars as [#####-----] text. Status bar footer: [BATTERY:88%] [NET:CONNECTED]. Scanline overlay: absolute View with repeating 1px horizontal lines at opacity 0.05. Typewriter effect on new data.\",\"borderRadius: 0 (ALL elements), borderWidth: 1, borderColor: '#33FF00', backgroundColor: '#050505', color: '#33FF00', fontFamily: 'SpaceMono-Regular' or JetBrains Mono, fontSize: 12 or 14 or 16 only, lineHeight: 1.2x fontSize, Haptics.impactAsync(Light) on every press, useAnimatedValue blink 500ms, hitSlop: 12px all sides for bracketed buttons\",\"☐ 0px border-radius everywhere, ☐ ASCII-style borders on cards, ☐ Boot sequence on launch, ☐ Blinking cursor component, ☐ Typewriter hook for new content, ☐ Scanline overlay (0.05 opacity), ☐ Haptic on every button press, ☐ Footer status bar component, ☐ hitSlop on all bracketed buttons (44×44dp), ☐ Reduced motion respected\",\"--bg: #050505, --fg-primary: #33FF00, --fg-amber: #FFB000, --fg-muted: #1A3D1A, --fg-error: #FF3333, --border: #33FF00, --radius: 0px, --font: SpaceMono-Regular or JetBrains Mono, --font-sizes: 12 14 16 only, --blink-duration: 500ms, --scanline-opacity: 0.05\"\n74,Kinetic Brutalism (Mobile),Mobile,\"kinetic, brutalism, motion, marquee, acid yellow, uppercase, oversized, aggressive typography, street, zine, high contrast, scroll-driven, haptic, reanimated\",\"Acid Yellow #DFE104, Rich Black #09090B\",\"Off-white #FAFAFA, Dark Gray #27272A, Zinc #A1A1AA, Border Zinc #3F3F46\",\"Infinite marquee (Reanimated, Linear easing, 5s loop, hard clip), hero parallax (scale 1.0→1.3 + fade), sticky section header push, card flood inversion on press (bg→#DFE104, text→#000000), haptic Medium on every press, scroll-triggered interpolate transforms, 0px radius, 2px borders, 100ms color transitions\",\"Immersive storytelling apps, brand flagship mobile, music/culture platforms, sports apps, underground zines, limited-edition product drops, performance dashboards\",\"Calm informational apps, healthcare, finance contexts needing trust, children's, any context where aggressive typography feels inappropriate\",✓ Dark Primary,◐ Dark only (inverted sections),⚡ Excellent (native driver required),⚠ WCAG AA (verify zinc body text on dark bg),✓ Mobile-First,✓ High energy,\"React Native 10/10, Expo 10/10, Reanimated 10/10, NativeWind 9/10\",2020s Mobile Brutalism,High,\"Design a Kinetic Brutalism mobile app. Canvas: #09090B. Primary accent: Acid Yellow #DFE104 (text: #000000). Typography: Space Grotesk BOLD. Display text: 60–120pt, uppercase, letterSpacing -1, lineHeight 0.9–1.1x. Body: 18–20pt. Labels: 12pt uppercase letterSpacing +2. Add infinite marquee rows (Reanimated, no easing, hard edge clip). Hero text parallax on scroll (Interpolate: scale 1.0→1.3, opacity 1→0). Card press: instantly flood to #DFE104 + flip text to #000. Haptic Medium on every press. 0px radius. 2px solid borders. NO shadows. No gradients. Scale all fonts by (windowWidth / 375 * size) for responsiveness.\",\"borderRadius: 0, borderWidth: 2, borderColor: '#3F3F46', backgroundColor: '#09090B', color: '#FAFAFA', fontWeight: '800 or 900', letterSpacing: -1 (large) or 2 (labels), lineHeight: 0.9–1.1 * fontSize, Reanimated withRepeat marquee timing 5000ms Easing.linear, Interpolate scroll→scale + opacity, Haptics.impactAsync(Medium), scale press: 0.95, 100ms color transitions\",\"☐ Infinite marquee rows (Reanimated, no fade edges), ☐ Hero parallax scroll (scale+opacity Interpolate), ☐ All display text uppercase, ☐ 0px border-radius, ☐ 2px borders, ☐ Acid yellow card flood on press, ☐ Haptic Medium on every interaction, ☐ Font scale helper (windowWidth/375*size), ☐ Safe area for massive headers, ☐ Reduced motion stops marquees\",\"--bg: #09090B, --fg: #FAFAFA, --muted: #27272A, --muted-fg: #A1A1AA, --accent: #DFE104, --accent-fg: #000000, --border: #3F3F46, --radius: 0px, --border-width: 2px, --shadow: none, --marquee-speed: 5000ms, --press-duration: 100ms, --font: Space Grotesk or Inter\"\n75,Flat Design Mobile (Touch-First),Mobile,\"flat, 2D, no shadow, color blocking, geometric, bold, poster, icon, touch-first, minimal, clean, tailored, cross-platform\",\"Blue #3B82F6, Emerald #10B981\",\"Background #FFFFFF, Surface #F3F4F6, Text #111827, Amber #F59E0B, Border #E5E7EB\",\"Immediate press feedback (scale 0.97, no delay), color section blocking (full-width contrasting View), zero elevation/shadow, solid icon containers (colored squares/circles), geometric low-opacity shape overlays, bottom tabs solid fill (no floating)\",\"Cross-platform apps (iOS+Android parity), information-dense dashboards, system UI, brand illustration, onboarding flows, marketing pages, icon design\",\"Ultra-premium contexts needing depth/shadow, dark-mode-first products, contexts where flat design reads as unfinished or sterile\",✓ Full,◐ Partial (Dark mode via color swap only),⚡ Excellent (no GPU effects),✓ WCAG AA (large bold type helps),✓ Mobile-First,✓ High,\"React Native 10/10, Expo 10/10, NativeWind 10/10, Flutter 9/10, SwiftUI 9/10\",2010s–2020s Flat Mobile,Low,\"Design a Flat Mobile app. NO shadows (shadowOpacity: 0, elevation: 0). Color creates all hierarchy. Sections: full-width View blocks alternating contrasting bg colors (Blue Hero → White Content → Gray Block). Buttons: solid #3B82F6, borderRadius 8, height 56. Cards: backgroundColor #FFFFFF (on gray bg) or #DBEAFE (blue tint) — no shadow. Text: fontWeight 800 letterSpacing -0.5 (heads), 600 (sub), 400 (body). Inputs: #F3F4F6 bg, focused: borderWidth 2 borderColor #3B82F6. Icons: Lucide strokeWidth 2.5 inside solid colored square/circle. Press feedback: scale 0.97 Pressable. Use position absolute low-opacity geometric shapes (circles, rotated squares) as background decoration.\",\"shadowOpacity: 0, elevation: 0, borderRadius: 6/12/999, height: 48 minimum touch targets, spacing: 4/8/16/24/32/48 system, backgroundColor (section blocking), Pressable scale: pressed ? 0.97 : 1, fontWeight: '800' heads / '600' sub / '400' body, letterSpacing: -0.5 heads / 1 labels, textTransform: 'uppercase' labels, strokeWidth={2.5} icons, borderWidth: 3/4 for featured CTAs\",\"☐ Zero elevation AND shadowOpacity on all elements, ☐ Color-blocking sections (not borders), ☐ All touch targets ≥ 48×48, ☐ No gradients on flat elements, ☐ Icons inside solid colored containers, ☐ Pressable scale feedback, ☐ Geometric shapes as bg decoration, ☐ Bold flat bottom tabs (no floating), ☐ Primary headlines much larger than body, ☐ 4pt spacing system throughout\",\"--bg: #FFFFFF, --surface: #F3F4F6, --fg: #111827, --primary: #3B82F6, --secondary: #10B981, --accent: #F59E0B, --border: #E5E7EB, --radius-sm: 6px, --radius-md: 12px, --radius-pill: 999px, --shadow: none, --elevation: 0, --touch-target: 48px, --spacing: 4 8 16 24 32 48\"\n76,Material You (MD3 Mobile),Mobile,\"material design 3, md3, tonal surfaces, pills, soft curves, android, md3 easing, state layers, haptic, fab, google\",\"Primary Violet #6750A4, Secondary Container #E8DEF8, Tertiary #7D5260\",\"Surface #FFFBFE, On Surface #1C1B1F, Surface Container #F3EDF7, Outline #79747E\",\"Tonal elevation (overlay colors instead of strong shadows), pill-shaped buttons and chips (borderRadius 999), emphasized easing Easing.bezier(0.2,0,0,1), state layers (pressed overlays 10–15% opacity), Reanimated-filled label float for inputs, HapticFeedback on FAB/toggles\",\"Android ecosystem apps, cross-platform productivity tools, MD3-based admin panels, data-heavy back-office UI with Material UI\",\"Ultra-minimal brutalist brands, terminal/hacker aesthetics, monochrome editorial apps\",✓ Full,✓ Full,⚠ Good (requires gradients and overlays),✓ WCAG AA (with MD3 token checks),✓ Mobile-First,✓ High,\"React Native 9/10, Expo 10/10, React Native Paper 9/10\",\"Material Design 3\",Medium,\"Design a Material You (MD3) mobile app. Use #FFFBFE background, #6750A4 primary, #E8DEF8 secondary container, #F3EDF7 surface container. All interactive elements are pill-shaped (borderRadius: 999). Buttons use Pressable with scale: 0.95 on press and state-layer overlays (black 10% or primary 12%). Inputs use filled M3 style: background #E7E0EC with floating label animation on focus. Elevation is tonal (layering containers) plus light shadow/elevation on Android. Animations use emphasized easing (0.2,0,0,1) at 100–400ms. FABs are tertiary-colored rounded squares/circles with level 3 elevation.\",\"borderRadius: 999 (buttons/chips), containerRadius: 16–28, backgroundColor: '#FFFBFE', colorPrimary: '#6750A4', colorSecondaryContainer: '#E8DEF8', colorSurfaceContainer: '#F3EDF7', outlineColor: '#79747E', Pressable state-layer overlay (opacity 0.1–0.15), Easing.bezier(0.2,0,0,1), HapticFeedback.impactMedium on FAB, floating label using Reanimated translateY/scale\",\"☐ MD3 color tokens applied (background/surface/container), ☐ All CTAs are pill-shaped, ☐ State-layer overlays instead of opacity 0.5 hacks, ☐ Emphasized easing used for all animations, ☐ Floating label inputs implemented, ☐ FAB uses tertiary color with correct elevation, ☐ Safe areas respected for organic shapes, ☐ No pure white background, ☐ No harsh box-shadows (ambient only)\",\"--md3-bg: #FFFBFE, --md3-on-surface: #1C1B1F, --md3-primary: #6750A4, --md3-on-primary: #FFFFFF, --md3-secondary-container: #E8DEF8, --md3-on-secondary-container: #1D192B, --md3-tertiary: #7D5260, --md3-surface-container: #F3EDF7, --md3-outline: #79747E, --radius-pill: 999px, --easing-emphasized: cubic-bezier(0.2,0,0,1)\"\n77,Neo Brutalism (Mobile),Mobile,\"neo brutalism, pop art, stickers, thick borders, cream background, hot red, vivid yellow, soft violet, hard offset shadow, mechanical press, collage\",\"Cream #FFFDF5, Hot Red #FF6B6B, Vivid Yellow #FFD93D\",\"Soft Violet #C4B5FD, Pure Black #000000, White #FFFFFF\",\"Thick 4px black borders on all major elements, hard offset shadows (4–8px, no blur), mechanical press: translateX/Y equal to shadow offset, slightly rotated cards/badges (-2deg/2deg), high-saturation color blocking, spring/linear animations only\",\"Creative tools, collab platforms, Gen Z marketing & e-commerce, portfolio sites, sticker-book style content apps\",\"Serious enterprise apps, conservative industries, sober fintech, accessibility-first contexts (must tune contrast)\",✓ Light-first,✗ Dark,⚠ Moderate (shadows + transforms),⚠ Requires careful contrast tuning,✓ Mobile-First,✓ High,\"React Native 10/10, Expo 10/10, NativeWind 9/10\",2020s Neo-Brutalism,High,\"Design a Mobile Neo-Brutalist app. Background: Cream #FFFDF5. All content blocks: white or violet with borderWidth 4 borderColor #000. Shadows are solid offset blocks (no blur) using an extra View behind offset by 4px or 8px. Typography: Space Grotesk Bold/Black only (700–900). Buttons: 56px tall, 4px border, 0 radius; press animation translates button to cover the shadow. Cards slightly rotated (-1deg, 2deg). Colors: Hot Red #FF6B6B for primary, Yellow #FFD93D for focus/badges, Soft Violet #C4B5FD as tertiary. Animation: spring/linear only, no ease-out luxury motion.\",\"borderWidth: 4 (primary), 2 (secondary), borderRadius: 0 or 999 (badges only), backgroundColor: '#FFFDF5', shadow implemented as offset View, transform: [{translateX:4},{translateY:4}] on PressIn, fontFamily: 'SpaceGrotesk-Bold', fontWeight: '700/900', transform: [{ rotate: '-1deg' }] on cards, padding: 20,\"☐ 4px borders on major elements, ☐ Hard offset shadow implemented via extra View, ☐ Mechanical press hides shadow, ☐ Cream canvas background, ☐ Pop-art color palette used, ☐ Cards/badges slightly rotated, ☐ No gradients or soft shadows, ☐ Only bold/black type weights, ☐ Badges slapped with absolute positioning, ☐ Anti-patterns (no subtle gray, no blur) avoided\",\"--bg: #FFFDF5, --ink: #000000, --accent-primary: #FF6B6B, --accent-secondary: #FFD93D, --accent-muted: #C4B5FD, --white: #FFFFFF, --border-primary: 4px solid #000000, --shadow-offset-small: 4px, --shadow-offset-medium: 8px, --radius: 0px, --radius-pill: 999px, --font: Space Grotesk\"\n78,Bold Typography (Mobile Poster),Mobile,\"bold typography, editorial, poster, broadsheet, vermillion, negative space, edge-to-edge type, underline CTA, near-black, warm white\",\"Near Black #0A0A0A, Warm White #FAFAFA\",\"Muted #1A1A1A, Secondary Text #737373, Accent Vermillion #FF3D00, Border #262626\",\"Hero headlines 48–72px (5:1 vs body size), tight tracking (-1.5px), edge-to-edge type, massive vertical spacing (60px+), underline CTAs (2–3px accent line), instant 200ms transitions (no bounce), strictly 0px radius containers, color shifts for active state instead of elevation\",\"Creative brand heroes, reading-focused apps, event/exhibition pages, editorial mobile experiences, landing hero sections\",\"Utility dashboards, kids apps, playful consumer products, contexts needing many icons or heavy imagery\",✓ Dark Mode Primary,◐ Light sections optional,⚡ Excellent,✓ Contrast 18:1 achievable,✓ Mobile-First,✓ High,\"React Native 10/10, Expo 10/10\",Editorial 2020s,Medium,\"Design a Bold Typography mobile screen. Background #0A0A0A, text #FAFAFA, accent #FF3D00. Use Inter Tight/Inter 600+ for all type; JetBrains Mono for labels. Headline: 56–72px, tracking -1.5, lineHeight 1.1, full-bleed width with slight bleed off-screen. Body: 16–18px, leading 1.6. Buttons: underline CTA (accent text + 2px underline block), or inverted box with 0 radius. No shadows, no rounded corners. Layout: single column, paddingHorizontal 24, vertical gaps 64 between sections. Animation: 200ms, Easing.bezier(0.25,0,0,1), slight slide-up 10px + fade on mount.\",\"backgroundColor: '#0A0A0A', color: '#FAFAFA', accent: '#FF3D00', borderColor: '#262626', borderRadius: 0, paddingHorizontal: 24, headline style: fontSize:56–72, fontWeight:'700/800', letterSpacing:-1.5, lineHeight:1.1*fontSize, body: fontSize:16–18, lineHeight:1.6*fontSize, underline CTA: 2–3px height View under text, transition: 200ms cubic-bezier(0.25,0,0,1)\",\"☐ H1 at least 4–5× body size, ☐ All containers 0 radius, ☐ Underline CTA pattern used, ☐ Large vertical gaps between sections, ☐ No shadows or soft corners, ☐ Accent used only for interaction, ☐ Text bleeds to/over screen edges, ☐ Animation timings 200ms, ☐ Accessible contrast ≥ 18:1, ☐ Body text never below 16px\",\"--bg: #0A0A0A, --fg: #FAFAFA, --muted: #1A1A1A, --muted-fg: #737373, --accent: #FF3D00, --accent-fg: #0A0A0A, --border: #262626, --font-primary: Inter Tight, --font-display: Playfair Display Italic, --font-mono: JetBrains Mono\"\n79,Academia (Scholarly Mobile),Mobile,\"academia, library, mahogany, parchment, brass, crimson, serif, drop cap, arch-top, vignette, leather, scholarly, tactile\",\"Mahogany #1C1714, Oak #251E19\",\"Parchment #E8DFD4, Worn Leather #3D332B, Faded Ink #9C8B7A, Brass #C9A962, Library Crimson #8B2635\",\"Deep mahogany backgrounds, oak surface cards, brass accented CTAs, arch-top hero/imagery, heavy vignette overlays, sepia-tinted images, drop caps with brass Cinzel, Roman numeral volume headings, slow timing-based animations (Easing.out poly(4)), zero neon or modern tech cues\",\"Knowledge management apps, deep reading tools, ritual-heavy personal brands, lore-heavy RPG/roleplay apps, culture-specific community platforms\",\"Hyper-modern tech dashboards, neon/glassmorphism, playful Gen Z branding\",✓ Dark Rich,◐ Light parchment sections,⚠ Moderate (vignette + shadows),✓ Legible (serif optimized),◐ Mobile-First,◐ Medium,\"React Native 9/10, Expo 10/10\",Timeless Scholarly,High,\"Design a Scholarly Academia mobile app. Background #1C1714 (mahogany), alt surfaces #251E19 (oak), text #E8DFD4 (parchment). Accent brass #C9A962 for CTAs + borders; crimson #8B2635 for wax seals. Typography: Cormorant Garamond (headings), Crimson Pro (body), Cinzel (labels/overlines). Use arch-top hero containers (borderTopRadius 100). Cards: oak bg, 1px wood-grain border. Inputs: worn-leather background, brass focus border. Global vignette overlay and ornate brass dividers (Unicode glyph + gradient line). Animations: no spring, only Timing with Easing.out(Easing.poly(4)).\",\"backgroundColor: '#1C1714', altSurface: '#251E19', textColor: '#E8DFD4', mutedBg: '#3D332B', borderColor: '#4A3F35', brass: '#C9A962', crimson: '#8B2635', borderRadius: 4 (default), archTopRadius: 100 for hero, shadowOpacity:0.4 shadowRadius:6 elevation:8 for cards, textShadow on headings, vignette overlay via LinearGradient\",\"☐ Mahogany/oak/parchment palette applied, ☐ Brass used on all tappable items, ☐ Arch-top imagery used in hero/cards, ☐ Drop caps & Roman numerals used, ☐ Vignette overlay present, ☐ No sans-serif body fonts, ☐ No neon/bright modern colors, ☐ Animations use non-spring timing, ☐ Inputs use worn-leather style, ☐ Wax seal badges implemented\",\"--bg: #1C1714, --bg-alt: #251E19, --fg: #E8DFD4, --muted: #3D332B, --muted-fg: #9C8B7A, --border: #4A3F35, --accent-brass: #C9A962, --accent-crimson: #8B2635, --radius: 4px, --arch-radius: 100px, --shadow-card: 0 4px 6px rgba(0,0,0,0.4), --font-heading: Cormorant Garamond, --font-body: Crimson Pro, --font-label: Cinzel\"\n80,Cyberpunk Mobile HUD,Mobile,\"cyberpunk, neon, glitch, chamfered, orbitron, jetbrains, scanlines, crt, hud, matrix, military, decker\",\"Void #0A0A0F, Card #12121A\",\"Neon Green #00FF88, Neon Magenta #FF00FF, Cyber Cyan #00D4FF, Neutral Text #E0E0E0, Alert Red #FF3366, Border #2A2A3A\",\"Deep void background with neon radiance, chamfered 45° corners via SVG/Skia, scanline overlay, CRT flicker opacity oscillation, glitch animations (translateX ±2), neon pulses around buttons, HUD corner brackets, terminal prompt text inputs, heavy use of blurView holographic panels\",\"Gaming dashboards, crypto/cyberpunk apps, sci-fi companion tools, hacker OS skins, data-heavy monitoring HUDs\",\"Serious enterprise, health/finance requiring calm trust, minimal editorial apps\",✗ Light,✓ Dark-only,⚠ Moderate–Heavy (Skia/blur/animations),⚠ Requires careful reduced-motion handling,✓ Mobile-First HUD,✓ High,\"React Native 10/10, Skia 9/10, Expo 10/10\",Cyber-Noir,High,\"Design a Cyberpunk mobile HUD. Background #0A0A0F, card #12121A. Accents: #00FF88 (primary), #FF00FF, #00D4FF. Typography: Orbitron for headings, JetBrains Mono for data. All shapes use chamfered corners via SVG or Skia clipPath. Buttons: neon glow shadows, scale 0.98 + haptic on press, optional glitch jitter on active. Global scanline overlay (semi-transparent horizontal lines) and CRT flicker (root opacity 0.98–1). Inputs: prompt style with '>' in accent, custom blinking block cursor. HUD cards use corner brackets and subtle gradients.\",\"backgroundColor: '#0A0A0F', cardBg: '#12121A', accent: '#00FF88', accent2: '#FF00FF', accent3: '#00D4FF', borderColor: '#2A2A3A', destructive: '#FF3366', borderRadius: 0, chamfer via SVG path, shadowColor accent with animated radius, scanline overlay View pointerEvents='none', withRepeat glitch translateX [-2,2,0], Easing.steps(2)\",\"☐ Chamfered corners used instead of radius, ☐ Scanline & CRT flicker implemented, ☐ Orbitron + JetBrains Mono typography, ☐ Neon glow shadows on primary buttons, ☐ Glitch animation on active states, ☐ Prompt-style inputs with custom cursor, ☐ HUD corner brackets implemented, ☐ Safe-area system status bar styled, ☐ Reduced motion disables glitch/flicker, ☐ Icons configured with Lucide accent color\",\"--bg: #0A0A0F, --card: #12121A, --fg: #E0E0E0, --muted: #1C1C2E, --accent: #00FF88, --accent2: #FF00FF, --accent3: #00D4FF, --border: #2A2A3A, --destructive: #FF3366, --radius: 0px, --font-heading: Orbitron, --font-body: JetBrains Mono\"\n81,Bitcoin DeFi (Mobile),Mobile,\"web3, bitcoin, defi, digital gold, fintech, wallet, orange, glassmorphism, gradient, blur, holographic, trust, precision\",\"Bitcoin Orange #F7931A, Burnt Orange #EA580C, Digital Gold #FFD600\",\"Void #030304, Dark Matter #0F1115, Pure Light #FFFFFF, Stardust #94A3B8, Border Dim rgba(30,41,59,0.2)\",\"Deep void + dark matter surfaces, Bitcoin orange/gold gradients for CTAs, pill buttons with glowing shadows, glassmorphic BlurView nav, monospace data rows, gradient text balances + masked orange-gold, pulsing status indicators and vertical ledger timelines, ultra-thin borders, high-precision typography\",\"DeFi dashboards, wallets, NFT marketplaces, Web3 social, metaverse utilities, high-tech fintech brands\",\"Playful casual apps, low-tech brands, ultra-minimal editorial apps\",✗ Light,✓ Dark-only,⚠ Moderate (gradients+blur),✓ WCAG AA with care,✓ Mobile-First,✓ High,\"React Native 10/10, Expo 10/10, Reanimated 10/10\",Fintech/Web3,High,\"Design a Bitcoin DeFi mobile app. Background #030304, cards #0F1115, text #FFFFFF, muted #94A3B8. Primary CTA: LinearGradient #EA580C→#F7931A with orange glow shadow. Typography: Space Grotesk Bold for headings, Inter for body, JetBrains Mono for prices/hashes. Use BlurView (intensity 20) for nav bars and floating panels. Cards as 'blocks' with hairline borders and light orange glow on active. Use grid background (low-opacity 50px grid). Gradient text for key balances via MaskedView and LinearGradient orange→gold. Status indicators pulse using Reanimated. Ledger timelines drawn as vertical gradient line with pulsing dots.\",\"backgroundColor: '#030304', cardBg: '#0F1115', textColor: '#FFFFFF', mutedText: '#94A3B8', borderColor: 'rgba(30,41,59,0.2)', accentBitcoin: '#F7931A', accentBurnt: '#EA580C', accentGold: '#FFD600', borderRadius: 24 for cards, radiusPill: 999 for buttons, BlurView intensity 20, LinearGradient on CTAs, shadowColor '#F7931A' shadowRadius up to 10, JetBrains Mono for numeric text\",\"☐ Void/dark-matter palette applied, ☐ Bitcoin orange/gold gradient buttons, ☐ BlurView nav implemented, ☐ Monospace for numeric data, ☐ Hairline borders on blocks, ☐ Gradient text on balances, ☐ Pulsing network status indicators, ☐ Ledger vertical timeline, ☐ Haptics on money actions, ☐ SafeArea + FlashList for heavy lists\",\"--bg-void: #030304, --bg-surface: #0F1115, --fg: #FFFFFF, --fg-muted: #94A3B8, --border-dim: rgba(30,41,59,0.2), --accent-bitcoin: #F7931A, --accent-burnt: #EA580C, --accent-gold: #FFD600, --radius-card: 24px, --radius-pill: 999px, --blur-intensity: 20, --font-heading: Space Grotesk, --font-body: Inter, --font-mono: JetBrains Mono\"\n82,Claymorphism (Mobile),Mobile,\"claymorphism, clay, 3d, soft, bubbly, candy, playful, rounded, squish, tactile, inflate, silicone, haptic, spring\",\"Vivid Violet #7C3AED, Hot Pink #DB2777\",\"Canvas #F4F1FA, Soft Charcoal #332F3A, Emerald #10B981, Amber #F59E0B, Lavender-Gray #635F69\",\"Multi-layer shadow stacks (nested View) to simulate clay depth, LinearGradient #A78BFA→#7C3AED buttons, borderRadius 40–50 outer / 32 cards / 20 buttons, Reanimated spring squish (scale 0.92 on press), BlurView glass-clay hybrid cards, floating blobs with slow ±20px drift, Haptics Light on every press\",\"Children education apps, teen social products, crypto gamification, creative tools, brand mascot-led apps\",\"Serious enterprise, high-density data, editorial reading apps, fintech trust signals\",✓ Light,⚠ Dark (adjusted),⚠ Moderate–Heavy (shadows+blur),✓ WCAG AA (careful),✓ Mobile-First (thumb zone),✓ High,\"React Native 10/10, Reanimated 10/10, Expo 10/10\",Consumer/Education,High,\"Design a high-fidelity Claymorphism mobile app. Background #F4F1FA (cool lavender-white, never pure white). Primary CTA: LinearGradient #A78BFA to #7C3AED, borderRadius 20, height 56. Cards: borderRadius 32, backgroundColor rgba(255,255,255,0.7) with BlurView. Multi-layer shadow: outer offset(12,12) rgba(160,150,180,0.2) + highlight offset(-8,-8) white. Typography: Nunito Black 900 for headings (48px hero, 32px section, 22px card), DM Sans Medium 500 for body 16px. Spring animations: scale 0.92 on press, spring back damping 10. Background blobs drift ±20px over 8–10s. Bento 2-column grid with hero card spanning full width. Haptics.impactAsync Light on every button press.\",\"backgroundColor: '#F4F1FA', cardBg: 'rgba(255,255,255,0.7)', textPrimary: '#332F3A', textMuted: '#635F69', accentPrimary: '#7C3AED', accentSecondary: '#DB2777', success: '#10B981', warning: '#F59E0B', radiusOuter: 50, radiusCard: 32, radiusButton: 20, shadowStack: 'nested View', gradientButton: ['#A78BFA', '#7C3AED'], springDamping: 10\",\"☐ Background uses #F4F1FA (no pure white), ☐ Multi-layer clay shadow stack applied, ☐ Cards use blurred glass-clay hybrid, ☐ Buttons squish to scale 0.92 on press, ☐ Spring physics on all interactions, ☐ Nunito Black for headings, ☐ Background blobs drifting, ☐ Haptics on every press, ☐ Nested border radius (card 32, inner 24), ☐ Bento layout with hero span\",\"--bg: #F4F1FA, --card-bg: rgba(255,255,255,0.7), --text: #332F3A, --muted: #635F69, --accent: #7C3AED, --accent2: #DB2777, --success: #10B981, --warning: #F59E0B, --radius-outer: 50px, --radius-card: 32px, --radius-button: 20px, --font-heading: Nunito Black, --font-body: DM Sans\"\n83,Enterprise SaaS (Mobile),Mobile,\"enterprise, saas, b2b, professional, indigo, violet, gradient, polished, trustworthy, clean, approachable, spring, haptic\",\"Indigo #4F46E5, Violet #7C3AED\",\"Slate 50 #F8FAFC, White #FFFFFF, Slate 900 #0F172A, Slate 500 #64748B, Emerald #10B981, Slate 200 #E2E8F0\",\"Indigo→Violet gradient primary CTAs + active tab highlights, colored card shadows rgba(79,70,229,0.08), pill buttons or 12pt radius, full-width CTA at screen bottom, spring press scale 0.97, floating label inputs with animated focus border, skeletal loading pulses (Indigo/Slate tint), Bottom Sheets with drag dismiss, swipe-to-action list cards, scroll-linked title collapse\",\"B2B backend management, productivity tools, government and finance mobile apps, SaaS companion apps, enterprise dashboards\",\"Pure consumer entertainment, Gen-Z youth apps, gaming UI, ultra-minimal editorial\",✓ Light,✓ Dark-ready (token inversion),✓ Performant,✓ WCAG AA,✓ Mobile-First (Safe Area strict),✓ High,\"React Native 10/10, Reanimated 10/10, NativeWind 9/10\",Enterprise/SaaS,High,\"Design a Modern Enterprise SaaS mobile app. Background #F8FAFC, surfaces #FFFFFF, primary #4F46E5 (Indigo), secondary #7C3AED (Violet). Typography: Plus Jakarta Sans, ExtraBold 800 for screen titles, Bold 700 for section headers, SemiBold 600 for buttons, Regular 400 for body. Line height 1.1–1.2 for titles, 1.4–1.5 for body. Primary button: full-width, LinearGradient Indigo→Violet, pill-shaped or radius 12, scale 0.95 on press with medium haptic. Cards: white bg, 16pt radius, hairline border, shadow rgba(79,70,229,0.08). Inputs: white bg, 8pt radius, floating label, Indigo border on focus. Bottom Tab Navigation (3–5 items), gradient active tab icon. Screen padding 16–20pt. Vertical rhythm 24pt between sections, 12pt between items. Shared Element Transition for hero cards opening to detail.\",\"backgroundColor: '#F8FAFC', surfaceBg: '#FFFFFF', textPrimary: '#0F172A', textMuted: '#64748B', primary: '#4F46E5', secondary: '#7C3AED', success: '#10B981', border: '#E2E8F0', radiusCard: 16, radiusButton: 999, radiusInput: 8, shadowCard: 'rgba(79,70,229,0.08)', gradientPrimary: ['#4F46E5', '#7C3AED'], screenPadding: 20\",\"☐ Background #F8FAFC applied, ☐ Indigo→Violet gradient on primary CTA, ☐ Colored card shadows (not gray), ☐ Plus Jakarta Sans typography, ☐ Floating label inputs with Indigo focus, ☐ Scale 0.97 press with haptic Medium, ☐ Bottom Tab Navigation implemented, ☐ Safe Area strict compliance, ☐ Skeletal loading placeholders, ☐ Reduced Motion fallback\",\"--bg: #F8FAFC, --surface: #FFFFFF, --text: #0F172A, --muted: #64748B, --primary: #4F46E5, --secondary: #7C3AED, --success: #10B981, --border: #E2E8F0, --radius-card: 16px, --radius-pill: 999px, --radius-input: 8px, --shadow-card: rgba(79,70,229,0.08), --font: Plus Jakarta Sans\"\n84,Sketch Hand-Drawn (Mobile),Mobile,\"sketch, hand-drawn, handwriting, wobbly, imperfect, paper, kalam, organic, collage, post-it, tape, offset shadow, scribble\",\"Red Marker #FF4D4D, Pencil Black #2D2D2D\",\"Warm Paper #FDFBF7, Old Paper #E5E0D8, Blue Ballpoint #2D5DA1, Post-it Yellow #FFF9C4\",\"Wobbly borderRadius (unique per corner: 15/25/20/10), borderWidth 2–3 solid/dashed, hard offset shadow via rear View (4px,4px) #2D2D2D, Kalam Bold headings, PatrickHand Regular body, slight rotation (-1deg/1deg) on cards, absolute SVG scribble overlays (arrows/tape/tacks), jiggle -2deg↔2deg on error, LayoutAnimation spring on layout changes, Haptics on press, paper texture repeating background\",\"Low-fidelity prototyping, creative brands, children/picturebook apps, education tools, journaling apps, gamified puzzles\",\"Enterprise dashboards, high-density data tables, fintech precision tools, medical or legal apps\",✓ Light,⚠ Dark (requires texture inversion),✓ Lightweight,⚠ Moderate (small/muted text risk),✓ Mobile-First (wobbly touch targets 48x48),✗ Low-Conversion,\"React Native 10/10, Reanimated 9/10, Expo 9/10\",Creative/Education,Medium,\"Design a Hand-Drawn (Sketch) mobile app. Background #FDFBF7 (warm paper texture). Typography: Kalam Bold for headings (high weight, felt-tip style), PatrickHand Regular for body (human but legible). Colors: Pencil Black #2D2D2D for all text and borders, Red Marker #FF4D4D for accents, Blue Ballpoint #2D5DA1for input focus. Cards: white background, wobbly corner radii (e.g., 15/25/20/10), borderWidth 3, rotate -1deg or +1deg. Hard offset shadow implemented as a second View behind the card offset 4px right and 4px down. Buttons: Post-it yellow #FFF9C4 for primary CTA, press state shifts the button (translateX 4, translateY 4) to cover the shadow. Inputs: PatrickHand font, wobbly border, focus changes to Blue Ballpoint. Add absolute SVG tape and tack decorations. Error: jiggle animation -2deg to +2deg. All touch targets minimum 48x48.\",\"backgroundColor: '#FDFBF7', cardBg: '#FFFFFF', textPrimary: '#2D2D2D', accentRed: '#FF4D4D', accentBlue: '#2D5DA1', accentYellow: '#FFF9C4', border: '#2D2D2D', shadowView: 'offset 4px 4px #2D2D2D', wobblyRadius: [15,25,20,10], fontHeading: 'Kalam-Bold', fontBody: 'PatrickHand-Regular'\",\"☐ Warm paper background texture applied, ☐ Kalam Bold headings, ☐ Wobbly corner radii on all cards, ☐ Hard offset shadow View (not blur), ☐ Cards slightly rotated, ☐ Button press shifts to cover shadow, ☐ SVG tape/tack decorations, ☐ PatrickHand for inputs, ☐ Jiggle error animation, ☐ Minimum 48x48 touch targets\",\"--bg: #FDFBF7, --text: #2D2D2D, --accent-red: #FF4D4D, --accent-blue: #2D5DA1, --postit: #FFF9C4, --border-width: 3px, --shadow-offset: 4px 4px, --font-heading: Kalam Bold, --font-body: Patrick Hand, --rotation-card: -1deg to 1deg\"\n85,Neumorphism (Mobile),Mobile,\"neumorphism, soft ui, dual shadow, extruded, inset, clay surface, monochromatic, cool grey, haptic, ceramic, physical, depth\",\"Accent Violet #6C63FF, Clay Base #E0E5EC\",\"Text Dark #3D4852, Text Muted #6B7280, Shadow Light rgba(255,255,255,0.6), Shadow Dark rgba(163,177,198,0.7), Inset Background #D1D9E6\",\"Full-screen #E0E5EC base, dual-layer shadow via nested View (light top-left + dark bottom-right), extruded convex resting state, inset concave pressed/input state, Reanimated scale 0.97 on press, shadow opacity interpolates 1→0.4 on press, Haptics Light on every interaction, 8pt grid, no blur shadows (no shadowRadius blend), nested depth (extruded card contains inset icon slot)\",\"Minimal hardware controls, smart home apps, aesthetic utility tools, health monitors, brand showcase pages\",\"High-density data, bright multi-color apps, apps needing strong visual hierarchy via color, dark-mode-only products\",✓ Light-only,✗ Dark (breaks material metaphor),✓ Lightweight,⚠ Moderate (low-contrast risk),✓ Mobile-First,✗ Low-Conversion,\"React Native 10/10, react-native-shadow-2 9/10, Reanimated 9/10\",Tools/Lifestyle,Medium,\"Design a Neumorphism (Soft UI) mobile app. Entire background is a single color #E0E5EC (Cool Clay). No other background colors. Dual shadows: outer dark shadowColor rgba(163,177,198,0.7) offset(6,6) radius 10 + outer light #FFFFFF offset(-6,-6) radius 10 using nested View or react-native-shadow-2. Extruded (convex) for resting buttons and cards. Inset (concave) for inputs and pressed states. Buttons: height 56, borderRadius 16, scale 0.97 on press with shadow opacity→0.4, Haptics.impactAsync Light. Cards: padding 24, borderRadius 32, nested inner icon container uses inset style. Inputs: height 50, borderRadius 16, backgroundColor #E0E5EC (NOT white), inset depth effect, focus borderColor #6C63FF width 1.5. Typography: Plus Jakarta Sans Bold or System. Heading 24–32pt, body 16pt, caption 12pt, letterSpacing -0.5 for headings. Animation: 250ms Bezier(0.4,0,0.2,1). No black shadows, no pure white backgrounds.\",\"backgroundColor: '#E0E5EC', textPrimary: '#3D4852', textMuted: '#6B7280', accent: '#6C63FF', shadowLight: 'rgba(255,255,255,0.6)', shadowDark: 'rgba(163,177,198,0.7)', insetBg: '#D1D9E6', radiusCard: 32, radiusButton: 16, radiusPill: 999, shadowOffset: 6, shadowRadius: 10\",\"☐ Single #E0E5EC base applied across all screens, ☐ Dual shadow (light+dark) implemented via nested View, ☐ Extruded resting state on cards/buttons, ☐ Inset concave state on inputs, ☐ Scale 0.97 press + shadow opacity interpolation, ☐ Haptics Light on all presses, ☐ No black shadows or white backgrounds, ☐ Nested depth pattern (extruded→inset), ☐ Accent #6C63FF on active/focus only, ☐ 8pt grid spacing\",\"--bg: #E0E5EC, --text: #3D4852, --muted: #6B7280, --accent: #6C63FF, --shadow-light: rgba(255,255,255,0.6), --shadow-dark: rgba(163,177,198,0.7), --inset-bg: #D1D9E6, --radius-card: 32px, --radius-button: 16px, --font: Plus Jakarta Sans or System\"\n",
88
+ "kind": "raw"
89
+ },
90
+ {
91
+ "path": "data/typography.csv",
92
+ "content": "No,Font Pairing Name,Category,Heading Font,Body Font,Mood/Style Keywords,Best For,Google Fonts URL,CSS Import,Tailwind Config,Notes\n1,Classic Elegant,\"Serif + Sans\",Playfair Display,Inter,\"elegant, luxury, sophisticated, timeless, premium, editorial\",\"Luxury brands, fashion, spa, beauty, editorial, magazines, high-end e-commerce\",\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap\",\"@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');\",\"fontFamily: { serif: ['Playfair Display', 'serif'], sans: ['Inter', 'sans-serif'] }\",\"High contrast between elegant heading and clean body. Perfect for luxury/premium.\"\n2,Modern Professional,\"Sans + Sans\",Poppins,Open Sans,\"modern, professional, clean, corporate, friendly, approachable\",\"SaaS, corporate sites, business apps, startups, professional services\",\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap\",\"@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');\",\"fontFamily: { heading: ['Poppins', 'sans-serif'], body: ['Open Sans', 'sans-serif'] }\",\"Geometric Poppins for headings, humanist Open Sans for readability.\"\n3,Tech Startup,\"Sans + Sans\",Space Grotesk,DM Sans,\"tech, startup, modern, innovative, bold, futuristic\",\"Tech companies, startups, SaaS, developer tools, AI products\",\"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Space+Grotesk:wght@400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');\",\"fontFamily: { heading: ['Space Grotesk', 'sans-serif'], body: ['DM Sans', 'sans-serif'] }\",\"Space Grotesk has unique character, DM Sans is highly readable.\"\n4,Editorial Classic,\"Serif + Serif\",Cormorant Garamond,Libre Baskerville,\"editorial, classic, literary, traditional, refined, bookish\",\"Publishing, blogs, news sites, literary magazines, book covers\",\"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&display=swap');\",\"fontFamily: { heading: ['Cormorant Garamond', 'serif'], body: ['Libre Baskerville', 'serif'] }\",\"All-serif pairing for traditional editorial feel.\"\n5,Minimal Swiss,\"Sans + Sans\",Inter,Inter,\"minimal, clean, swiss, functional, neutral, professional\",\"Dashboards, admin panels, documentation, enterprise apps, design systems\",\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');\",\"fontFamily: { sans: ['Inter', 'sans-serif'] }\",\"Single font family with weight variations. Ultimate simplicity.\"\n6,Playful Creative,\"Display + Sans\",Fredoka,Nunito,\"playful, friendly, fun, creative, warm, approachable\",\"Children's apps, educational, gaming, creative tools, entertainment\",\"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@300;400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@300;400;500;600;700&display=swap');\",\"fontFamily: { heading: ['Fredoka', 'sans-serif'], body: ['Nunito', 'sans-serif'] }\",\"Rounded, friendly fonts perfect for playful UIs.\"\n7,Bold Statement,\"Display + Sans\",Bebas Neue,Source Sans 3,\"bold, impactful, strong, dramatic, modern, headlines\",\"Marketing sites, portfolios, agencies, event pages, sports\",\"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:wght@300;400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');\",\"fontFamily: { display: ['Bebas Neue', 'sans-serif'], body: ['Source Sans 3', 'sans-serif'] }\",\"Bebas Neue for large headlines only. All-caps display font.\"\n8,Wellness Calm,\"Serif + Sans\",Lora,Raleway,\"calm, wellness, health, relaxing, natural, organic\",\"Health apps, wellness, spa, meditation, yoga, organic brands\",\"https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Raleway:wght@300;400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Raleway:wght@300;400;500;600;700&display=swap');\",\"fontFamily: { serif: ['Lora', 'serif'], sans: ['Raleway', 'sans-serif'] }\",\"Lora's organic curves with Raleway's elegant simplicity.\"\n9,Developer Mono,\"Mono + Sans\",JetBrains Mono,IBM Plex Sans,\"code, developer, technical, precise, functional, hacker\",\"Developer tools, documentation, code editors, tech blogs, CLI apps\",\"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\",\"@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');\",\"fontFamily: { mono: ['JetBrains Mono', 'monospace'], sans: ['IBM Plex Sans', 'sans-serif'] }\",\"JetBrains for code, IBM Plex for UI. Developer-focused.\"\n10,Retro Vintage,\"Display + Serif\",Abril Fatface,Merriweather,\"retro, vintage, nostalgic, dramatic, decorative, bold\",\"Vintage brands, breweries, restaurants, creative portfolios, posters\",\"https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Merriweather:wght@300;400;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Merriweather:wght@300;400;700&display=swap');\",\"fontFamily: { display: ['Abril Fatface', 'serif'], body: ['Merriweather', 'serif'] }\",\"Abril Fatface for hero headlines only. High-impact vintage feel.\"\n11,Geometric Modern,\"Sans + Sans\",Outfit,Work Sans,\"geometric, modern, clean, balanced, contemporary, versatile\",\"General purpose, portfolios, agencies, modern brands, landing pages\",\"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Work+Sans:wght@300;400;500;600;700&display=swap\",\"@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');\",\"fontFamily: { heading: ['Outfit', 'sans-serif'], body: ['Work Sans', 'sans-serif'] }\",\"Both geometric but Outfit more distinctive for headings.\"\n12,Luxury Serif,\"Serif + Sans\",Cormorant,Montserrat,\"luxury, high-end, fashion, elegant, refined, premium\",\"Fashion brands, luxury e-commerce, jewelry, high-end services\",\"https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');\",\"fontFamily: { serif: ['Cormorant', 'serif'], sans: ['Montserrat', 'sans-serif'] }\",\"Cormorant's elegance with Montserrat's geometric precision.\"\n13,Friendly SaaS,\"Sans + Sans\",Plus Jakarta Sans,Plus Jakarta Sans,\"friendly, modern, saas, clean, approachable, professional\",\"SaaS products, web apps, dashboards, B2B, productivity tools\",\"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');\",\"fontFamily: { sans: ['Plus Jakarta Sans', 'sans-serif'] }\",\"Single versatile font. Modern alternative to Inter.\"\n14,News Editorial,\"Serif + Sans\",Newsreader,Roboto,\"news, editorial, journalism, trustworthy, readable, informative\",\"News sites, blogs, magazines, journalism, content-heavy sites\",\"https://fonts.googleapis.com/css2?family=Newsreader:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');\",\"fontFamily: { serif: ['Newsreader', 'serif'], sans: ['Roboto', 'sans-serif'] }\",\"Newsreader designed for long-form reading. Roboto for UI.\"\n15,Handwritten Charm,\"Script + Sans\",Caveat,Quicksand,\"handwritten, personal, friendly, casual, warm, charming\",\"Personal blogs, invitations, creative portfolios, lifestyle brands\",\"https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');\",\"fontFamily: { script: ['Caveat', 'cursive'], sans: ['Quicksand', 'sans-serif'] }\",\"Use Caveat sparingly for accents. Quicksand for body.\"\n16,Corporate Trust,\"Sans + Sans\",Lexend,Source Sans 3,\"corporate, trustworthy, accessible, readable, professional, clean\",\"Enterprise, government, healthcare, finance, accessibility-focused\",\"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\",\"@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');\",\"fontFamily: { heading: ['Lexend', 'sans-serif'], body: ['Source Sans 3', 'sans-serif'] }\",\"Lexend designed for readability. Excellent accessibility.\"\n17,Brutalist Raw,\"Mono + Mono\",Space Mono,Space Mono,\"brutalist, raw, technical, monospace, minimal, stark\",\"Brutalist designs, developer portfolios, experimental, tech art\",\"https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap');\",\"fontFamily: { mono: ['Space Mono', 'monospace'] }\",\"All-mono for raw brutalist aesthetic. Limited weights.\"\n18,Fashion Forward,\"Sans + Sans\",Syne,Manrope,\"fashion, avant-garde, creative, bold, artistic, edgy\",\"Fashion brands, creative agencies, art galleries, design studios\",\"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Syne:wght@400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Syne:wght@400;500;600;700&display=swap');\",\"fontFamily: { heading: ['Syne', 'sans-serif'], body: ['Manrope', 'sans-serif'] }\",\"Syne's unique character for headlines. Manrope for readability.\"\n19,Soft Rounded,\"Sans + Sans\",Varela Round,Nunito Sans,\"soft, rounded, friendly, approachable, warm, gentle\",\"Children's products, pet apps, friendly brands, wellness, soft UI\",\"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700&family=Varela+Round&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700&family=Varela+Round&display=swap');\",\"fontFamily: { heading: ['Varela Round', 'sans-serif'], body: ['Nunito Sans', 'sans-serif'] }\",\"Both rounded and friendly. Perfect for soft UI designs.\"\n20,Premium Sans,\"Sans + Sans\",Satoshi,General Sans,\"premium, modern, clean, sophisticated, versatile, balanced\",\"Premium brands, modern agencies, SaaS, portfolios, startups\",\"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');\",\"fontFamily: { sans: ['DM Sans', 'sans-serif'] }\",\"Note: Satoshi/General Sans on Fontshare. DM Sans as Google alternative.\"\n21,Vietnamese Friendly,\"Sans + Sans\",Be Vietnam Pro,Noto Sans,\"vietnamese, international, readable, clean, multilingual, accessible\",\"Vietnamese sites, multilingual apps, international products\",\"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\",\"@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');\",\"fontFamily: { sans: ['Be Vietnam Pro', 'Noto Sans', 'sans-serif'] }\",\"Be Vietnam Pro excellent Vietnamese support. Noto as fallback.\"\n22,Japanese Elegant,\"Serif + Sans\",Noto Serif JP,Noto Sans JP,\"japanese, elegant, traditional, modern, multilingual, readable\",\"Japanese sites, Japanese restaurants, cultural sites, anime/manga\",\"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\",\"@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');\",\"fontFamily: { serif: ['Noto Serif JP', 'serif'], sans: ['Noto Sans JP', 'sans-serif'] }\",\"Noto fonts excellent Japanese support. Traditional + modern feel.\"\n23,Korean Modern,\"Sans + Sans\",Noto Sans KR,Noto Sans KR,\"korean, modern, clean, professional, multilingual, readable\",\"Korean sites, K-beauty, K-pop, Korean businesses, multilingual\",\"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');\",\"fontFamily: { sans: ['Noto Sans KR', 'sans-serif'] }\",\"Clean Korean typography. Single font with weight variations.\"\n24,Chinese Traditional,\"Serif + Sans\",Noto Serif TC,Noto Sans TC,\"chinese, traditional, elegant, cultural, multilingual, readable\",\"Traditional Chinese sites, cultural content, Taiwan/Hong Kong markets\",\"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\",\"@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');\",\"fontFamily: { serif: ['Noto Serif TC', 'serif'], sans: ['Noto Sans TC', 'sans-serif'] }\",\"Traditional Chinese character support. Elegant pairing.\"\n25,Chinese Simplified,\"Sans + Sans\",Noto Sans SC,Noto Sans SC,\"chinese, simplified, modern, professional, multilingual, readable\",\"Simplified Chinese sites, mainland China market, business apps\",\"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');\",\"fontFamily: { sans: ['Noto Sans SC', 'sans-serif'] }\",\"Simplified Chinese support. Clean modern look.\"\n26,Arabic Elegant,\"Serif + Sans\",Noto Naskh Arabic,Noto Sans Arabic,\"arabic, elegant, traditional, cultural, RTL, readable\",\"Arabic sites, Middle East market, Islamic content, bilingual sites\",\"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\",\"@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');\",\"fontFamily: { serif: ['Noto Naskh Arabic', 'serif'], sans: ['Noto Sans Arabic', 'sans-serif'] }\",\"RTL support. Naskh for traditional, Sans for modern Arabic.\"\n27,Thai Modern,\"Sans + Sans\",Noto Sans Thai,Noto Sans Thai,\"thai, modern, readable, clean, multilingual, accessible\",\"Thai sites, Southeast Asia, tourism, Thai restaurants\",\"https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;700&display=swap');\",\"fontFamily: { sans: ['Noto Sans Thai', 'sans-serif'] }\",\"Clean Thai typography. Excellent readability.\"\n28,Hebrew Modern,\"Sans + Sans\",Noto Sans Hebrew,Noto Sans Hebrew,\"hebrew, modern, RTL, clean, professional, readable\",\"Hebrew sites, Israeli market, Jewish content, bilingual sites\",\"https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@300;400;500;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@300;400;500;700&display=swap');\",\"fontFamily: { sans: ['Noto Sans Hebrew', 'sans-serif'] }\",\"RTL support. Clean modern Hebrew typography.\"\n29,Legal Professional,\"Serif + Sans\",EB Garamond,Lato,\"legal, professional, traditional, trustworthy, formal, authoritative\",\"Law firms, legal services, contracts, formal documents, government\",\"https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Lato:wght@300;400;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Lato:wght@300;400;700&display=swap');\",\"fontFamily: { serif: ['EB Garamond', 'serif'], sans: ['Lato', 'sans-serif'] }\",\"EB Garamond for authority. Lato for clean body text.\"\n30,Medical Clean,\"Sans + Sans\",Figtree,Noto Sans,\"medical, clean, accessible, professional, healthcare, trustworthy\",\"Healthcare, medical clinics, pharma, health apps, accessibility\",\"https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&family=Noto+Sans:wght@300;400;500;700&display=swap\",\"@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');\",\"fontFamily: { heading: ['Figtree', 'sans-serif'], body: ['Noto Sans', 'sans-serif'] }\",\"Clean, accessible fonts for medical contexts.\"\n31,Financial Trust,\"Sans + Sans\",IBM Plex Sans,IBM Plex Sans,\"financial, trustworthy, professional, corporate, banking, serious\",\"Banks, finance, insurance, investment, fintech, enterprise\",\"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');\",\"fontFamily: { sans: ['IBM Plex Sans', 'sans-serif'] }\",\"IBM Plex conveys trust and professionalism. Excellent for data.\"\n32,Real Estate Luxury,\"Serif + Sans\",Cinzel,Josefin Sans,\"real estate, luxury, elegant, sophisticated, property, premium\",\"Real estate, luxury properties, architecture, interior design\",\"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Josefin+Sans:wght@300;400;500;600;700&display=swap\",\"@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');\",\"fontFamily: { serif: ['Cinzel', 'serif'], sans: ['Josefin Sans', 'sans-serif'] }\",\"Cinzel's elegance for headlines. Josefin for modern body.\"\n33,Restaurant Menu,\"Serif + Sans\",Playfair Display SC,Karla,\"restaurant, menu, culinary, elegant, foodie, hospitality\",\"Restaurants, cafes, food blogs, culinary, hospitality\",\"https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&family=Playfair+Display+SC:wght@400;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&family=Playfair+Display+SC:wght@400;700&display=swap');\",\"fontFamily: { display: ['Playfair Display SC', 'serif'], sans: ['Karla', 'sans-serif'] }\",\"Small caps Playfair for menu headers. Karla for descriptions.\"\n34,Art Deco,\"Display + Sans\",Poiret One,Didact Gothic,\"art deco, vintage, 1920s, elegant, decorative, gatsby\",\"Vintage events, art deco themes, luxury hotels, classic cocktails\",\"https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Poiret+One&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Poiret+One&display=swap');\",\"fontFamily: { display: ['Poiret One', 'sans-serif'], sans: ['Didact Gothic', 'sans-serif'] }\",\"Poiret One for art deco headlines only. Didact for body.\"\n35,Magazine Style,\"Serif + Sans\",Libre Bodoni,Public Sans,\"magazine, editorial, publishing, refined, journalism, print\",\"Magazines, online publications, editorial content, journalism\",\"https://fonts.googleapis.com/css2?family=Libre+Bodoni:wght@400;500;600;700&family=Public+Sans:wght@300;400;500;600;700&display=swap\",\"@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');\",\"fontFamily: { serif: ['Libre Bodoni', 'serif'], sans: ['Public Sans', 'sans-serif'] }\",\"Bodoni's editorial elegance. Public Sans for clean UI.\"\n36,Crypto/Web3,\"Sans + Sans\",Orbitron,Exo 2,\"crypto, web3, futuristic, tech, blockchain, digital\",\"Crypto platforms, NFT, blockchain, web3, futuristic tech\",\"https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&family=Orbitron:wght@400;500;600;700&display=swap\",\"@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');\",\"fontFamily: { display: ['Orbitron', 'sans-serif'], body: ['Exo 2', 'sans-serif'] }\",\"Orbitron for futuristic headers. Exo 2 for readable body.\"\n37,Gaming Bold,\"Display + Sans\",Russo One,Chakra Petch,\"gaming, bold, action, esports, competitive, energetic\",\"Gaming, esports, action games, competitive sports, entertainment\",\"https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Russo+One&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Russo+One&display=swap');\",\"fontFamily: { display: ['Russo One', 'sans-serif'], body: ['Chakra Petch', 'sans-serif'] }\",\"Russo One for impact. Chakra Petch for techy body text.\"\n38,Indie/Craft,\"Display + Sans\",Amatic SC,Cabin,\"indie, craft, handmade, artisan, organic, creative\",\"Craft brands, indie products, artisan, handmade, organic products\",\"https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Cabin:wght@400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Cabin:wght@400;500;600;700&display=swap');\",\"fontFamily: { display: ['Amatic SC', 'sans-serif'], sans: ['Cabin', 'sans-serif'] }\",\"Amatic for handwritten feel. Cabin for readable body.\"\n39,Startup Bold,\"Sans + Sans\",Clash Display,Satoshi,\"startup, bold, modern, innovative, confident, dynamic\",\"Startups, pitch decks, product launches, bold brands\",\"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap');\",\"fontFamily: { heading: ['Outfit', 'sans-serif'], body: ['Rubik', 'sans-serif'] }\",\"Note: Clash Display on Fontshare. Outfit as Google alternative.\"\n40,E-commerce Clean,\"Sans + Sans\",Rubik,Nunito Sans,\"ecommerce, clean, shopping, product, retail, conversion\",\"E-commerce, online stores, product pages, retail, shopping\",\"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap\",\"@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');\",\"fontFamily: { heading: ['Rubik', 'sans-serif'], body: ['Nunito Sans', 'sans-serif'] }\",\"Clean readable fonts perfect for product descriptions.\"\n41,Academic/Research,\"Serif + Sans\",Crimson Pro,Atkinson Hyperlegible,\"academic, research, scholarly, accessible, readable, educational\",\"Universities, research papers, academic journals, educational\",\"https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&family=Crimson+Pro:wght@400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&family=Crimson+Pro:wght@400;500;600;700&display=swap');\",\"fontFamily: { serif: ['Crimson Pro', 'serif'], sans: ['Atkinson Hyperlegible', 'sans-serif'] }\",\"Crimson for scholarly headlines. Atkinson for accessibility.\"\n42,Dashboard Data,\"Mono + Sans\",Fira Code,Fira Sans,\"dashboard, data, analytics, code, technical, precise\",\"Dashboards, analytics, data visualization, admin panels\",\"https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&family=Fira+Sans:wght@300;400;500;600;700&display=swap\",\"@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');\",\"fontFamily: { mono: ['Fira Code', 'monospace'], sans: ['Fira Sans', 'sans-serif'] }\",\"Fira family cohesion. Code for data, Sans for labels.\"\n43,Music/Entertainment,\"Display + Sans\",Righteous,Poppins,\"music, entertainment, fun, energetic, bold, performance\",\"Music platforms, entertainment, events, festivals, performers\",\"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Righteous&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Righteous&display=swap');\",\"fontFamily: { display: ['Righteous', 'sans-serif'], sans: ['Poppins', 'sans-serif'] }\",\"Righteous for bold entertainment headers. Poppins for body.\"\n44,Minimalist Portfolio,\"Sans + Sans\",Archivo,Space Grotesk,\"minimal, portfolio, designer, creative, clean, artistic\",\"Design portfolios, creative professionals, minimalist brands\",\"https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap\",\"@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');\",\"fontFamily: { heading: ['Space Grotesk', 'sans-serif'], body: ['Archivo', 'sans-serif'] }\",\"Space Grotesk for distinctive headers. Archivo for clean body.\"\n45,Kids/Education,\"Display + Sans\",Baloo 2,Comic Neue,\"kids, education, playful, friendly, colorful, learning\",\"Children's apps, educational games, kid-friendly content\",\"https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&family=Comic+Neue:wght@300;400;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&family=Comic+Neue:wght@300;400;700&display=swap');\",\"fontFamily: { display: ['Baloo 2', 'sans-serif'], sans: ['Comic Neue', 'sans-serif'] }\",\"Fun, playful fonts for children. Comic Neue is readable comic style.\"\n46,Wedding/Romance,\"Script + Serif\",Great Vibes,Cormorant Infant,\"wedding, romance, elegant, script, invitation, feminine\",\"Wedding sites, invitations, romantic brands, bridal\",\"https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&family=Great+Vibes&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&family=Great+Vibes&display=swap');\",\"fontFamily: { script: ['Great Vibes', 'cursive'], serif: ['Cormorant Infant', 'serif'] }\",\"Great Vibes for elegant accents. Cormorant for readable text.\"\n47,Science/Tech,\"Sans + Sans\",Exo,Roboto Mono,\"science, technology, research, data, futuristic, precise\",\"Science, research, tech documentation, data-heavy sites\",\"https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700&family=Roboto+Mono:wght@300;400;500;700&display=swap\",\"@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');\",\"fontFamily: { sans: ['Exo', 'sans-serif'], mono: ['Roboto Mono', 'monospace'] }\",\"Exo for modern tech feel. Roboto Mono for code/data.\"\n48,Accessibility First,\"Sans + Sans\",Atkinson Hyperlegible,Atkinson Hyperlegible,\"accessible, readable, inclusive, WCAG, dyslexia-friendly, clear\",\"Accessibility-critical sites, government, healthcare, inclusive design\",\"https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap');\",\"fontFamily: { sans: ['Atkinson Hyperlegible', 'sans-serif'] }\",\"Designed for maximum legibility. Excellent for accessibility.\"\n49,Sports/Fitness,\"Sans + Sans\",Barlow Condensed,Barlow,\"sports, fitness, athletic, energetic, condensed, action\",\"Sports, fitness, gyms, athletic brands, competition\",\"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Barlow:wght@300;400;500;600;700&display=swap\",\"@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');\",\"fontFamily: { display: ['Barlow Condensed', 'sans-serif'], body: ['Barlow', 'sans-serif'] }\",\"Condensed for impact headlines. Regular Barlow for body.\"\n50,Luxury Minimalist,\"Serif + Sans\",Bodoni Moda,Jost,\"luxury, minimalist, high-end, sophisticated, refined, premium\",\"Luxury minimalist brands, high-end fashion, premium products\",\"https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500;600;700&family=Jost:wght@300;400;500;600;700&display=swap\",\"@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');\",\"fontFamily: { serif: ['Bodoni Moda', 'serif'], sans: ['Jost', 'sans-serif'] }\",\"Bodoni's high contrast elegance. Jost for geometric body.\"\n51,Tech/HUD Mono,\"Mono + Mono\",Share Tech Mono,Fira Code,\"tech, futuristic, hud, sci-fi, data, monospaced, precise\",\"Sci-fi interfaces, developer tools, cybersecurity, dashboards\",\"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Share+Tech+Mono&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Share+Tech+Mono&display=swap');\",\"fontFamily: { hud: ['Share Tech Mono', 'monospace'], code: ['Fira Code', 'monospace'] }\",\"Share Tech Mono has that classic sci-fi look.\"\n52,Pixel Retro,\"Display + Sans\",Press Start 2P,VT323,\"pixel, retro, gaming, 8-bit, nostalgic, arcade\",\"Pixel art games, retro websites, creative portfolios\",\"https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap');\",\"fontFamily: { pixel: ['Press Start 2P', 'cursive'], terminal: ['VT323', 'monospace'] }\",\"Press Start 2P is very wide/large. VT323 is better for body text.\"\n53,Neubrutalist Bold,\"Display + Sans\",Lexend Mega,Public Sans,\"bold, neubrutalist, loud, strong, geometric, quirky\",\"Neubrutalist designs, Gen Z brands, bold marketing\",\"https://fonts.googleapis.com/css2?family=Lexend+Mega:wght@100..900&family=Public+Sans:wght@100..900&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Lexend+Mega:wght@100..900&family=Public+Sans:wght@100..900&display=swap');\",\"fontFamily: { mega: ['Lexend Mega', 'sans-serif'], body: ['Public Sans', 'sans-serif'] }\",\"Lexend Mega has distinct character and variable weight.\"\n54,Academic/Archival,\"Serif + Serif\",EB Garamond,Crimson Text,\"academic, old-school, university, research, serious, traditional\",\"University sites, archives, research papers, history\",\"https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=EB+Garamond:wght@400;500;600;700;800&display=swap\",\"@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');\",\"fontFamily: { classic: ['EB Garamond', 'serif'], text: ['Crimson Text', 'serif'] }\",\"Classic academic aesthetic. Very legible.\"\n55,Spatial Clear,\"Sans + Sans\",Inter,Inter,\"spatial, legible, glass, system, clean, neutral\",\"Spatial computing, AR/VR, glassmorphism interfaces\",\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');\",\"fontFamily: { sans: ['Inter', 'sans-serif'] }\",\"Optimized for readability on dynamic backgrounds.\"\n56,Kinetic Motion,\"Display + Mono\",Syncopate,Space Mono,\"kinetic, motion, futuristic, speed, wide, tech\",\"Music festivals, automotive, high-energy brands\",\"https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Syncopate:wght@400;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Syncopate:wght@400;700&display=swap');\",\"fontFamily: { display: ['Syncopate', 'sans-serif'], mono: ['Space Mono', 'monospace'] }\",\"Syncopate's wide stance works well with motion effects.\"\n57,Gen Z Brutal,\"Display + Sans\",Anton,Epilogue,\"brutal, loud, shouty, meme, internet, bold\",\"Gen Z marketing, streetwear, viral campaigns\",\"https://fonts.googleapis.com/css2?family=Anton&family=Epilogue:wght@400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Anton&family=Epilogue:wght@400;500;600;700&display=swap');\",\"fontFamily: { display: ['Anton', 'sans-serif'], body: ['Epilogue', 'sans-serif'] }\",\"Anton is impactful and condensed. Good for stickers/badges.\"57,Bauhaus Geometric,\"Geometric Sans + Single Weight\",\"Outfit\",\"Outfit\",\"bauhaus, geometric, constructivist, bold, uppercase, architectural, mechanical, poster, tactile\",\"Bauhaus mobile apps, bold editorial mobile, design-forward branding apps, art/culture platforms\",\"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700;900&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700;900&display=swap');\",\"fontFamily: { display: ['Outfit', 'sans-serif'], body: ['Outfit', 'sans-serif'] }\",\"Single-family system: Outfit 900 uppercase tracking-tighter for heroes; Outfit 700 uppercase for buttons/nav; Outfit 500 for body. Scale aggressively: text-4xl–text-5xl headlines on mobile.\"\n58,Minimalist Monochrome Editorial,\"Serif + Serif + Mono (Triple Stack)\",Playfair Display,Source Serif 4,\"monochrome, editorial, austere, typographic, pocket manifesto, luxury, high contrast, brutalist mobile\",\"Luxury fashion mobile apps, editorial publications, digital exhibitions, portfolio apps, high-contrast e-reader aesthetics\",\"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400|Source+Serif+4:ital,wght@0,300;0,400;0,600;1,300\",\"@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=Source+Serif+4:ital,wght@0,300;0,400;0,600;1,300&display=swap');\",\"fontFamily: { display: ['Playfair Display', 'serif'], body: ['Source Serif 4', 'serif'], mono: ['JetBrains Mono', 'monospace'] }\",\"Triple stack: Playfair Display 900 tracking-tighter leading-[0.9] for heroes (text-5xl–text-6xl breaks words graphically). Source Serif 4 300–600 for body legibility. JetBrains Mono 400–500 uppercase tracking-widest for tags/dates/labels. NO UI sans-serif — 100% serif/mono.\"\n59,Modern Dark Cinema (Inter System),\"Sans + Mono\",Inter,Inter,\"dark, cinematic, technical, precision, clean, premium, developer, professional, high-end utility\",\"Developer tools, fintech/trading, AI dashboards, streaming platforms, high-end productivity apps\",\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');\",\"fontFamily: { sans: ['Inter', 'sans-serif'] }\",\"Single-family precision system: Inter 700 (-1.5 tracking) for Display 48pt; Inter 600 (-0.5 tracking) for H1 32pt / H2 24pt; Inter 400 for body 16pt; Inter 500 uppercase +1.2 tracking for labels/mono. Gradient text via mask-view + react-native-linear-gradient (#FFFFFF → rgba(255,255,255,0.7)) on major headers.\"\n60,SaaS Mobile Boutique (Calistoga + Inter),\"Display Serif + Sans + Mono\",Calistoga,Inter,\"saas, boutique, electric, warm, editorial, bold, premium, fintech, business, dual font, human warmth\",\"B2B SaaS mobile, fintech apps, analytics dashboards, marketing tools, operations platforms\",\"https://fonts.googleapis.com/css2?family=Calistoga:ital@0;1&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Calistoga:ital@0;1&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');\",\"fontFamily: { display: ['Calistoga', 'serif'], body: ['Inter', 'sans-serif'], mono: ['JetBrains Mono', 'monospace'] }\",\"Tri-stack: Calistoga (adds human warmth) for heroes 36–42pt leading-1.1; Inter 400–600 for body/UI 16–18pt; JetBrains Mono 12pt uppercase tracking-[1.5] for data labels and section badges. Scale: Hero 36–42pt, Section H2 28–32pt, Body 16–18pt, Label 12pt. Avoid italic Calistoga except editorial callouts.\"\n61,Terminal CLI Monospace,\"Mono + Mono (Single Family)\",JetBrains Mono,JetBrains Mono,\"terminal, cli, hacker, monospace, matrix, developer, retro-future, command line, precision, OLED\",\"Developer tools, Web3/blockchain apps, hacker aesthetic, sci-fi games, ARG, security tools, geek-culture portfolios\",\"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,500;1,400\",\"@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,500;1,400&display=swap');\",\"fontFamily: { mono: ['JetBrains Mono', 'monospace'] }\",\"Single monospace system: use ONLY JetBrains Mono (or SpaceMono-Regular as system fallback). Strict sizes: 12pt / 14pt / 16pt only — no in-between. Weight: 400 normal (bold ruins mono character). Line height: 1.2x font size for information density. Letter spacing: normal (monospaced auto-spacing). All UI labels uppercase. ASCII borders and text-based progress bars.\"\n62,Kinetic Brutalism (Space Grotesk),\"Geometric Sans (Single Dominant)\",Space Grotesk,Space Grotesk,\"kinetic, brutalist, aggressive, uppercase, oversized, display, motion, street, bold, high-energy, zine\",\"Music/culture apps, sports platforms, brand flagship mobile, performance dashboards, underground product drops\",\"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');\",\"fontFamily: { display: ['Space Grotesk', 'sans-serif'], body: ['Space Grotesk', 'sans-serif'] }\",\"Dominant single-family system: Space Grotesk 700–900 for ALL display. Scale: Hero 60–120pt (windowWidth/375*size), Section 40–50pt, Card titles 28–32pt, Body 18–20pt, Labels 12pt. ALL display/buttons/nav: UPPERCASE, letterSpacing -1 (large) / +2 (labels), lineHeight 0.9–1.1x. Use Inter as fallback. Font scale must use PixelRatio helper for responsive sizing.\"\n63,Flat Design Mobile (System Bold),\"Sans + Sans\",Inter,Inter,\"flat, clean, system, bold, geometric, cross-platform, icon, poster, minimal, functional, responsive\",\"Cross-platform apps, dashboards, system UI, onboarding, marketing pages, informational apps, icon-heavy interfaces\",\"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');\",\"fontFamily: { sans: ['Inter', 'sans-serif'] }\",\"System-first strategy: Inter as primary, falls back to system SF/Roboto on iOS/Android. Scale: Headlines fontWeight 800 letterSpacing -0.5; Subheadings fontWeight 600 fontSize 18; Body fontWeight 400 lineHeight 24; Labels fontWeight 700 uppercase letterSpacing 1. Thick weights carry all hierarchy since there are no shadows. Use aggressive size contrast (poster rule: body 16pt vs headline 40pt+). Avoid italic.\"\n64,Material You MD3 (Roboto System),\"Sans (System Default)\",Roboto,Roboto,\"material design 3, md3, android, google, tonal, friendly, rounded, accessible, adaptive\",\"Android apps, cross-platform tools, productivity software, data-heavy B2B dashboards, enterprise mobile\",\"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400\",\"@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');\",\"fontFamily: { sans: ['Roboto', 'sans-serif'] }\",\"MD3 type scale: Display Large 56px/400/64px. Headline Large 32px/500/40px. Title Large 22px/500/28px. Body Large 16px/400/24px. Label Medium 12px/500/16px. Buttons and Labels: letterSpacing 0.1px. Use system Roboto on Android; load from Google Fonts for iOS parity. Never use custom weights beyond 300–700.\"\n65,Neo Brutalism Mobile (Space Grotesk Heavy),\"Geometric Sans (Bold-Only)\",Space Grotesk,Space Grotesk,\"neo brutalism, pop art, loud, bold, heavy, stickers, mechanical, high contrast, cream, gen-z\",\"Creative tools, Gen-Z marketing, e-commerce for youth culture, content portfolios, collage-style apps\",\"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&display=swap');\",\"fontFamily: { display: ['Space Grotesk', 'sans-serif'], body: ['Space Grotesk', 'sans-serif'] }\",\"Strictly 700 (Bold) and 900 (Black/Heavy) ONLY — never Regular or Light. Display: 48–64px. Heading: 24–32px. Body: 18–20px (stays heavy for brutalist density). Labels: 14px ALL CAPS letterSpacing 2. All buttons and navigation: uppercase. System bold as fallback. No italic, no thin weights.\"\n66,Bold Typography Mobile (Inter-Tight Poster),\"Sans + Serif (Display) + Mono\",\"Inter\",\"Playfair Display\",\"bold typography, editorial, poster, near-black, vermillion, luxury, type-as-hero, manifesto, high-contrast\",\"Creative brand flagships, reading platforms, event apps, flash pages, luxury mobile experiences\",\"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400|JetBrains+Mono:wght@400|Playfair+Display:ital@1\",\"@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=JetBrains+Mono:wght@400&family=Playfair+Display:ital@1&display=swap');\",\"fontFamily: { display: ['Inter', 'sans-serif'], quote: ['Playfair Display', 'serif'], mono: ['JetBrains Mono', 'monospace'] }\",\"Tri-stack: Inter 600–800 for all UI (letterSpacing -1.5px heroes, -0.5px subheads). Playfair Display Italic ONLY for pull quotes. JetBrains Mono for labels and stats. Scale: 12px labels, 16px body, 22px sub, 32px section, 40px H2, 56px H1, 72px Hero Statement. 5:1 ratio H1:Body is mandatory. lineHeight 1.1 headlines, 1.6 body. Underlines (2–3pt accent) replace buttons for interactions.\"\n67,Academia Mobile (Cormorant + Crimson + Cinzel),\"Serif + Book Serif + Engraved (Triple Stack)\",\"Cormorant Garamond\",\"Crimson Pro\",\"academia, library, mahogany, parchment, brass, scholarly, prestige, antique, victorian, leather\",\"Knowledge management apps, scholarly reading tools, personal brand portfolios, RPG games, cultural community platforms\",\"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,300;0,500;0,700;1,300;1,500|Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400\",\"@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,300;0,500;0,700;1,300;1,500&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');\",\"fontFamily: { heading: ['Cormorant Garamond', 'serif'], body: ['Crimson Pro', 'serif'], display: ['Cinzel', 'serif'] }\",\"Triple-stack: Cormorant Garamond Medium for all headings (32–40px tight leading). Crimson Pro Regular for body reading text (16–18px, lineHeight 24–26px). Cinzel SemiBold for ALL-CAPS labels, overlines, section prefixes (10–12px, letterSpacing 2–3px). Drop caps: first letter 60px Cinzel in Brass #C9A962. Section prefix: VOLUME I/II/III in Cinzel 10px. NO sans-serif anywhere.\"\n68,Cyberpunk Mobile (Orbitron + JetBrains Mono),\"Tech Display + Mono\",\"Orbitron\",\"JetBrains Mono\",\"cyberpunk, neon, glitch, hud, sci-fi, dark, matrix green, magenta, chamfered, tactical\",\"Gaming companion apps, fintech/crypto, data visualization, dark brand apps, cyberpunk narrative games\",\"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Orbitron:wght@700;900&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Orbitron:wght@700;900&display=swap');\",\"fontFamily: { heading: ['Orbitron', 'sans-serif'], body: ['JetBrains Mono', 'monospace'] }\",\"Dual-stack: Orbitron 700–900 for H1 (42px uppercase letterSpacing 4, fontWeight 900). JetBrains Mono 400–500 for all body/data text (14px letterSpacing 1). Labels: 10px uppercase opacity 0.7. Heading scale aggressive: H1 42px, H2 28px, Section 20px. Body 14px monospace only. NO mixed sans-serif. Fallback: monospace system font. Orbitron requires loading — use NativeWind or useFonts hook.\"\n69,Web3 Bitcoin DeFi (Space Grotesk + Inter + Mono),\"Geometric Sans + Sans + Mono (Triple)\",\"Space Grotesk\",\"Inter\",\"web3, bitcoin, defi, digital gold, fintech, crypto, trustless, luminescent, precision, dark\",\"DeFi protocols and wallets, NFT platforms, metaverse social apps, high-tech brand landing pages\",\"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Space+Grotesk:wght@500;600;700&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Space+Grotesk:wght@500;600;700&display=swap');\",\"fontFamily: { heading: ['Space Grotesk', 'sans-serif'], body: ['Inter', 'sans-serif'], mono: ['JetBrains Mono', 'monospace'] }\",\"Tri-stack: Space Grotesk 600–700 for headings (geometric, technical character). Inter 400–600 for all body and UI text (high legibility). JetBrains Mono Medium for all data/stats/prices/hashes (technical accuracy). Buttons: Inter Bold uppercase letterSpacing 1.5. Balance figures use MaskedView gradient text (orange→gold). Heading scale: H1 36–42px, H2 24–28px, body 16–18px, mono labels 12–14px.\"\n70,Claymorphism Mobile (Nunito + DM Sans),\"Display Rounded + Geometric Sans\",\"Nunito\",\"DM Sans\",\"claymorphism, clay, rounded, playful, candy, bubbly, soft, 3d, children, education, tactile, spring, nunito, dm sans\",\"Children education apps, teen social, brand mascot apps, creative tools, fintech gamification\",\"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400|Nunito:ital,wght@0,700;0,800;0,900;1,700\",\"@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&family=Nunito:ital,wght@0,700;0,800;0,900;1,700&display=swap');\",\"fontFamily: { display: ['Nunito', 'sans-serif'], body: ['DM Sans', 'sans-serif'] }\",\"Dual-stack: Nunito Black (900) or ExtraBold (800) for ALL headings — rounded terminals are mandatory. DM Sans Medium (500) for body text — clean and geometric. Scale: Hero 48px lineHeight 52 letterSpacing -1. Section Title 32px lineHeight 38. Card Title 22px lineHeight 28. Body 16px lineHeight 24. Never use Nunito for body text (too decorative at small sizes). Never use weights below 700 for any heading. includeFontPadding: false on all Nunito Text components for vertical centering in rounded buttons.\"\n71,Enterprise SaaS Mobile (Plus Jakarta Sans),\"Geometric Sans (Single Family)\",\"Plus Jakarta Sans\",\"Plus Jakarta Sans\",\"enterprise, saas, b2b, professional, indigo, modern, approachable, legible, ios dynamic type, android scaling\",\"B2B SaaS apps, productivity tools, government and finance mobile apps, admin dashboards, enterprise onboarding\",\"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400\",\"@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap');\",\"fontFamily: { sans: ['Plus Jakarta Sans', 'sans-serif'] }\",\"Single-family system: Plus Jakarta Sans balances professional authority with mobile approachability. Weight scale: ExtraBold 800 for screen titles/hero (line height 1.1–1.2). Bold 700 for section headers. SemiBold 600 for card titles and buttons. Regular 400 for body text (line height 1.4–1.5). Must support iOS Dynamic Type and Android font scaling — never hardcode pixel sizes without respecting system font scale. Button text: uppercase, letterSpacing 0.5. Caption: 12px Regular. Muted: Slate 500 #64748B.\"\n72,Sketch Hand-Drawn Mobile (Kalam + Patrick Hand),\"Handwritten + Handwritten (Dual)\",\"Kalam\",\"Patrick Hand\",\"sketch, hand-drawn, handwriting, human, imperfect, organic, paper, kalam, patrick hand, education, journal, creative\",\"Journaling apps, prototype tools, children's picturebook apps, creative platforms, gamified puzzle apps\",\"https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Patrick+Hand&display=swap\",\"@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Patrick+Hand&display=swap');\",\"fontFamily: { heading: ['Kalam', 'cursive'], body: ['Patrick Hand', 'cursive'] }\",\"Dual handwritten stack: Kalam Bold (700) for all headings — high visual weight, felt-tip marker aesthetic, conveys intentional messiness. Patrick Hand Regular for all body text — highly legible at mobile sizes while remaining distinctly human. Scale: Heading 28–36px with lineHeight adjusted for descenders. Body 16–18px lineHeight 1.5. Labels 14px. Vary font sizes slightly between adjacent elements for spontaneous feel. Avoid alignment: 'center' for long body text — left-aligned reads more naturally. Both fonts require useFonts loading in Expo. Never use these fonts for financial figures or legal text.\"\n73,Neumorphism Mobile (Plus Jakarta Sans + System),\"Geometric Sans (System Fallback)\",\"Plus Jakarta Sans\",\"Plus Jakarta Sans\",\"neumorphism, soft ui, monochromatic, cool grey, minimal, physical, depth, ceramic, system font, utility\",\"Smart home controls, minimal tools, aesthetic dashboards, health monitors, brand showcase pages\",\"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,700;1,400\",\"@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap');\",\"fontFamily: { sans: ['Plus Jakarta Sans', 'sans-serif'] }\",\"Single-family or System fallback: Plus Jakarta Sans Bold/Medium pairs beautifully with the monochromatic #E0E5EC surface — subtle geometry without competing with the depth effect. Heading: 24–32px Bold (700), letterSpacing -0.5 for modern premium feel. Body: 16px Medium (500), lineHeight 1.4. Caption: 12px Regular (400). Use Text Primary #3D4852 (7.5:1 contrast against #E0E5EC) for all primary text. Use Text Muted #6B7280 (4.6:1 contrast) for secondary text. Accent color #6C63FF only on active labels or focus indicators. Never use italic or thin weights — they lose legibility against the embossed background. System (SF Pro / Roboto) is an acceptable fallback for performance-sensitive implementations.\"\n",
93
+ "kind": "raw"
94
+ },
95
+ {
96
+ "path": "data/ui-reasoning.csv",
97
+ "content": "No,UI_Category,Recommended_Pattern,Style_Priority,Color_Mood,Typography_Mood,Key_Effects,Decision_Rules,Anti_Patterns,Severity\r\n1,SaaS (General),Hero + Features + CTA,Glassmorphism + Flat Design,Trust blue + Accent contrast,Professional + Hierarchy,Subtle hover (200-250ms) + Smooth transitions,\"{\"\"if_ux_focused\"\": \"\"prioritize-minimalism\"\", \"\"if_data_heavy\"\": \"\"add-glassmorphism\"\"}\",Excessive animation + Dark mode by default,HIGH\r\n2,Micro SaaS,Hero-Centric + Trust,Motion-Driven + Vibrant & Block,Bold primaries + Accent contrast,Modern + Energetic typography,Scroll-triggered animations + Parallax,\"{\"\"if_pre_launch\"\": \"\"use-waitlist-pattern\"\", \"\"if_video_ready\"\": \"\"add-hero-video\"\"}\",Static design + No video + Poor mobile,HIGH\r\n3,E-commerce,Feature-Rich Showcase,Vibrant & Block-based,Brand primary + Success green,Engaging + Clear hierarchy,Card hover lift (200ms) + Scale effect,\"{\"\"if_luxury\"\": \"\"switch-to-liquid-glass\"\", \"\"if_conversion_focused\"\": \"\"add-urgency-colors\"\"}\",Flat design without depth + Text-heavy pages,HIGH\r\n4,E-commerce Luxury,Feature-Rich Showcase,Liquid Glass + Glassmorphism,Premium colors + Minimal accent,Elegant + Refined typography,Chromatic aberration + Fluid animations (400-600ms),\"{\"\"if_checkout\"\": \"\"emphasize-trust\"\", \"\"if_hero_needed\"\": \"\"use-3d-hyperrealism\"\"}\",Vibrant & Block-based + Playful colors,HIGH\r\n5,B2B Service,Feature-Rich Showcase + Trust,Trust & Authority + Minimalism,Professional blue + Neutral grey,Formal + Clear typography,Section transitions + Feature reveals,\"{\"\"must_have\"\": \"\"case-studies\"\", \"\"must_have\"\": \"\"roi-messaging\"\"}\",Playful design + Hidden credentials + AI purple/pink gradients,HIGH\r\n6,Financial Dashboard,Data-Dense Dashboard,Dark Mode (OLED) + Data-Dense,Dark bg + Red/Green alerts + Trust blue,Clear + Readable typography,Real-time number animations + Alert pulse,\"{\"\"must_have\"\": \"\"real-time-updates\"\", \"\"must_have\"\": \"\"high-contrast\"\"}\",Light mode default + Slow rendering,HIGH\r\n7,Analytics Dashboard,Data-Dense + Drill-Down,Data-Dense + Heat Map,Cool→Hot gradients + Neutral grey,Clear + Functional typography,Hover tooltips + Chart zoom + Filter animations,\"{\"\"must_have\"\": \"\"data-export\"\", \"\"if_large_dataset\"\": \"\"virtualize-lists\"\"}\",Ornate design + No filtering,HIGH\r\n8,Healthcare App,Social Proof-Focused,Neumorphism + Accessible & Ethical,Calm blue + Health green,Readable + Large type (16px+),Soft box-shadow + Smooth press (150ms),\"{\"\"must_have\"\": \"\"wcag-aaa-compliance\"\", \"\"if_medication\"\": \"\"red-alert-colors\"\"}\",Bright neon colors + Motion-heavy animations + AI purple/pink gradients,HIGH\r\n9,Educational App,Feature-Rich Showcase,Claymorphism + Micro-interactions,Playful colors + Clear hierarchy,Friendly + Engaging typography,Soft press (200ms) + Fluffy elements,\"{\"\"if_gamification\"\": \"\"add-progress-animation\"\", \"\"if_children\"\": \"\"increase-playfulness\"\"}\",Dark modes + Complex jargon,MEDIUM\r\n10,Creative Agency,Storytelling-Driven,Brutalism + Motion-Driven,Bold primaries + Artistic freedom,Bold + Expressive typography,CRT scanlines + Neon glow + Glitch effects,\"{\"\"must_have\"\": \"\"case-studies\"\", \"\"if_boutique\"\": \"\"increase-artistic-freedom\"\"}\",Corporate minimalism + Hidden portfolio,HIGH\r\n11,Portfolio/Personal,Storytelling-Driven,Motion-Driven + Minimalism,Brand primary + Artistic,Expressive + Variable typography,Parallax (3-5 layers) + Scroll-triggered reveals,\"{\"\"if_creative_field\"\": \"\"add-brutalism\"\", \"\"if_minimal_portfolio\"\": \"\"reduce-motion\"\"}\",Corporate templates + Generic layouts,MEDIUM\r\n12,Gaming,Feature-Rich Showcase,3D & Hyperrealism + Retro-Futurism,Vibrant + Neon + Immersive,Bold + Impactful typography,WebGL 3D rendering + Glitch effects,\"{\"\"if_competitive\"\": \"\"add-real-time-stats\"\", \"\"if_casual\"\": \"\"increase-playfulness\"\"}\",Minimalist design + Static assets,HIGH\r\n13,Government/Public Service,Minimal & Direct,Accessible & Ethical + Minimalism,Professional blue + High contrast,Clear + Large typography,Clear focus rings (3-4px) + Skip links,\"{\"\"must_have\"\": \"\"wcag-aaa\"\", \"\"must_have\"\": \"\"keyboard-navigation\"\"}\",Ornate design + Low contrast + Motion effects + AI purple/pink gradients,HIGH\r\n14,Fintech/Crypto,Trust & Authority,Minimalism + Accessible & Ethical,Navy + Trust Blue + Gold,Professional + Trustworthy,Smooth state transitions + Number animations,\"{\"\"must_have\"\": \"\"security-first\"\", \"\"if_dashboard\"\": \"\"use-dark-mode\"\"}\",Playful design + Unclear fees + AI purple/pink gradients,HIGH\r\n15,Social Media App,Feature-Rich Showcase,Vibrant & Block-based + Motion-Driven,Vibrant + Engagement colors,Modern + Bold typography,Large scroll animations + Icon animations,\"{\"\"if_engagement_metric\"\": \"\"add-motion\"\", \"\"if_content_focused\"\": \"\"minimize-chrome\"\"}\",Heavy skeuomorphism + Accessibility ignored,MEDIUM\r\n16,Productivity Tool,Interactive Demo + Feature-Rich,Flat Design + Micro-interactions,Clear hierarchy + Functional colors,Clean + Efficient typography,Quick actions (150ms) + Task animations,\"{\"\"must_have\"\": \"\"keyboard-shortcuts\"\", \"\"if_collaboration\"\": \"\"add-real-time-cursors\"\"}\",Complex onboarding + Slow performance,HIGH\r\n17,Design System/Component Library,Feature-Rich + Documentation,Minimalism + Accessible & Ethical,Clear hierarchy + Code-like structure,Monospace + Clear typography,Code copy animations + Component previews,\"{\"\"must_have\"\": \"\"search\"\", \"\"must_have\"\": \"\"code-examples\"\"}\",Poor documentation + No live preview,HIGH\r\n18,AI/Chatbot Platform,Interactive Demo + Minimal,AI-Native UI + Minimalism,Neutral + AI Purple (#6366F1),Modern + Clear typography,Streaming text + Typing indicators + Fade-in,\"{\"\"must_have\"\": \"\"conversational-ui\"\", \"\"must_have\"\": \"\"context-awareness\"\"}\",Heavy chrome + Slow response feedback,HIGH\r\n19,NFT/Web3 Platform,Feature-Rich Showcase,Cyberpunk UI + Glassmorphism,Dark + Neon + Gold (#FFD700),Bold + Modern typography,Wallet connect animations + Transaction feedback,\"{\"\"must_have\"\": \"\"wallet-integration\"\", \"\"must_have\"\": \"\"gas-fees-display\"\"}\",Light mode default + No transaction status,HIGH\r\n20,Creator Economy Platform,Social Proof + Feature-Rich,Vibrant & Block-based + Bento Box Grid,Vibrant + Brand colors,Modern + Bold typography,Engagement counter animations + Profile reveals,\"{\"\"must_have\"\": \"\"creator-profiles\"\", \"\"must_have\"\": \"\"monetization-display\"\"}\",Generic layout + Hidden earnings,MEDIUM\r\n21,Remote Work/Collaboration Tool,Feature-Rich + Real-Time,Soft UI Evolution + Minimalism,Calm Blue + Neutral grey,Clean + Readable typography,Real-time presence indicators + Notification badges,\"{\"\"must_have\"\": \"\"status-indicators\"\", \"\"must_have\"\": \"\"video-integration\"\"}\",Cluttered interface + No presence,HIGH\r\n22,Mental Health App,Social Proof-Focused,Neumorphism + Accessible & Ethical,Calm Pastels + Trust colors,Calming + Readable typography,Soft press + Breathing animations,\"{\"\"must_have\"\": \"\"privacy-first\"\", \"\"if_meditation\"\": \"\"add-breathing-animation\"\"}\",Bright neon + Motion overload,HIGH\r\n23,Pet Tech App,Storytelling + Feature-Rich,Claymorphism + Vibrant & Block-based,Playful + Warm colors,Friendly + Playful typography,Pet profile animations + Health tracking charts,\"{\"\"must_have\"\": \"\"pet-profiles\"\", \"\"if_health\"\": \"\"add-vet-integration\"\"}\",Generic design + No personality,MEDIUM\r\n24,Smart Home/IoT Dashboard,Real-Time Monitoring,Glassmorphism + Dark Mode (OLED),Dark + Status indicator colors,Clear + Functional typography,Device status pulse + Quick action animations,\"{\"\"must_have\"\": \"\"real-time-controls\"\", \"\"must_have\"\": \"\"energy-monitoring\"\"}\",Slow updates + No automation,HIGH\r\n25,EV/Charging Ecosystem,Hero-Centric + Feature-Rich,Minimalism + Aurora UI,Electric Blue (#009CD1) + Green,Modern + Clear typography,Range estimation animations + Map interactions,\"{\"\"must_have\"\": \"\"charging-map\"\", \"\"must_have\"\": \"\"range-calculator\"\"}\",Poor map UX + Hidden costs,HIGH\r\n26,Subscription Box Service,Feature-Rich + Conversion,Vibrant & Block-based + Motion-Driven,Brand + Excitement colors,Engaging + Clear typography,Unboxing reveal animations + Product carousel,\"{\"\"must_have\"\": \"\"personalization-quiz\"\", \"\"must_have\"\": \"\"subscription-management\"\"}\",Confusing pricing + No unboxing preview,HIGH\r\n27,Podcast Platform,Storytelling + Feature-Rich,Dark Mode (OLED) + Minimalism,Dark + Audio waveform accents,Modern + Clear typography,Waveform visualizations + Episode transitions,\"{\"\"must_have\"\": \"\"audio-player-ux\"\", \"\"must_have\"\": \"\"episode-discovery\"\"}\",Poor audio player + Cluttered layout,HIGH\r\n28,Dating App,Social Proof + Feature-Rich,Vibrant & Block-based + Motion-Driven,Warm + Romantic (Pink/Red gradients),Modern + Friendly typography,Profile card swipe + Match animations,\"{\"\"must_have\"\": \"\"profile-cards\"\", \"\"must_have\"\": \"\"safety-features\"\"}\",Generic profiles + No safety,HIGH\r\n29,Micro-Credentials/Badges Platform,Trust & Authority + Feature,Minimalism + Flat Design,Trust Blue + Gold (#FFD700),Professional + Clear typography,Badge reveal animations + Progress tracking,\"{\"\"must_have\"\": \"\"credential-verification\"\", \"\"must_have\"\": \"\"progress-display\"\"}\",No verification + Hidden progress,MEDIUM\r\n30,Knowledge Base/Documentation,FAQ + Minimal,Minimalism + Accessible & Ethical,Clean hierarchy + Minimal color,Clear + Readable typography,Search highlight + Smooth scrolling,\"{\"\"must_have\"\": \"\"search-first\"\", \"\"must_have\"\": \"\"version-switching\"\"}\",Poor navigation + No search,HIGH\r\n31,Hyperlocal Services,Conversion + Feature-Rich,Minimalism + Vibrant & Block-based,Location markers + Trust colors,Clear + Functional typography,Map hover + Provider card reveals,\"{\"\"must_have\"\": \"\"map-integration\"\", \"\"must_have\"\": \"\"booking-system\"\"}\",No map + Hidden reviews,HIGH\r\n32,Beauty/Spa/Wellness Service,Hero-Centric + Social Proof,Soft UI Evolution + Neumorphism,Soft pastels (Pink Sage Cream) + Gold accents,Elegant + Calming typography,Soft shadows + Smooth transitions (200-300ms) + Gentle hover,\"{\"\"must_have\"\": \"\"booking-system\"\", \"\"must_have\"\": \"\"before-after-gallery\"\", \"\"if_luxury\"\": \"\"add-gold-accents\"\"}\",Bright neon colors + Harsh animations + Dark mode,HIGH\r\n33,Luxury/Premium Brand,Storytelling + Feature-Rich,Liquid Glass + Glassmorphism,Black + Gold (#FFD700) + White,Elegant + Refined typography,Slow parallax + Premium reveals (400-600ms),\"{\"\"must_have\"\": \"\"high-quality-imagery\"\", \"\"must_have\"\": \"\"storytelling\"\"}\",Cheap visuals + Fast animations,HIGH\r\n34,Restaurant/Food Service,Hero-Centric + Conversion,Vibrant & Block-based + Motion-Driven,Warm colors (Orange Red Brown),Appetizing + Clear typography,Food image reveal + Menu hover effects,\"{\"\"must_have\"\": \"\"high_quality_images\"\", \"\"if_delivery\"\": \"\"emphasize-speed\"\"}\",Low-quality imagery + Outdated hours,HIGH\r\n35,Fitness/Gym App,Feature-Rich + Data,Vibrant & Block-based + Dark Mode (OLED),Energetic (Orange #FF6B35) + Dark bg,Bold + Motivational typography,Progress ring animations + Achievement unlocks,\"{\"\"must_have\"\": \"\"progress-tracking\"\", \"\"must_have\"\": \"\"workout-plans\"\"}\",Static design + No gamification,HIGH\r\n36,Real Estate/Property,Hero-Centric + Feature-Rich,Glassmorphism + Minimalism,Trust Blue + Gold + White,Professional + Confident,3D property tour zoom + Map hover,\"{\"\"if_luxury\"\": \"\"add-3d-models\"\", \"\"must_have\"\": \"\"map-integration\"\"}\",Poor photos + No virtual tours,HIGH\r\n37,Travel/Tourism Agency,Storytelling-Driven + Hero,Aurora UI + Motion-Driven,Vibrant destination + Sky Blue,Inspirational + Engaging,Destination parallax + Itinerary animations,\"{\"\"if_experience_focused\"\": \"\"use-storytelling\"\", \"\"must_have\"\": \"\"mobile-booking\"\"}\",Generic photos + Complex booking,HIGH\r\n38,Hotel/Hospitality,Hero-Centric + Social Proof,Liquid Glass + Minimalism,Warm neutrals + Gold (#D4AF37),Elegant + Welcoming typography,Room gallery + Amenity reveals,\"{\"\"must_have\"\": \"\"room-booking\"\", \"\"must_have\"\": \"\"virtual-tour\"\"}\",Poor photos + Complex booking,HIGH\r\n39,Wedding/Event Planning,Storytelling + Social Proof,Soft UI Evolution + Aurora UI,Soft Pink (#FFD6E0) + Gold + Cream,Elegant + Romantic typography,Gallery reveals + Timeline animations,\"{\"\"must_have\"\": \"\"portfolio-gallery\"\", \"\"must_have\"\": \"\"planning-tools\"\"}\",Generic templates + No portfolio,HIGH\r\n40,Legal Services,Trust & Authority + Minimal,Trust & Authority + Minimalism,Navy Blue (#1E3A5F) + Gold + White,Professional + Authoritative typography,Practice area reveal + Attorney profile animations,\"{\"\"must_have\"\": \"\"case-results\"\", \"\"must_have\"\": \"\"credential-display\"\"}\",Outdated design + Hidden credentials + AI purple/pink gradients,HIGH\r\n41,Insurance Platform,Conversion + Trust,Trust & Authority + Flat Design,Trust Blue (#0066CC) + Green + Neutral,Clear + Professional typography,Quote calculator animations + Policy comparison,\"{\"\"must_have\"\": \"\"quote-calculator\"\", \"\"must_have\"\": \"\"policy-comparison\"\"}\",Confusing pricing + No trust signals + AI purple/pink gradients,HIGH\r\n42,Banking/Traditional Finance,Trust & Authority + Feature,Minimalism + Accessible & Ethical,Navy (#0A1628) + Trust Blue + Gold,Professional + Trustworthy typography,Smooth number animations + Security indicators,\"{\"\"must_have\"\": \"\"security-first\"\", \"\"must_have\"\": \"\"accessibility\"\"}\",Playful design + Poor security UX + AI purple/pink gradients,HIGH\r\n43,Online Course/E-learning,Feature-Rich + Social Proof,Claymorphism + Vibrant & Block-based,Vibrant learning colors + Progress green,Friendly + Engaging typography,Progress bar animations + Certificate reveals,\"{\"\"must_have\"\": \"\"progress-tracking\"\", \"\"must_have\"\": \"\"video-player\"\"}\",Boring design + No gamification,HIGH\r\n44,Non-profit/Charity,Storytelling + Trust,Accessible & Ethical + Organic Biophilic,Cause-related colors + Trust + Warm,Heartfelt + Readable typography,Impact counter animations + Story reveals,\"{\"\"must_have\"\": \"\"impact-stories\"\", \"\"must_have\"\": \"\"donation-transparency\"\"}\",No impact data + Hidden financials,HIGH\r\n45,Music Streaming,Feature-Rich Showcase,Dark Mode (OLED) + Vibrant & Block-based,Dark (#121212) + Vibrant accents + Album art colors,Modern + Bold typography,Waveform visualization + Playlist animations,\"{\"\"must_have\"\": \"\"audio-player-ux\"\", \"\"if_discovery_focused\"\": \"\"add-playlist-recommendations\"\"}\",Cluttered layout + Poor audio player UX,HIGH\r\n46,Video Streaming/OTT,Hero-Centric + Feature-Rich,Dark Mode (OLED) + Motion-Driven,Dark bg + Poster colors + Brand accent,Bold + Engaging typography,Video player animations + Content carousel (parallax),\"{\"\"must_have\"\": \"\"continue-watching\"\", \"\"if_personalized\"\": \"\"add-recommendations\"\"}\",Static layout + Slow video player,HIGH\r\n47,Job Board/Recruitment,Conversion-Optimized + Feature-Rich,Flat Design + Minimalism,Professional Blue + Success Green + Neutral,Clear + Professional typography,Search/filter animations + Application flow,\"{\"\"must_have\"\": \"\"advanced-search\"\", \"\"if_salary_focused\"\": \"\"highlight-compensation\"\"}\",Outdated forms + Hidden filters,HIGH\r\n48,Marketplace (P2P),Feature-Rich Showcase + Social Proof,Vibrant & Block-based + Flat Design,Trust colors + Category colors + Success green,Modern + Engaging typography,Review star animations + Listing hover effects,\"{\"\"must_have\"\": \"\"seller-profiles\"\", \"\"must_have\"\": \"\"secure-payment\"\"}\",Low trust signals + Confusing layout,HIGH\r\n49,Logistics/Delivery,Feature-Rich Showcase + Real-Time,Minimalism + Flat Design,Blue (#2563EB) + Orange (tracking) + Green,Clear + Functional typography,Real-time tracking animation + Status pulse,\"{\"\"must_have\"\": \"\"tracking-map\"\", \"\"must_have\"\": \"\"delivery-updates\"\"}\",Static tracking + No map integration + AI purple/pink gradients,HIGH\r\n50,Agriculture/Farm Tech,Feature-Rich Showcase,Organic Biophilic + Flat Design,Earth Green (#4A7C23) + Brown + Sky Blue,Clear + Informative typography,Data visualization + Weather animations,\"{\"\"must_have\"\": \"\"sensor-dashboard\"\", \"\"if_crop_focused\"\": \"\"add-health-indicators\"\"}\",Generic design + Ignored accessibility + AI purple/pink gradients,MEDIUM\r\n51,Construction/Architecture,Hero-Centric + Feature-Rich,Minimalism + 3D & Hyperrealism,Grey (#4A4A4A) + Orange (safety) + Blueprint Blue,Professional + Bold typography,3D model viewer + Timeline animations,\"{\"\"must_have\"\": \"\"project-portfolio\"\", \"\"if_team_collaboration\"\": \"\"add-real-time-updates\"\"}\",2D-only layouts + Poor image quality + AI purple/pink gradients,HIGH\r\n52,Automotive/Car Dealership,Hero-Centric + Feature-Rich,Motion-Driven + 3D & Hyperrealism,Brand colors + Metallic + Dark/Light,Bold + Confident typography,360 product view + Configurator animations,\"{\"\"must_have\"\": \"\"vehicle-comparison\"\", \"\"must_have\"\": \"\"financing-calculator\"\"}\",Static product pages + Poor UX,HIGH\r\n53,Photography Studio,Storytelling-Driven + Hero-Centric,Motion-Driven + Minimalism,Black + White + Minimal accent,Elegant + Minimal typography,Full-bleed gallery + Before/after reveal,\"{\"\"must_have\"\": \"\"portfolio-showcase\"\", \"\"if_booking\"\": \"\"add-calendar-system\"\"}\",Heavy text + Poor image showcase,HIGH\r\n54,Coworking Space,Hero-Centric + Feature-Rich,Vibrant & Block-based + Glassmorphism,Energetic colors + Wood tones + Brand,Modern + Engaging typography,Space tour video + Amenity reveal animations,\"{\"\"must_have\"\": \"\"virtual-tour\"\", \"\"must_have\"\": \"\"booking-system\"\"}\",Outdated photos + Confusing layout,MEDIUM\r\n55,Home Services (Plumber/Electrician),Conversion-Optimized + Trust,Flat Design + Trust & Authority,Trust Blue + Safety Orange + Grey,Professional + Clear typography,Emergency contact highlight + Service menu animations,\"{\"\"must_have\"\": \"\"emergency-contact\"\", \"\"must_have\"\": \"\"certifications-display\"\"}\",Hidden contact info + No certifications,HIGH\r\n56,Childcare/Daycare,Social Proof-Focused + Trust,Claymorphism + Vibrant & Block-based,Playful pastels + Safe colors + Warm,Friendly + Playful typography,Parent portal animations + Activity gallery reveal,\"{\"\"must_have\"\": \"\"parent-communication\"\", \"\"must_have\"\": \"\"safety-certifications\"\"}\",Generic design + Hidden safety info,HIGH\r\n57,Senior Care/Elderly,Trust & Authority + Accessible,Accessible & Ethical + Soft UI Evolution,Calm Blue + Warm neutrals + Large text,Large + Clear typography (18px+),Large touch targets + Clear navigation,\"{\"\"must_have\"\": \"\"wcag-aaa\"\", \"\"must_have\"\": \"\"family-portal\"\"}\",Small text + Complex navigation + AI purple/pink gradients,HIGH\r\n58,Medical Clinic,Trust & Authority + Conversion,Accessible & Ethical + Minimalism,Medical Blue (#0077B6) + Trust White,Professional + Readable typography,Online booking flow + Doctor profile reveals,\"{\"\"must_have\"\": \"\"appointment-booking\"\", \"\"must_have\"\": \"\"insurance-info\"\"}\",Outdated interface + Confusing booking + AI purple/pink gradients,HIGH\r\n59,Pharmacy/Drug Store,Conversion-Optimized + Trust,Flat Design + Accessible & Ethical,Pharmacy Green + Trust Blue + Clean White,Clear + Functional typography,Prescription upload flow + Refill reminders,\"{\"\"must_have\"\": \"\"prescription-management\"\", \"\"must_have\"\": \"\"drug-interaction-warnings\"\"}\",Confusing layout + Privacy concerns + AI purple/pink gradients,HIGH\r\n60,Dental Practice,Social Proof-Focused + Conversion,Soft UI Evolution + Minimalism,Fresh Blue + White + Smile Yellow,Friendly + Professional typography,Before/after gallery + Patient testimonial carousel,\"{\"\"must_have\"\": \"\"before-after-gallery\"\", \"\"must_have\"\": \"\"appointment-system\"\"}\",Poor imagery + No testimonials,HIGH\r\n61,Veterinary Clinic,Social Proof-Focused + Trust,Claymorphism + Accessible & Ethical,Caring Blue + Pet colors + Warm,Friendly + Welcoming typography,Pet profile management + Service animations,\"{\"\"must_have\"\": \"\"pet-portal\"\", \"\"must_have\"\": \"\"emergency-contact\"\"}\",Generic design + Hidden services,MEDIUM\r\n62,Florist/Plant Shop,Hero-Centric + Conversion,Organic Biophilic + Vibrant & Block-based,Natural Green + Floral pinks/purples,Elegant + Natural typography,Product reveal + Seasonal transitions,\"{\"\"must_have\"\": \"\"delivery-scheduling\"\", \"\"must_have\"\": \"\"care-guides\"\"}\",Poor imagery + No seasonal content,MEDIUM\r\n63,Bakery/Cafe,Hero-Centric + Conversion,Vibrant & Block-based + Soft UI Evolution,Warm Brown + Cream + Appetizing accents,Warm + Inviting typography,Menu hover + Order animations,\"{\"\"must_have\"\": \"\"menu-display\"\", \"\"must_have\"\": \"\"online-ordering\"\"}\",Poor food photos + Hidden hours,HIGH\r\n64,Brewery/Winery,Storytelling + Hero-Centric,Motion-Driven + Storytelling-Driven,Deep amber/burgundy + Gold + Craft,Artisanal + Heritage typography,Tasting note reveals + Heritage timeline,\"{\"\"must_have\"\": \"\"product-showcase\"\", \"\"must_have\"\": \"\"story-heritage\"\"}\",Generic product pages + No story,HIGH\r\n65,Airline,Conversion + Feature-Rich,Minimalism + Glassmorphism,Sky Blue + Brand colors + Trust,Clear + Professional typography,Flight search animations + Boarding pass reveals,\"{\"\"must_have\"\": \"\"flight-search\"\", \"\"must_have\"\": \"\"mobile-first\"\"}\",Complex booking + Poor mobile,HIGH\r\n66,News/Media Platform,Hero-Centric + Feature-Rich,Minimalism + Flat Design,Brand colors + High contrast,Clear + Readable typography,Breaking news badge + Article reveal animations,\"{\"\"must_have\"\": \"\"mobile-first-reading\"\", \"\"must_have\"\": \"\"category-navigation\"\"}\",Cluttered layout + Slow loading,HIGH\r\n67,Magazine/Blog,Storytelling + Hero-Centric,Swiss Modernism 2.0 + Motion-Driven,Editorial colors + Brand + Clean white,Editorial + Elegant typography,Article transitions + Category reveals,\"{\"\"must_have\"\": \"\"article-showcase\"\", \"\"must_have\"\": \"\"newsletter-signup\"\"}\",Poor typography + Slow loading,HIGH\r\n68,Freelancer Platform,Feature-Rich + Conversion,Flat Design + Minimalism,Professional Blue + Success Green,Clear + Professional typography,Skill match animations + Review reveals,\"{\"\"must_have\"\": \"\"portfolio-display\"\", \"\"must_have\"\": \"\"skill-matching\"\"}\",Poor profiles + No reviews,HIGH\r\n69,Marketing Agency,Storytelling + Feature-Rich,Brutalism + Motion-Driven,Bold brand colors + Creative freedom,Bold + Expressive typography,Portfolio reveals + Results animations,\"{\"\"must_have\"\": \"\"portfolio\"\", \"\"must_have\"\": \"\"results-metrics\"\"}\",Boring design + Hidden work,HIGH\r\n70,Event Management,Hero-Centric + Feature-Rich,Vibrant & Block-based + Motion-Driven,Event theme colors + Excitement accents,Bold + Engaging typography,Countdown timer + Registration flow,\"{\"\"must_have\"\": \"\"registration\"\", \"\"must_have\"\": \"\"agenda-display\"\"}\",Confusing registration + No countdown,HIGH\r\n71,Membership/Community,Social Proof + Conversion,Vibrant & Block-based + Soft UI Evolution,Community brand colors + Engagement,Friendly + Engaging typography,Member counter + Benefit reveals,\"{\"\"must_have\"\": \"\"member-benefits\"\", \"\"must_have\"\": \"\"pricing-tiers\"\"}\",Hidden benefits + No community proof,HIGH\r\n72,Newsletter Platform,Minimal + Conversion,Minimalism + Flat Design,Brand primary + Clean white + CTA,Clean + Readable typography,Subscribe form + Archive reveals,\"{\"\"must_have\"\": \"\"subscribe-form\"\", \"\"must_have\"\": \"\"sample-content\"\"}\",Complex signup + No preview,MEDIUM\r\n73,Digital Products/Downloads,Feature-Rich + Conversion,Vibrant & Block-based + Motion-Driven,Product colors + Brand + Success green,Modern + Clear typography,Product preview + Instant delivery animations,\"{\"\"must_have\"\": \"\"product-preview\"\", \"\"must_have\"\": \"\"instant-delivery\"\"}\",No preview + Slow delivery,HIGH\r\n74,Church/Religious Organization,Hero-Centric + Social Proof,Accessible & Ethical + Soft UI Evolution,Warm Gold + Deep Purple/Blue + White,Welcoming + Clear typography,Service time highlights + Event calendar,\"{\"\"must_have\"\": \"\"service-times\"\", \"\"must_have\"\": \"\"community-events\"\"}\",Outdated design + Hidden info,MEDIUM\r\n75,Sports Team/Club,Hero-Centric + Feature-Rich,Vibrant & Block-based + Motion-Driven,Team colors + Energetic accents,Bold + Impactful typography,Score animations + Schedule reveals,\"{\"\"must_have\"\": \"\"schedule\"\", \"\"must_have\"\": \"\"roster\"\"}\",Static content + Poor fan engagement,HIGH\r\n76,Museum/Gallery,Storytelling + Feature-Rich,Minimalism + Motion-Driven,Art-appropriate neutrals + Exhibition accents,Elegant + Minimal typography,Virtual tour + Collection reveals,\"{\"\"must_have\"\": \"\"virtual-tour\"\", \"\"must_have\"\": \"\"exhibition-info\"\"}\",Cluttered layout + No online access,HIGH\r\n77,Theater/Cinema,Hero-Centric + Conversion,Dark Mode (OLED) + Motion-Driven,Dark + Spotlight accents + Gold,Dramatic + Bold typography,Seat selection + Trailer reveals,\"{\"\"must_have\"\": \"\"showtimes\"\", \"\"must_have\"\": \"\"seat-selection\"\"}\",Poor booking UX + No trailers,HIGH\r\n78,Language Learning App,Feature-Rich + Social Proof,Claymorphism + Vibrant & Block-based,Playful colors + Progress indicators,Friendly + Clear typography,Progress animations + Achievement unlocks,\"{\"\"must_have\"\": \"\"progress-tracking\"\", \"\"must_have\"\": \"\"gamification\"\"}\",Boring design + No motivation,HIGH\r\n79,Coding Bootcamp,Feature-Rich + Social Proof,Dark Mode (OLED) + Minimalism,Code editor colors + Brand + Success,Technical + Clear typography,Terminal animations + Career outcome reveals,\"{\"\"must_have\"\": \"\"curriculum\"\", \"\"must_have\"\": \"\"career-outcomes\"\"}\",Light mode only + Hidden results,HIGH\r\n80,Cybersecurity Platform,Trust & Authority + Real-Time,Cyberpunk UI + Dark Mode (OLED),Matrix Green (#00FF00) + Deep Black,Technical + Clear typography,Threat visualization + Alert animations,\"{\"\"must_have\"\": \"\"real-time-monitoring\"\", \"\"must_have\"\": \"\"threat-display\"\"}\",Light mode + Poor data viz,HIGH\r\n81,Developer Tool / IDE,Minimal + Documentation,Dark Mode (OLED) + Minimalism,Dark syntax theme + Blue focus,Monospace + Functional typography,Syntax highlighting + Command palette,\"{\"\"must_have\"\": \"\"keyboard-shortcuts\"\", \"\"must_have\"\": \"\"documentation\"\"}\",Light mode default + Slow performance,HIGH\r\n82,Biotech / Life Sciences,Storytelling + Data,Glassmorphism + Clean Science,Sterile White + DNA Blue + Life Green,Scientific + Clear typography,Data visualization + Research reveals,\"{\"\"must_have\"\": \"\"data-accuracy\"\", \"\"must_have\"\": \"\"clean-aesthetic\"\"}\",Cluttered data + Poor credibility,HIGH\r\n83,Space Tech / Aerospace,Immersive + Feature-Rich,Holographic/HUD + Dark Mode,Deep Space Black + Star White + Metallic,Futuristic + Precise typography,Telemetry animations + 3D renders,\"{\"\"must_have\"\": \"\"high-tech-feel\"\", \"\"must_have\"\": \"\"precision-data\"\"}\",Generic design + No immersion,HIGH\r\n84,Architecture / Interior,Portfolio + Hero-Centric,Exaggerated Minimalism + High Imagery,Monochrome + Gold Accent + High Imagery,Architectural + Elegant typography,Project gallery + Blueprint reveals,\"{\"\"must_have\"\": \"\"high-res-images\"\", \"\"must_have\"\": \"\"project-portfolio\"\"}\",Poor imagery + Cluttered layout,HIGH\r\n85,Quantum Computing Interface,Immersive + Interactive,Holographic/HUD + Dark Mode,Quantum Blue (#00FFFF) + Deep Black,Futuristic + Scientific typography,Probability visualizations + Qubit state animations,\"{\"\"must_have\"\": \"\"complexity-visualization\"\", \"\"must_have\"\": \"\"scientific-credibility\"\"}\",Generic tech design + No viz,HIGH\r\n86,Biohacking / Longevity App,Data-Dense + Storytelling,Biomimetic/Organic 2.0 + Minimalism,Cellular Pink/Red + DNA Blue + White,Scientific + Clear typography,Biological data viz + Progress animations,\"{\"\"must_have\"\": \"\"data-privacy\"\", \"\"must_have\"\": \"\"scientific-credibility\"\"}\",Generic health app + No privacy,HIGH\r\n87,Autonomous Drone Fleet Manager,Real-Time + Feature-Rich,HUD/Sci-Fi FUI + Real-Time,Tactical Green + Alert Red + Map Dark,Technical + Functional typography,Telemetry animations + 3D spatial awareness,\"{\"\"must_have\"\": \"\"real-time-telemetry\"\", \"\"must_have\"\": \"\"safety-alerts\"\"}\",Slow updates + Poor spatial viz,HIGH\r\n88,Generative Art Platform,Showcase + Feature-Rich,Minimalism + Gen Z Chaos,Neutral (#F5F5F5) + User Content,Minimal + Content-focused typography,Gallery masonry + Minting animations,\"{\"\"must_have\"\": \"\"fast-loading\"\", \"\"must_have\"\": \"\"creator-attribution\"\"}\",Heavy chrome + Slow loading,HIGH\r\n89,Spatial Computing OS / App,Immersive + Interactive,Spatial UI (VisionOS) + Glassmorphism,Frosted Glass + System Colors + Depth,Spatial + Readable typography,Depth hierarchy + Gaze interactions,\"{\"\"must_have\"\": \"\"depth-hierarchy\"\", \"\"must_have\"\": \"\"environment-awareness\"\"}\",2D design + No spatial depth,HIGH\r\n90,Sustainable Energy / Climate Tech,Data + Trust,Organic Biophilic + E-Ink/Paper,Earth Green + Sky Blue + Solar Yellow,Clear + Informative typography,Impact viz + Progress animations,\"{\"\"must_have\"\": \"\"data-transparency\"\", \"\"must_have\"\": \"\"impact-visualization\"\"}\",Greenwashing + No real data,HIGH\r\n91,Personal Finance Tracker,Interactive Product Demo,Glassmorphism + Dark Mode (OLED),Calm blue + success green + alert red + chart accents,Modern + Clear hierarchy,Backdrop blur (10-20px) + Translucent overlays,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\", \"\"if_low_performance\"\": \"\"fallback-to-flat\"\"}\",Pure white backgrounds,HIGH\r\n92,Chat & Messaging App,Feature-Rich Showcase + Demo,Minimalism + Micro-interactions,Brand primary + bubble contrast (sender/receiver) + typing grey,Professional + Clean hierarchy,Subtle hover 200ms + Smooth transitions + Clean,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration,HIGH\r\n93,Notes & Writing App,Minimal & Direct,Minimalism + Flat Design,Clean white/cream + minimal accent + editor syntax colors,Professional + Clean hierarchy,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration + Complex shadows + 3D effects,HIGH\r\n94,Habit Tracker,Social Proof-Focused + Demo,Claymorphism + Vibrant & Block-based,Streak warm (amber/orange) + progress green + motivational accents,Playful + Rounded + Friendly,Multi-layer shadows + Spring bounce + Soft press 200ms,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Muted colors + Low energy,HIGH\r\n95,Food Delivery / On-Demand,Hero-Centric Design + Feature-Rich,Vibrant & Block-based + Motion-Driven,Appetizing warm (orange/red) + trust blue + map accent,Energetic + Bold + Large,Scroll animations + Parallax + Page transitions,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Muted colors + Low energy,HIGH\r\n96,Ride Hailing / Transportation,Conversion-Optimized + Demo,Minimalism + Glassmorphism,Brand primary + map neutral + status indicator colors,Professional + Clean hierarchy,Backdrop blur (10-20px) + Translucent overlays,\"{\"\"if_low_performance\"\": \"\"fallback-to-flat\"\", \"\"if_conversion_focused\"\": \"\"add-urgency-colors\"\"}\",Excessive decoration,HIGH\r\n97,Recipe & Cooking App,Hero-Centric Design + Feature-Rich,Claymorphism + Vibrant & Block-based,Warm food tones (terracotta/sage/cream) + appetizing imagery,Playful + Rounded + Friendly,Multi-layer shadows + Spring bounce + Soft press 200ms,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Muted colors + Low energy,HIGH\r\n98,Meditation & Mindfulness,Storytelling-Driven + Social Proof,Neumorphism + Soft UI Evolution,Ultra-calm pastels (lavender/sage/sky) + breathing animation gradient,Subtle + Soft + Monochromatic,Dual shadows (light+dark) + Soft press 150ms,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Inconsistent styling + Poor contrast ratios,HIGH\r\n99,Weather App,Hero-Centric Design,Glassmorphism + Aurora UI,Atmospheric gradients (sky blue → sunset → storm grey) + temp scale,Modern + Clear hierarchy,Backdrop blur (10-20px) + Translucent overlays,\"{\"\"if_low_performance\"\": \"\"fallback-to-flat\"\"}\",Inconsistent styling + Poor contrast ratios,HIGH\r\n100,Diary & Journal App,Storytelling-Driven,Soft UI Evolution + Minimalism,Warm paper tones (cream/linen) + muted ink + mood-coded accents,Professional + Clean hierarchy,Subtle hover 200ms + Smooth transitions + Clean,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration,HIGH\r\n101,CRM & Client Management,Feature-Rich Showcase + Demo,Flat Design + Minimalism,Professional blue + pipeline stage colors + closed-won green,Professional + Clean hierarchy,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration + Complex shadows + 3D effects,HIGH\r\n102,Inventory & Stock Management,Feature-Rich Showcase,Flat Design + Minimalism,Functional neutral + status traffic-light (green/amber/red) + scanner accent,Professional + Clean hierarchy,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration + Complex shadows + 3D effects,HIGH\r\n103,Flashcard & Study Tool,Feature-Rich Showcase + Demo,Claymorphism + Micro-interactions,Playful primary + correct green + incorrect red + progress blue,Playful + Rounded + Friendly,Multi-layer shadows + Spring bounce + Soft press 200ms,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Inconsistent styling + Poor contrast ratios,HIGH\r\n104,Booking & Appointment App,Conversion-Optimized,Soft UI Evolution + Flat Design,Trust blue + available green + booked grey + confirm accent,Bold + Clean + Sans-serif,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_conversion_focused\"\": \"\"add-urgency-colors\"\"}\",Complex shadows + 3D effects,HIGH\r\n105,Invoice & Billing Tool,Conversion-Optimized + Trust,Minimalism + Flat Design,Professional navy + paid green + overdue red + neutral grey,Professional + Clean hierarchy,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_conversion_focused\"\": \"\"add-urgency-colors\"\"}\",Excessive decoration + Complex shadows + 3D effects,HIGH\r\n106,Grocery & Shopping List,Minimal & Direct + Demo,Flat Design + Vibrant & Block-based,Fresh green + food-category colors + checkmark accent,Bold + Clean + Sans-serif,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Complex shadows + 3D effects + Muted colors + Low energy,HIGH\r\n107,Timer & Pomodoro,Minimal & Direct,Minimalism + Neumorphism,High-contrast on dark + focus red/amber + break green,Professional + Clean hierarchy,Dual shadows (light+dark) + Soft press 150ms,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration,HIGH\r\n108,Parenting & Baby Tracker,Social Proof-Focused + Trust,Claymorphism + Soft UI Evolution,Soft pastels (baby pink/sky blue/mint/peach) + warm accents,Playful + Rounded + Friendly,Multi-layer shadows + Spring bounce + Soft press 200ms,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Inconsistent styling + Poor contrast ratios,HIGH\r\n109,Scanner & Document Manager,Feature-Rich Showcase + Demo,Minimalism + Flat Design,Clean white + camera viewfinder accent + file-type color coding,Professional + Clean hierarchy,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration + Complex shadows + 3D effects,HIGH\r\n110,Calendar & Scheduling App,Feature-Rich Showcase + Demo,Flat Design + Micro-interactions,Clean blue + event category accent colors + success green,Bold + Clean + Sans-serif,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Complex shadows + 3D effects,HIGH\r\n111,Password Manager,Trust & Authority + Feature-Rich,Minimalism + Accessible & Ethical,Trust blue + security green + dark neutral,Professional + Clean hierarchy,Subtle hover 200ms + Smooth transitions + Clean,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration + Color-only indicators,HIGH\r\n112,Expense Splitter / Bill Split,Minimal & Direct + Demo,Flat Design + Vibrant & Block-based,Success green + alert red + neutral grey + avatar accent colors,Bold + Clean + Sans-serif,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Complex shadows + 3D effects + Muted colors + Low energy,HIGH\r\n113,Voice Recorder & Memo,Interactive Product Demo + Minimal,Minimalism + AI-Native UI,Clean white + recording red + waveform accent,Professional + Clean hierarchy,Subtle hover 200ms + Smooth transitions + Clean,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration,HIGH\r\n114,Bookmark & Read-Later,Minimal & Direct + Demo,Minimalism + Flat Design,Paper warm white + ink neutral + minimal accent + tag colors,Professional + Clean hierarchy,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration + Complex shadows + 3D effects,HIGH\r\n115,Translator App,Feature-Rich Showcase + Interactive Demo,Flat Design + AI-Native UI,Global blue + neutral grey + language flag accent,Bold + Clean + Sans-serif,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Complex shadows + 3D effects,HIGH\r\n116,Calculator & Unit Converter,Minimal & Direct,Neumorphism + Minimalism,Dark functional + orange operation keys + clear button hierarchy,Professional + Clean hierarchy,Dual shadows (light+dark) + Soft press 150ms,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration,HIGH\r\n117,Alarm & World Clock,Minimal & Direct,Dark Mode (OLED) + Minimalism,Deep dark + ambient glow accent + timezone gradient,Professional + Clean hierarchy,Subtle glow + Neon accents + High contrast,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\"}\",Excessive decoration + Pure white backgrounds,HIGH\r\n118,File Manager & Transfer,Feature-Rich Showcase + Demo,Flat Design + Minimalism,\"Functional neutral + file type color coding (PDF orange, doc blue, image purple)\",Professional + Clean hierarchy,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration + Complex shadows + 3D effects,HIGH\r\n119,Email Client,Feature-Rich Showcase + Demo,Flat Design + Minimalism,Clean white + brand primary + priority red + snooze amber,Professional + Clean hierarchy,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration + Complex shadows + 3D effects,HIGH\r\n120,Casual Puzzle Game,Feature-Rich Showcase + Social Proof,Claymorphism + Vibrant & Block-based,Cheerful pastels + progression gradient + reward gold + bright accent,Playful + Rounded + Friendly,Multi-layer shadows + Spring bounce + Soft press 200ms,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Muted colors + Low energy,HIGH\r\n121,Trivia & Quiz Game,Feature-Rich Showcase + Social Proof,Vibrant & Block-based + Micro-interactions,Energetic blue + correct green + incorrect red + leaderboard gold,Energetic + Bold + Large,Haptic feedback + Small 50-100ms animations,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Muted colors + Low energy,HIGH\r\n122,Card & Board Game,Feature-Rich Showcase,3D & Hyperrealism + Flat Design,Game-theme felt green + dark wood + card back patterns,Bold + Clean + Sans-serif,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Complex shadows + 3D effects,HIGH\r\n123,Idle & Clicker Game,Feature-Rich Showcase,Vibrant & Block-based + Motion-Driven,Coin gold + upgrade blue + prestige purple + progress green,Energetic + Bold + Large,Scroll animations + Parallax + Page transitions,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Muted colors + Low energy,HIGH\r\n124,Word & Crossword Game,Minimal & Direct + Demo,Minimalism + Flat Design,Clean white + warm letter tiles + success green + shake red,Professional + Clean hierarchy,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration + Complex shadows + 3D effects,HIGH\r\n125,Arcade & Retro Game,Feature-Rich Showcase + Hero-Centric,Pixel Art + Retro-Futurism,Neon on black + pixel palette + score gold + danger red,Nostalgic + Monospace + Neon,Subtle hover (200ms) + Smooth transitions,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Inconsistent styling + Poor contrast ratios,HIGH\r\n126,Photo Editor & Filters,Feature-Rich Showcase + Interactive Demo,Minimalism + Dark Mode (OLED),Dark editor background + vibrant filter preview strip + tool icon accent,Professional + Clean hierarchy,Subtle glow + Neon accents + High contrast,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\"}\",Excessive decoration + Pure white backgrounds,HIGH\r\n127,Short Video Editor,Feature-Rich Showcase + Hero-Centric,Dark Mode (OLED) + Motion-Driven,Dark background + timeline track accent colors + effect preview vivid,High contrast + Light on dark,Subtle glow + Neon accents + High contrast,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\"}\",Pure white backgrounds,HIGH\r\n128,Drawing & Sketching Canvas,Interactive Product Demo + Storytelling,Minimalism + Dark Mode (OLED),Neutral canvas + full-spectrum color picker + tool panel dark,Professional + Clean hierarchy,Subtle glow + Neon accents + High contrast,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\"}\",Excessive decoration + Pure white backgrounds,HIGH\r\n129,Music Creation & Beat Maker,Interactive Product Demo + Storytelling,Dark Mode (OLED) + Motion-Driven,Dark studio background + track colors rainbow + waveform accent + BPM pulse,High contrast + Light on dark,Subtle glow + Neon accents + High contrast,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\"}\",Pure white backgrounds,HIGH\r\n130,Meme & Sticker Maker,Feature-Rich Showcase + Social Proof,Vibrant & Block-based + Flat Design,Bold primary + comedic yellow + viral red + high saturation accent,Bold + Clean + Sans-serif,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Complex shadows + 3D effects + Muted colors + Low energy,HIGH\r\n131,AI Photo & Avatar Generator,Feature-Rich Showcase + Social Proof,AI-Native UI + Aurora UI,AI purple + aurora gradients + before/after neutral,Elegant + Gradient-friendly,Flowing gradients 8-12s + Color morphing,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Inconsistent styling + Poor contrast ratios,HIGH\r\n132,Link-in-Bio Page Builder,Conversion-Optimized + Social Proof,Vibrant & Block-based + Bento Box Grid,Brand-customizable + accent link color + clean white canvas,Energetic + Bold + Large,Large section gaps 48px+ + Color shift hover + Scroll-snap,\"{\"\"if_conversion_focused\"\": \"\"add-urgency-colors\"\", \"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Muted colors + Low energy,HIGH\r\n133,Wardrobe & Outfit Planner,Storytelling-Driven + Feature-Rich,Minimalism + Motion-Driven,Clean fashion neutral + full clothes color palette + accent,Professional + Clean hierarchy,Subtle hover 200ms + Smooth transitions + Clean,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration,HIGH\r\n134,Plant Care Tracker,Storytelling-Driven + Social Proof,Organic Biophilic + Soft UI Evolution,Nature greens + earth brown + sunny yellow reminder + water blue,Warm + Humanist + Natural,Rounded 16-24px + Natural shadows + Flowing SVG,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Inconsistent styling + Poor contrast ratios,HIGH\r\n135,Book & Reading Tracker,Social Proof-Focused + Feature-Rich,Swiss Modernism 2.0 + Minimalism,Warm paper white + ink brown + reading progress green + book cover colors,Professional + Clean hierarchy,Subtle hover 200ms + Smooth transitions + Clean,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Excessive decoration,HIGH\r\n136,Couple & Relationship App,Storytelling-Driven + Social Proof,Aurora UI + Soft UI Evolution,Warm romantic pink/rose + soft gradient + memory photo tones,Elegant + Gradient-friendly,Flowing gradients 8-12s + Color morphing,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Inconsistent styling + Poor contrast ratios,HIGH\r\n137,Family Calendar & Chores,Feature-Rich Showcase + Social Proof,Flat Design + Claymorphism,Warm playful + member color coding + chore completion green,Playful + Rounded + Friendly,Multi-layer shadows + Spring bounce + Soft press 200ms,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Complex shadows + 3D effects,HIGH\r\n138,Mood Tracker,Storytelling-Driven + Social Proof,Soft UI Evolution + Minimalism,Emotion gradient (blue sad to yellow happy) + pastel per mood + insight accent,Professional + Clean hierarchy,Subtle hover 200ms + Smooth transitions + Clean,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Excessive decoration,HIGH\r\n139,Gift & Wishlist,Minimal & Direct + Conversion,Vibrant & Block-based + Soft UI Evolution,Celebration warm pink/gold/red + category colors + surprise accent,Energetic + Bold + Large,Large section gaps 48px+ + Color shift hover + Scroll-snap,\"{\"\"if_conversion_focused\"\": \"\"add-urgency-colors\"\"}\",Muted colors + Low energy,HIGH\r\n140,Running & Cycling GPS,Feature-Rich Showcase + Social Proof,Dark Mode (OLED) + Vibrant & Block-based,Energetic orange + map accent + pace zones (green/yellow/red),High contrast + Light on dark,Subtle glow + Neon accents + High contrast,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\", \"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Pure white backgrounds + Muted colors + Low energy,HIGH\r\n141,Yoga & Stretching Guide,Storytelling-Driven + Social Proof,Organic Biophilic + Soft UI Evolution,Earth calming sage/terracotta/cream + breathing gradient + warm accent,Warm + Humanist + Natural,Rounded 16-24px + Natural shadows + Flowing SVG,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Inconsistent styling + Poor contrast ratios,HIGH\r\n142,Sleep Tracker,Feature-Rich Showcase + Social Proof,Dark Mode (OLED) + Neumorphism,Deep midnight blue + stars/moon accent + sleep quality gradient (poor red to great green),High contrast + Light on dark,Dual shadows (light+dark) + Soft press 150ms,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\", \"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Pure white backgrounds,HIGH\r\n143,Calorie & Nutrition Counter,Feature-Rich Showcase + Social Proof,Flat Design + Vibrant & Block-based,\"Healthy green + macro colors (protein blue, carb orange, fat yellow) + progress circle\",Bold + Clean + Sans-serif,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Complex shadows + 3D effects + Muted colors + Low energy,HIGH\r\n144,Period & Cycle Tracker,Social Proof-Focused + Trust,Soft UI Evolution + Aurora UI,Rose/blush + lavender + fertility green + soft calendar tones,Elegant + Gradient-friendly,Flowing gradients 8-12s + Color morphing,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Inconsistent styling + Poor contrast ratios,HIGH\r\n145,Medication & Pill Reminder,Trust & Authority + Feature-Rich,Accessible & Ethical + Flat Design,Medical trust blue + missed alert red + taken green + clean white,Bold + Clean + Sans-serif,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Complex shadows + 3D effects + Color-only indicators,HIGH\r\n146,Water & Hydration Reminder,Minimal & Direct + Demo,Claymorphism + Vibrant & Block-based,Refreshing blue + water wave animation + goal progress accent,Playful + Rounded + Friendly,Multi-layer shadows + Spring bounce + Soft press 200ms,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Muted colors + Low energy,HIGH\r\n147,Fasting & Intermittent Timer,Feature-Rich Showcase + Social Proof,Minimalism + Dark Mode (OLED),Fasting deep blue/purple + eating window green + timeline neutral,Professional + Clean hierarchy,Subtle glow + Neon accents + High contrast,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\", \"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Excessive decoration + Pure white backgrounds,HIGH\r\n148,Anonymous Community / Confession,Social Proof-Focused + Feature-Rich,Dark Mode (OLED) + Minimalism,Dark protective + subtle gradient + upvote green + empathy warm accent,Professional + Clean hierarchy,Subtle glow + Neon accents + High contrast,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\", \"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Excessive decoration + Pure white backgrounds,HIGH\r\n149,Local Events & Discovery,Hero-Centric Design + Feature-Rich,Vibrant & Block-based + Motion-Driven,City vibrant + event category colors + map accent + date highlight,Energetic + Bold + Large,Scroll animations + Parallax + Page transitions,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Muted colors + Low energy,HIGH\r\n150,Study Together / Virtual Coworking,Social Proof-Focused + Feature-Rich,Minimalism + Soft UI Evolution,Calm focus blue + session progress indicator + ambient warm neutrals,Professional + Clean hierarchy,Subtle hover 200ms + Smooth transitions + Clean,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Excessive decoration,HIGH\r\n151,Coding Challenge & Practice,Feature-Rich Showcase + Social Proof,Dark Mode (OLED) + Cyberpunk UI,Code editor dark + success green + difficulty gradient (easy green / medium amber / hard red),High contrast + Light on dark,Subtle glow + Neon accents + High contrast,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\", \"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Pure white backgrounds,HIGH\r\n152,Kids Learning (ABC & Math),Social Proof-Focused + Trust,Claymorphism + Vibrant & Block-based,Bright primary + child-safe pastels + reward gold + interactive accent,Playful + Rounded + Friendly,Multi-layer shadows + Spring bounce + Soft press 200ms,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Muted colors + Low energy,HIGH\r\n153,Music Instrument Learning,Interactive Product Demo + Social Proof,Vibrant & Block-based + Motion-Driven,Musical warm deep red/brown + note color system + skill progress bar,Energetic + Bold + Large,Scroll animations + Parallax + Page transitions,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Muted colors + Low energy,HIGH\r\n154,Parking Finder,Conversion-Optimized + Feature-Rich,Minimalism + Glassmorphism,Trust blue + available green + occupied red + map neutral,Professional + Clean hierarchy,Backdrop blur (10-20px) + Translucent overlays,\"{\"\"if_low_performance\"\": \"\"fallback-to-flat\"\", \"\"if_conversion_focused\"\": \"\"add-urgency-colors\"\"}\",Excessive decoration,HIGH\r\n155,Public Transit Guide,Feature-Rich Showcase + Interactive Demo,Flat Design + Accessible & Ethical,Transit brand line colors + real-time indicator green/red + map neutral,Bold + Clean + Sans-serif,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Complex shadows + 3D effects + Color-only indicators,HIGH\r\n156,Road Trip Planner,Storytelling-Driven + Hero-Centric,Aurora UI + Organic Biophilic,Adventure warm sunset orange + map teal + stop markers + road neutral,Elegant + Gradient-friendly,Flowing gradients 8-12s + Color morphing,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Inconsistent styling + Poor contrast ratios,HIGH\r\n157,VPN & Privacy Tool,Trust & Authority + Conversion-Optimized,Minimalism + Dark Mode (OLED),Dark shield blue + connected green + disconnected red + trust accent,Professional + Clean hierarchy,Subtle glow + Neon accents + High contrast,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\", \"\"if_conversion_focused\"\": \"\"add-urgency-colors\"\"}\",Excessive decoration + Pure white backgrounds,HIGH\r\n158,Emergency SOS & Safety,Trust & Authority + Social Proof,Accessible & Ethical + Flat Design,Alert red + safety blue + location green + high contrast critical,Bold + Clean + Sans-serif,Color shift hover + Fast 150ms transitions + No shadows,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Complex shadows + 3D effects + Color-only indicators,HIGH\r\n159,Wallpaper & Theme App,Feature-Rich Showcase + Social Proof,Vibrant & Block-based + Aurora UI,Content-driven + trending aesthetic palettes + download accent,Energetic + Bold + Large,Large section gaps 48px+ + Color shift hover + Scroll-snap,\"{\"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Muted colors + Low energy,HIGH\r\n160,White Noise & Ambient Sound,Minimal & Direct + Social Proof,Minimalism + Dark Mode (OLED),Calming dark + ambient texture visual + subtle sound wave + sleep blue,Professional + Clean hierarchy,Subtle glow + Neon accents + High contrast,\"{\"\"if_light_mode_needed\"\": \"\"provide-theme-toggle\"\", \"\"if_trust_needed\"\": \"\"add-testimonials\"\"}\",Excessive decoration + Pure white backgrounds,HIGH\r\n161,Home Decoration & Interior Design,Storytelling-Driven + Feature-Rich,Minimalism + 3D Product Preview,Neutral interior palette + material texture accent + AR blue,Professional + Clean hierarchy,Subtle hover 200ms + Smooth transitions + Clean,\"{\"\"if_ux_focused\"\": \"\"prioritize-clarity\"\", \"\"if_mobile\"\": \"\"optimize-touch-targets\"\"}\",Excessive decoration,HIGH\r\n",
98
+ "kind": "raw"
99
+ },
100
+ {
101
+ "path": "data/ux-guidelines.csv",
102
+ "content": "No,Category,Issue,Platform,Description,Do,Don't,Code Example Good,Code Example Bad,Severity\r\n1,Navigation,Smooth Scroll,Web,Anchor links should scroll smoothly to target section,Use scroll-behavior: smooth on html element,Jump directly without transition,html { scroll-behavior: smooth; },<a href='#section'> without CSS,High\r\n2,Navigation,Sticky Navigation,Web,Fixed nav should not obscure content,Add padding-top to body equal to nav height,Let nav overlap first section content,pt-20 (if nav is h-20),No padding compensation,Medium\r\n3,Navigation,Active State,All,Current page/section should be visually indicated,Highlight active nav item with color/underline,No visual feedback on current location,text-primary border-b-2,All links same style,Medium\r\n4,Navigation,Back Button,Mobile,Users expect back to work predictably,Preserve navigation history properly,Break browser/app back button behavior,history.pushState(),location.replace(),High\r\n5,Navigation,Deep Linking,All,URLs should reflect current state for sharing,Update URL on state/view changes,Static URLs for dynamic content,Use query params or hash,Single URL for all states,Medium\r\n6,Navigation,Breadcrumbs,Web,Show user location in site hierarchy,Use for sites with 3+ levels of depth,Use for flat single-level sites,Home > Category > Product,Only on deep nested pages,Low\r\n7,Animation,Excessive Motion,All,Too many animations cause distraction and motion sickness,Animate 1-2 key elements per view maximum,Animate everything that moves,Single hero animation,animate-bounce on 5+ elements,High\r\n8,Animation,Duration Timing,All,Animations should feel responsive not sluggish,Use 150-300ms for micro-interactions,Use animations longer than 500ms for UI,transition-all duration-200,duration-1000,Medium\r\n9,Animation,Reduced Motion,All,Respect user's motion preferences,Check prefers-reduced-motion media query,Ignore accessibility motion settings,@media (prefers-reduced-motion: reduce),No motion query check,High\r\n10,Animation,Loading States,All,Show feedback during async operations,Use skeleton screens or spinners,Leave UI frozen with no feedback,animate-pulse skeleton,Blank screen while loading,High\r\n11,Animation,Hover vs Tap,All,Hover effects don't work on touch devices,Use click/tap for primary interactions,Rely only on hover for important actions,onClick handler,onMouseEnter only,High\r\n12,Animation,Continuous Animation,All,Infinite animations are distracting,Use for loading indicators only,Use for decorative elements,animate-spin on loader,animate-bounce on icons,Medium\r\n13,Animation,Transform Performance,Web,Some CSS properties trigger expensive repaints,Use transform and opacity for animations,Animate width/height/top/left properties,transform: translateY(),top: 10px animation,Medium\r\n14,Animation,Easing Functions,All,Linear motion feels robotic,Use ease-out for entering ease-in for exiting,Use linear for UI transitions,ease-out,linear,Low\r\n15,Layout,Z-Index Management,Web,Stacking context conflicts cause hidden elements,Define z-index scale system (10 20 30 50),Use arbitrary large z-index values,z-10 z-20 z-50,z-[9999],High\r\n16,Layout,Overflow Hidden,Web,Hidden overflow can clip important content,Test all content fits within containers,Blindly apply overflow-hidden,overflow-auto with scroll,overflow-hidden truncating content,Medium\r\n17,Layout,Fixed Positioning,Web,Fixed elements can overlap or be inaccessible,Account for safe areas and other fixed elements,Stack multiple fixed elements carelessly,Fixed nav + fixed bottom with gap,Multiple overlapping fixed elements,Medium\r\n18,Layout,Stacking Context,Web,New stacking contexts reset z-index,Understand what creates new stacking context,Expect z-index to work across contexts,Parent with z-index isolates children,z-index: 9999 not working,Medium\r\n19,Layout,Content Jumping,Web,Layout shift when content loads is jarring,Reserve space for async content,Let images/content push layout around,aspect-ratio or fixed height,No dimensions on images,High\r\n20,Layout,Viewport Units,Web,100vh can be problematic on mobile browsers,Use dvh or account for mobile browser chrome,Use 100vh for full-screen mobile layouts,min-h-dvh or min-h-screen,h-screen on mobile,Medium\r\n21,Layout,Container Width,Web,Content too wide is hard to read,Limit max-width for text content (65-75ch),Let text span full viewport width,max-w-prose or max-w-3xl,Full width paragraphs,Medium\r\n22,Touch,Touch Target Size,Mobile,Small buttons are hard to tap accurately,Minimum 44x44px touch targets,Tiny clickable areas,min-h-[44px] min-w-[44px],w-6 h-6 buttons,High\r\n23,Touch,Touch Spacing,Mobile,Adjacent touch targets need adequate spacing,Minimum 8px gap between touch targets,Tightly packed clickable elements,gap-2 between buttons,gap-0 or gap-1,Medium\r\n24,Touch,Gesture Conflicts,Mobile,Custom gestures can conflict with system,Avoid horizontal swipe on main content,Override system gestures,Vertical scroll primary,Horizontal swipe carousel only,Medium\r\n25,Touch,Tap Delay,Mobile,300ms tap delay feels laggy,Use touch-action CSS or fastclick,Default mobile tap handling,touch-action: manipulation,No touch optimization,Medium\r\n26,Touch,Pull to Refresh,Mobile,Accidental refresh is frustrating,Disable where not needed,Enable by default everywhere,overscroll-behavior: contain,Default overscroll,Low\r\n27,Touch,Haptic Feedback,Mobile,Tactile feedback improves interaction feel,Use for confirmations and important actions,Overuse vibration feedback,navigator.vibrate(10),Vibrate on every tap,Low\r\n28,Interaction,Focus States,All,Keyboard users need visible focus indicators,Use visible focus rings on interactive elements,Remove focus outline without replacement,focus:ring-2 focus:ring-blue-500,outline-none without alternative,High\r\n29,Interaction,Hover States,Web,Visual feedback on interactive elements,Change cursor and add subtle visual change,No hover feedback on clickable elements,hover:bg-gray-100 cursor-pointer,No hover style,Medium\r\n30,Interaction,Active States,All,Show immediate feedback on press/click,Add pressed/active state visual change,No feedback during interaction,active:scale-95,No active state,Medium\r\n31,Interaction,Disabled States,All,Clearly indicate non-interactive elements,Reduce opacity and change cursor,Confuse disabled with normal state,opacity-50 cursor-not-allowed,Same style as enabled,Medium\r\n32,Interaction,Loading Buttons,All,Prevent double submission during async actions,Disable button and show loading state,Allow multiple clicks during processing,disabled={loading} spinner,Button clickable while loading,High\r\n33,Interaction,Error Feedback,All,Users need to know when something fails,Show clear error messages near problem,Silent failures with no feedback,Red border + error message,No indication of error,High\r\n34,Interaction,Success Feedback,All,Confirm successful actions to users,Show success message or visual change,No confirmation of completed action,Toast notification or checkmark,Action completes silently,Medium\r\n35,Interaction,Confirmation Dialogs,All,Prevent accidental destructive actions,Confirm before delete/irreversible actions,Delete without confirmation,Are you sure modal,Direct delete on click,High\r\n36,Accessibility,Color Contrast,All,Text must be readable against background,Minimum 4.5:1 ratio for normal text,Low contrast text,#333 on white (7:1),#999 on white (2.8:1),High\r\n37,Accessibility,Color Only,All,Don't convey information by color alone,Use icons/text in addition to color,Red/green only for error/success,Red text + error icon,Red border only for error,High\r\n38,Accessibility,Alt Text,All,Images need text alternatives,Descriptive alt text for meaningful images,Empty or missing alt attributes,alt='Dog playing in park',alt='' for content images,High\r\n39,Accessibility,Heading Hierarchy,Web,Screen readers use headings for navigation,Use sequential heading levels h1-h6,Skip heading levels or misuse for styling,h1 then h2 then h3,h1 then h4,Medium\r\n40,Accessibility,ARIA Labels,All,Interactive elements need accessible names,Add aria-label for icon-only buttons,Icon buttons without labels,aria-label='Close menu',<button><Icon/></button>,High\r\n41,Accessibility,Keyboard Navigation,Web,All functionality accessible via keyboard,Tab order matches visual order,Keyboard traps or illogical tab order,tabIndex for custom order,Unreachable elements,High\r\n42,Accessibility,Screen Reader,All,Content should make sense when read aloud,Use semantic HTML and ARIA properly,Div soup with no semantics,<nav> <main> <article>,<div> for everything,Medium\r\n43,Accessibility,Form Labels,All,Inputs must have associated labels,Use label with for attribute or wrap input,Placeholder-only inputs,<label for='email'>,placeholder='Email' only,High\r\n44,Accessibility,Error Messages,All,Error messages must be announced,Use aria-live or role=alert for errors,Visual-only error indication,role='alert',Red border only,High\r\n45,Accessibility,Skip Links,Web,Allow keyboard users to skip navigation,Provide skip to main content link,No skip link on nav-heavy pages,Skip to main content link,100 tabs to reach content,Medium\r\n46,Performance,Image Optimization,All,Large images slow page load,Use appropriate size and format (WebP),Unoptimized full-size images,srcset with multiple sizes,4000px image for 400px display,High\r\n47,Performance,Lazy Loading,All,Load content as needed,Lazy load below-fold images and content,Load everything upfront,loading='lazy',All images eager load,Medium\r\n48,Performance,Code Splitting,Web,Large bundles slow initial load,Split code by route/feature,Single large bundle,dynamic import(),All code in main bundle,Medium\r\n49,Performance,Caching,Web,Repeat visits should be fast,Set appropriate cache headers,No caching strategy,Cache-Control headers,Every request hits server,Medium\r\n50,Performance,Font Loading,Web,Web fonts can block rendering,Use font-display swap or optional,Invisible text during font load,font-display: swap,FOIT (Flash of Invisible Text),Medium\r\n51,Performance,Third Party Scripts,Web,External scripts can block rendering,Load non-critical scripts async/defer,Synchronous third-party scripts,async or defer attribute,<script src='...'> in head,Medium\r\n52,Performance,Bundle Size,Web,Large JavaScript slows interaction,Monitor and minimize bundle size,Ignore bundle size growth,Bundle analyzer,No size monitoring,Medium\r\n53,Performance,Render Blocking,Web,CSS/JS can block first paint,Inline critical CSS defer non-critical,Large blocking CSS files,Critical CSS inline,All CSS in head,Medium\r\n54,Forms,Input Labels,All,Every input needs a visible label,Always show label above or beside input,Placeholder as only label,<label>Email</label><input>,placeholder='Email' only,High\r\n55,Forms,Error Placement,All,Errors should appear near the problem,Show error below related input,Single error message at top of form,Error under each field,All errors at form top,Medium\r\n56,Forms,Inline Validation,All,Validate as user types or on blur,Validate on blur for most fields,Validate only on submit,onBlur validation,Submit-only validation,Medium\r\n57,Forms,Input Types,All,Use appropriate input types,Use email tel number url etc,Text input for everything,type='email',type='text' for email,Medium\r\n58,Forms,Autofill Support,Web,Help browsers autofill correctly,Use autocomplete attribute properly,Block or ignore autofill,autocomplete='email',autocomplete='off' everywhere,Medium\r\n59,Forms,Required Indicators,All,Mark required fields clearly,Use asterisk or (required) text,No indication of required fields,* required indicator,Guess which are required,Medium\r\n60,Forms,Password Visibility,All,Let users see password while typing,Toggle to show/hide password,No visibility toggle,Show/hide password button,Password always hidden,Medium\r\n61,Forms,Submit Feedback,All,Confirm form submission status,Show loading then success/error state,No feedback after submit,Loading -> Success message,Button click with no response,High\r\n62,Forms,Input Affordance,All,Inputs should look interactive,Use distinct input styling,Inputs that look like plain text,Border/background on inputs,Borderless inputs,Medium\r\n63,Forms,Mobile Keyboards,Mobile,Show appropriate keyboard for input type,Use inputmode attribute,Default keyboard for all inputs,inputmode='numeric',Text keyboard for numbers,Medium\r\n64,Responsive,Mobile First,Web,Design for mobile then enhance for larger,Start with mobile styles then add breakpoints,Desktop-first causing mobile issues,Default mobile + md: lg: xl:,Desktop default + max-width queries,Medium\r\n65,Responsive,Breakpoint Testing,Web,Test at all common screen sizes,Test at 320 375 414 768 1024 1440,Only test on your device,Multiple device testing,Single device development,Medium\r\n66,Responsive,Touch Friendly,Web,Mobile layouts need touch-sized targets,Increase touch targets on mobile,Same tiny buttons on mobile,Larger buttons on mobile,Desktop-sized targets on mobile,High\r\n67,Responsive,Readable Font Size,All,Text must be readable on all devices,Minimum 16px body text on mobile,Tiny text on mobile,text-base or larger,text-xs for body text,High\r\n68,Responsive,Viewport Meta,Web,Set viewport for mobile devices,Use width=device-width initial-scale=1,Missing or incorrect viewport,<meta name='viewport'...>,No viewport meta tag,High\r\n69,Responsive,Horizontal Scroll,Web,Avoid horizontal scrolling,Ensure content fits viewport width,Content wider than viewport,max-w-full overflow-x-hidden,Horizontal scrollbar on mobile,High\r\n70,Responsive,Image Scaling,Web,Images should scale with container,Use max-width: 100% on images,Fixed width images overflow,max-w-full h-auto,width='800' fixed,Medium\r\n71,Responsive,Table Handling,Web,Tables can overflow on mobile,Use horizontal scroll or card layout,Wide tables breaking layout,overflow-x-auto wrapper,Table overflows viewport,Medium\r\n72,Typography,Line Height,All,Adequate line height improves readability,Use 1.5-1.75 for body text,Cramped or excessive line height,leading-relaxed (1.625),leading-none (1),Medium\r\n73,Typography,Line Length,Web,Long lines are hard to read,Limit to 65-75 characters per line,Full-width text on large screens,max-w-prose,Full viewport width text,Medium\r\n74,Typography,Font Size Scale,All,Consistent type hierarchy aids scanning,Use consistent modular scale,Random font sizes,Type scale (12 14 16 18 24 32),Arbitrary sizes,Medium\r\n75,Typography,Font Loading,Web,Fonts should load without layout shift,Reserve space with fallback font,Layout shift when fonts load,font-display: swap + similar fallback,No fallback font,Medium\r\n76,Typography,Contrast Readability,All,Body text needs good contrast,Use darker text on light backgrounds,Gray text on gray background,text-gray-900 on white,text-gray-400 on gray-100,High\r\n77,Typography,Heading Clarity,All,Headings should stand out from body,Clear size/weight difference,Headings similar to body text,Bold + larger size,Same size as body,Medium\r\n78,Feedback,Loading Indicators,All,Show system status during waits,Show spinner/skeleton for operations > 300ms,No feedback during loading,Skeleton or spinner,Frozen UI,High\r\n79,Feedback,Empty States,All,Guide users when no content exists,Show helpful message and action,Blank empty screens,No items yet. Create one!,Empty white space,Medium\r\n80,Feedback,Error Recovery,All,Help users recover from errors,Provide clear next steps,Error without recovery path,Try again button + help link,Error message only,Medium\r\n81,Feedback,Progress Indicators,All,Show progress for multi-step processes,Step indicators or progress bar,No indication of progress,Step 2 of 4 indicator,No step information,Medium\r\n82,Feedback,Toast Notifications,All,Transient messages for non-critical info,Auto-dismiss after 3-5 seconds,Toasts that never disappear,Auto-dismiss toast,Persistent toast,Medium\r\n83,Feedback,Confirmation Messages,All,Confirm successful actions,Brief success message,Silent success,Saved successfully toast,No confirmation,Medium\r\n84,Content,Truncation,All,Handle long content gracefully,Truncate with ellipsis and expand option,Overflow or broken layout,line-clamp-2 with expand,Overflow or cut off,Medium\r\n85,Content,Date Formatting,All,Use locale-appropriate date formats,Use relative or locale-aware dates,Ambiguous date formats,2 hours ago or locale format,01/02/03,Low\r\n86,Content,Number Formatting,All,Format large numbers for readability,Use thousand separators or abbreviations,Long unformatted numbers,\"1.2K or 1,234\",1234567,Low\r\n87,Content,Placeholder Content,All,Show realistic placeholders during dev,Use realistic sample data,Lorem ipsum everywhere,Real sample content,Lorem ipsum,Low\r\n88,Onboarding,User Freedom,All,Users should be able to skip tutorials,Provide Skip and Back buttons,Force linear unskippable tour,Skip Tutorial button,Locked overlay until finished,Medium\r\n89,Search,Autocomplete,Web,Help users find results faster,Show predictions as user types,Require full type and enter,Debounced fetch + dropdown,No suggestions,Medium\r\n90,Search,No Results,Web,Dead ends frustrate users,Show 'No results' with suggestions,Blank screen or '0 results',Try searching for X instead,No results found.,Medium\r\n91,Data Entry,Bulk Actions,Web,Editing one by one is tedious,Allow multi-select and bulk edit,Single row actions only,Checkbox column + Action bar,Repeated actions per row,Low\r\n92,AI Interaction,Disclaimer,All,Users need to know they talk to AI,Clearly label AI generated content,Present AI as human,AI Assistant label,Fake human name without label,High\r\n93,AI Interaction,Streaming,All,Waiting for full text is slow,Stream text response token by token,Show loading spinner for 10s+,Typewriter effect,Spinner until 100% complete,Medium\r\n94,Spatial UI,Gaze Hover,VisionOS,Elements should respond to eye tracking before pinch,Scale/highlight element on look,Static element until pinch,hoverEffect(),onTap only,High\r\n95,Spatial UI,Depth Layering,VisionOS,UI needs Z-depth to separate content from environment,Use glass material and z-offset,Flat opaque panels blocking view,.glassBackgroundEffect(),bg-white,Medium\r\n96,Sustainability,Auto-Play Video,Web,Video consumes massive data and energy,Click-to-play or pause when off-screen,Auto-play high-res video loops,playsInline muted preload='none',autoplay loop,Medium\r\n97,Sustainability,Asset Weight,Web,Heavy 3D/Image assets increase carbon footprint,Compress and lazy load 3D models,Load 50MB textures,Draco compression,Raw .obj files,Medium\r\n98,AI Interaction,Feedback Loop,All,AI needs user feedback to improve,Thumps up/down or 'Regenerate',Static output only,Feedback component,Read-only text,Low\r\n99,Accessibility,Motion Sensitivity,All,Parallax/Scroll-jacking causes nausea,Respect prefers-reduced-motion,Force scroll effects,@media (prefers-reduced-motion),ScrollTrigger.create(),High",
103
+ "kind": "raw"
104
+ },
105
+ {
106
+ "path": "references/anti-patterns.md",
107
+ "content": "# Anti-Patterns Catalog\n\nEverything below is a strong default, not law. Deviate deliberately with a one-line stated rationale. Non-negotiable hard bans only: scroll event listeners, missing prefers-reduced-motion, contrast failures, div-built fake screenshots, broken mobile layout.\n\nComplete deduped ban list. Numbered for pre-flight reference. Conflicts already resolved; the rule stated here is FINAL (style-pack deviations are listed in style-packs.md only).\n\n## Typography and copy\n\n1. Inter as reflexive default font. Exceptions: product UI (host owns font), brutalist pack (Inter Extra Bold/Black macro display only). Also banned as defaults: Roboto, Arial, Open Sans, Helvetica.\n2. Serif as the reflexive reach for \"creative/premium\" briefs. Serif only with brand justification, from rotation pool, never twice in a row. Fraunces and Instrument_Serif banned as reflexive defaults (allowed inside editorial/minimalist pack contexts when justified). Generic serifs Times New Roman/Georgia/Garamond/Palatino banned outright (brutalist degraded-texture use excepted). Serif NEVER in dashboards or product UI.\n3. Mixed-family emphasis word: random serif/other-family word inside a sans headline. Emphasis = italic/bold of the SAME font.\n4. Oversized screaming H1s; hierarchy via raw size instead of weight + color.\n5. H1 wrapped to 4-6 lines from a narrow hero container. Fix: max-w-5xl/6xl/w-full + clamp(3rem, 5vw, 5.5rem). Cap: 2 lines desktop.\n6. br-broken + italicized headline splits as a default move.\n7. Em/en-dash in headlines, eyebrows, pills, buttons, and labels (the AI tell lives there). Typographically correct em/en dashes are acceptable in long-form body copy and quotes when used consistently. Ranges may use hyphens.\n8. AI copy cliches: \"Elevate\", \"Seamless\", \"Unleash\", \"Next-Gen\", \"Revolutionize\", \"Game-changer\", \"Delve\".\n9. Generic placeholder names: \"John Doe\", \"Sarah Chan\", \"Jack Su\", \"Acme\", \"Nexus\", \"SmartFlow\", \"Cloudly\", \"Lorem Ipsum\", \"Test GmbH 1\". Use realistic locale-appropriate data.\n10. Fake round numbers: 99.99%, 50%, 1234567. AI-invented fake-precise specs (92%, 4.1x, 5.8mm) unless real or labeled mock. Use organic values: 47.2%, +1 (312) 847-1928.\n11. Filler microcopy (\"Manage your settings to manage your preferences\", \"Welcome to the dashboard!\"); micro-meta sentences under eyebrows; mock-humble poetic labels (\"From the field\", \"Field notes\", \"On our desks\", \"We respect the French ones\", \"Quietly in use at\").\n12. Grammatically broken or AI-hallucinated cute copy shipped without a self-audit pass.\n13. Emojis in code, markup, UI copy, alt text. Override only for an explicitly playful/social brief, sparingly.\n14. Hardcoded strings bypassing i18n in product UI; everything through t().\n15. Raw error dumps: \"Something went wrong\" without action; ConnectError: [internal] verbatim; error codes as content.\n\n## Color and visual\n\n16. Pure black #000000 backgrounds/text; pure white #FFFFFF backgrounds. Use off-black #0A0A0A-#121212 / #111111, off-whites.\n17. AI purple-blue / violet neon gradient aesthetic; purple button glows. Always banned, all contexts.\n18. Neon/outer glows. Inner borders and tinted shadows instead.\n19. Oversaturated accents: saturation above 80%. One accent color per project.\n20. Gradient text on large headers; gradients in product UI and minimalist pack (tonal low-chroma allowed only in glass/cinematic packs); decorative 3D/gradient chart fills.\n21. Warm + cool gray mixed in one project; light section sandwiched into a dark page (theme flip mid-scroll); mixed light/dark substrates in brutalism.\n22. Warm beige + brass \"premium\" default palette: an AI tell. Pull palettes from design-search instead of inventing. Rotate: Cold Luxury, Forest, Black and Tan, Cobalt+Cream, Terracotta+Slate, Olive+Brick+Paper, monochrome + one saturated pop.\n23. Harsh dark drop shadows: shadow-md and up, rgba(0,0,0,0.3), default Tailwind heavy shadows. Shadows = ultra-diffuse, tinted to bg hue.\n24. Glassmorphism/backdrop-blur in product UI; 3D glass in minimalism (navbar blur excepted); glassmorphism-on-everything anywhere.\n25. Pure-black untinted drop shadows on light backgrounds.\n26. Primary-colored backgrounds for large sections.\n27. Custom mouse cursors.\n28. Flat empty zero-depth backgrounds on marketing pages (add low-opacity imagery, radial spots, texture). Product UI stays flat and calm; this rule is marketing-only.\n\n## Layout and structure\n\n29. Three equal cards feature row. Use 2-col zigzag, asymmetric grid, or horizontal scroll.\n30. Reflexive centered hero at variance above 4. Centered = deliberate archetype only (cinematic pack Cinematic Center: max-w-5xl+ container, H1 2 lines max); centered-with-badge reflex banned.\n31. Empty/dead bento cells; bento without grid-flow-dense; N items in more than N cells; unverified col-span/row-span interlock.\n32. Flexbox percent math: calc(33% - 1rem). CSS Grid instead.\n33. h-screen / 100vh for full height. Use min-h-[100dvh] (iOS Safari address bar).\n34. Horizontal overflow/scrollbars on mobile. Wrapper fix: overflow-x-hidden w-full max-w-full.\n35. Multi-column layouts not collapsing to single column below 768px (w-full px-4).\n36. Two-line desktop nav; nav taller than 80px; edge-to-edge glued sticky navbars (high-end pack); hamburger on desktop; tiny unlabeled hamburger on mobile.\n37. Three or more consecutive zigzag image/text splits (cap 2); same layout family twice per page; 6 stacked left-image/right-text rows.\n38. Split-header: big left headline + small floating right explainer column. Stack vertically, 65ch.\n39. Overlapping/absolute-positioned content stacking. Banned by default; allowed ONLY in high-end (Z-Axis Cascade) and cinematic (Artistic Asymmetry) packs WITH a <768px fallback removing overlaps and rotations.\n40. Card-wrapping everything; card = div with rounded corners reflex. Cards only when elevation means hierarchy; else border-t / divide-y / negative space.\n41. Hero clutter: version labels (V0.6, BETA, EARLY ACCESS), \"Brand . No. 01\" sub-eyebrows, tagline under CTAs, trust micro-strip, pricing teaser, feature bullets, avatar rows, stamp/badge icons, pill-tags, raw stats, logo wall inside hero (logo wall goes UNDER hero).\n42. Hero top padding above pt-24; hero content floating mid-viewport.\n43. Decorative hero/banner/gradient header in product UI. Product pages start with work.\n44. Wizard for small forms (under 15 fields, no sequential dependency); 15-field Dialog with tabs; interactive content inside tooltips.\n45. Full-width forms with 3-column field grids. Forms max-w-2xl single column; paired fields (city/zip) OK.\n46. Any border-radius in brutalist pack; rounded-full on large containers/cards/primary buttons in minimalist pack; mixed radius systems without a documented rule anywhere.\n\n## Labels and decoration\n\n47. Meta/section-number labels: \"SECTION 01\", \"QUESTION 05\", \"00 / INDEX\", \"001 . Capabilities\", \"06 . how it works\", bare \"ABOUT US\" eyebrow style. Banned always, every pack.\n48. Eyebrow above every section. Eyebrows: small, uppercase, tracked-out; max 1 per 3 sections, hero counts.\n49. Generic step labels: Stage 1/2/3, Step 1/2/3, Phase 01, Pass One.\n50. \"01 / 4\" pagination on images/tiles; \"Index of Work, 2018-2026\" range labels; rotated 90-degree vertical text; crosshair/hairline grid decoration (brutalist pack excepted, where crosshairs are intentional symbology).\n51. Middle-dot spam: max 1 per metadata line.\n52. Decorative colored status dots in nav/lists/badges; any dot without a real semantic state.\n53. Badge spam (3 badges per row = meaningless); stat-card rows as decoration (\"Total users: 4\"); icon-in-front-of-every-label reflex.\n54. Pills/tags/labels overlaid ON images (\"Plate . Brand\"); decorative photo-credit captions (\"Field study no. 12 . Ines Caetano\").\n55. Version footers on marketing pages (v1.4.2, Build 0048, \"last sync 4s ago . main\"); fake version strings inside fake screenshots.\n56. Decoration text strips at hero bottom (\"BRAND. MOTION. SPATIAL.\", \"ESTD. 2018 . LISBON\").\n57. Locale/time/weather strips (\"LIS 14:23 . 18 C\", \"Lisbon, working with founders\") unless genuinely distributed/travel/venue.\n58. Scroll cues: \"Scroll to explore\", \"Swipe down\", down arrows, bouncing chevrons, animated mouse-wheel icons.\n59. Fake live-stock counters (\"Reservation 412 of 800\") without real data.\n60. border-t AND border-b on every row of long lists/spec tables; 10-row spec sheet with a hairline per row.\n61. Progress/scoring bars with filled background tracks as landing-page comparison visuals.\n62. 20-row data dumps, 30-row award lists, giant pricing matrices on marketing pages.\n63. Long default ul + divide-y for more than 5 items. Use 2-col groups, card grid, tabs, accordion, scroll-snap pills, carousel, marquee.\n64. Quotes longer than 3 lines; straight ASCII quote marks; attribution \"- Sarah\" (name only, needs name + role, ideally company).\n\n## Assets, icons, images\n\n65. Hand-rolled SVG icon paths; hand-rolled decorative SVG illustrations as default.\n66. Div-based fake screenshots, fake dashboards, fake terminals. The number one LLM design tell.\n67. Text + gradient-blob hero without a real visual; pure-text \"minimalism\" with zero images. Even minimalist pages need 2-3 real images.\n68. Broken Unsplash hotlinks. Use picsum.photos/seed/{descriptive-seed}/{w}/{h}.\n69. Plain-text wordmarks in logo walls; industry/category labels under logos. Real logos via Simple Icons CDN (https://cdn.simpleicons.org/{slug}/ffffff) or devicon; invented brand = generated SVG monogram.\n70. Mixing icon families in one tree (Phosphor + Lucide). ONE family per project, with fixed strokeWidth (1.5 or 2.0). Choose the project-standard icon library before implementation; do not introduce another family without a documented exception.\n71. Oversaturated stock photos without treatment (desaturate, grain, grayscale/mix-blend-luminosity/contrast-125).\n72. Decorative illustrations in empty states/dashboards. Ceiling: icon in a muted circle.\n73. shadcn defaults shipped unstyled. Default shadcn is a wireframe: customize radii, colors, shadows, typography.\n\n## Motion and performance\n\n74. window.addEventListener('scroll'). Hard ban. Use IntersectionObserver, useScroll(), GSAP ScrollTrigger, or CSS animation-timeline: view(). Also banned: scrollY in React state, rAF loops touching state.\n75. useState for continuous input (mouse/scroll/pointer/magnetics). useMotionValue/useTransform instead.\n76. Linear or ease-in-out easing; instant unanimated state changes. Use cubic-bezier(0.16,1,0.3,1), cubic-bezier(0.32,0.72,0,1), or spring stiffness 100 damping 20.\n77. Animating top/left/width/height. transform + opacity only; will-change sparingly on actively animating elements.\n78. Ignoring prefers-reduced-motion above micro level. All motion collapses to static.\n79. Grain/noise/backdrop-blur on scrolling containers. Fixed pointer-events-none layers only (e.g. fixed inset-0 z-[60]); blur on fixed/sticky elements only.\n80. Perpetual micro-loops on every card; unmotivated GSAP-for-show. FINAL rule: banned in product UI; marketing = motivated-only (hierarchy, storytelling, feedback, state transition), sparse, one-sentence justification or drop.\n81. Two or more marquees per page. Cap 1.\n82. Scroll-triggered animation, perpetual loops, stagger-reveals in product UI. Product motion = 150-200ms ease-out feedback only.\n83. ScrollTrigger start: \"top center\" or \"top 80%\" on pin patterns (fires mid-scroll). Must be start: \"top top\".\n84. Mixing GSAP/Three.js with Motion in the same component tree.\n85. layout prop on static content \"for safety\".\n86. Z-index spam: arbitrary z-50/z-[9999]. Systemic documented layers only (nav/modal/overlay/grain).\n87. Generic circular spinners where a skeleton is possible; full-page centered spinner; skeleton flash under 150ms (delay 150-200ms, then show at least 300ms); per-page-turn skeletons (keepPreviousData + opacity-60 instead).\n88. Frozen modal spinner with no escape for long operations. Over ~10s: fire, persistent status affordance, poll, toast completion.\n\n## Product UI (details in product-ui skill)\n\n89. Placeholder-as-label. Label above, helper below, error below field.\n90. Two solid primary buttons side by side; duplicate CTA intent with different labels. One primary per view.\n91. Bare unconfirmed Delete; sonner-undo alone for irreversible ops. AlertDialog confirm; type-to-confirm for high blast radius.\n92. Toast-only validation or page-load errors; any error requiring action as a toast.\n93. Five icon buttons per table row (max 2 ghost + kebab); wrapped cell text; squeezed columns instead of horizontal scroll.\n94. Permanently visible disabled bulk buttons; dishonest cross-page \"select all\" (label \"all N matching\", pass the filter not an ID list).\n95. Client-filtering a server-paginated list. It silently lies.\n96. Filters silently persisted across sessions (view prefs like column visibility OK in localStorage).\n97. In-memory-only filter state, lost on back-nav. Filter/sort/page state lives in the URL.\n98. Disabled control without tooltip explanation; showing never-permitted actions (hide them); permission-dependent layout shifts.\n99. Pie chart with more than 5 slices; fake trend arrows and invented deltas; any chart without a concrete question to answer.\n100. Hand-concatenated date strings; toLocaleString() without locale; mixed date formats in one app. Intl.* everywhere.\n101. Card grids for comparable record collections. Tables; cards waste 60% of the space.\n102. truncate as a strategy for button labels (German runs ~30% longer).\n103. Custom font loaded in a remote; remote redefining host theme tokens (--primary, --radius).\n104. Auto-save mixed with explicit Save on one screen. Pick one model per screen.\n105. Focus rings suppressed. Never.\n106. \"Should render fine\" shipped without browser verification. Render in host shell, both themes, state walk, zero new console errors; otherwise say \"untested: stack not running\".\n",
108
+ "kind": "raw"
109
+ },
110
+ {
111
+ "path": "references/style-packs.md",
112
+ "content": "# Style Packs\n\nFour complete aesthetic recipes. Pick ONE per project, never mix. Base canon (SKILL.md hard rules) applies unless a pack's \"Deviations\" list explicitly overrides. Precedence: hard rules > pack preference.\n\nNote: concrete pack values may intentionally override base hard rules (e.g. a pure-white `#FFFFFF` canvas, pure-black rgba shadows) — when a pack is explicitly chosen, its stated values win for those specifics.\n\n## 1. Minimalist (Notion/Linear editorial)\n\nPremium utilitarian minimalism. Document-style, warm monochrome, spot pastels, ultra-flat.\n\n### Typography\n- Sans (body/UI/buttons): SF Pro Display, Geist Sans, Helvetica Neue, Switzer.\n- Serif (hero headings + quotes ONLY): Lyon Text, Newsreader, Playfair Display, Instrument Serif. Tracking -0.02em to -0.04em, line-height 1.1.\n- Mono (code/keystrokes/meta): Geist Mono, SF Mono, JetBrains Mono.\n- Body text #111111 or #2F3437 (never #000), line-height 1.6. Secondary #787774.\n\n### Color\n- Canvas: #FFFFFF or warm bone #F7F6F3 / #FBFBFA. Card surface #FFFFFF / #F9F9F8.\n- Borders/dividers: #EAEAEA or rgba(0,0,0,0.06). Every border strictly 1px solid #EAEAEA.\n- Accents ONLY washed pastels: Pale Red #FDEBEC (text #9F2F2D), Pale Blue #E1F3FE (text #1F6C9F), Pale Green #EDF3EC (text #346538), Pale Yellow #FBF3DB (text #956400).\n- No primary-colored large surfaces. Color = scarce resource, semantic and subtle only.\n\n### Components\n- Bento cards: border 1px solid #EAEAEA, radius 8px/12px MAX, padding 24-40px.\n- Primary CTA: solid #111111, white text, radius 4-6px, NO box-shadow; hover #333333 or scale(0.98).\n- Tags/badges: pill 9999px, text-xs uppercase tracking 0.05em, pastel bg.\n- FAQ accordions: no boxes, border-bottom 1px solid #EAEAEA only, sharp +/- toggle.\n- kbd keys: 1px solid #EAEAEA, radius 4px, bg #F7F6F3, mono font.\n- Faux-macOS window chrome for software mockups: white top bar, three small light-gray circles.\n\n### Assets\n- Icons: Phosphor (Bold or Fill weights) or Radix; technical thicker stroke, standardized. Thin-line Lucide/Feather/Heroicons banned here.\n- Illustrations: monochromatic rough continuous-line ink sketches on white, single offset geometric shape filled with a muted pastel.\n- Photography: desaturated warm tone, subtle warm grain overlay opacity 0.04, never oversaturated stock. picsum seed 1200/800.\n- Backgrounds never empty-flat: low-opacity full-width imagery, soft radial warm light spots opacity 0.03, or minimal geometric line patterns.\n\n### Motion (invisible, quiet sophistication)\n- Entry: translateY(12px) + opacity 0 resolved over 600ms cubic-bezier(0.16, 1, 0.3, 1), IntersectionObserver trigger.\n- Hover card shadow: 0 0 0 to 0 2px 8px rgba(0,0,0,0.04) over 200ms. Button :active scale(0.98).\n- Stagger: animation-delay calc(var(--index) * 80ms).\n- Optional ambient blob: ONE slow radial gradient, duration 20s+, opacity 0.02-0.04, position fixed, pointer-events none.\n- transform/opacity only.\n\n### Execution order\n1. Macro-whitespace py-24/py-32. 2. Content max-w-4xl/max-w-5xl. 3. Typographic hierarchy + mono color vars. 4. Every border strictly 1px solid #EAEAEA. 5. Scroll-entry animations on all major blocks. 6. Depth via imagery/ambient/texture. 7. Native high-end output.\n\n### Pack bans\nNo rounded-full on large containers/cards/primary buttons. No gradients, neon, 3D glass (exception: subtle navbar blur). No heavy shadows (only ultra-diffuse opacity <0.05). No colored hero sections. No emojis, no John Doe/Acme/Lorem, no cliches including \"Game-changer\", \"Delve\".\n\n### Deviations from base canon allowed here\n- Instrument Serif / Playfair permitted for hero headings + quotes only (counts as justified editorial use, rotation still applies).\n- Otherwise none: gradients stay banned, overlap stays banned, centered composition only for editorial/manifesto reads.\n\n## 2. Brutalist (Swiss print / CRT telemetry)\n\nSwiss typographic print crossed with military/aerospace terminal. Raw functionality, mechanical precision, high data density. Two archetypes, PICK ONE per project, never mix:\n- A) Swiss Industrial Print: light newsprint substrate, monolithic heavy sans, visible grid dividing lines, aggressive asymmetric negative space, oversized viewport-bleeding numerals/letterforms, primary red alerts.\n- B) Tactical Telemetry / CRT: dark exclusive, high-density tabular data, monospace dominance, ASCII framing, phosphor glow, scanlines, low bit-depth.\n\n### Typography\n- Macro type (structural headers): Neue Haas Grotesk (Black), Inter (Extra Bold/Black; allowed HERE only), Archivo Black, Roboto Flex (Heavy), Monument Extended. Scale clamp(4rem, 10vw, 15rem). Tracking -0.03em to -0.06em (glyphs as architectural blocks). Leading 0.85-0.95. UPPERCASE exclusively. clamp() exclusively for macro type.\n- Micro type (data/telemetry): JetBrains Mono, IBM Plex Mono, Space Mono, VT323, Courier Prime. Fixed 10px-14px (0.7-0.875rem). Tracking +0.05em to +0.1em. Leading 1.2-1.4. UPPERCASE. All metadata, nav, unit IDs, coordinates.\n- Textural serif (artistic disruption, exceedingly sparing): Playfair Display, EB Garamond, Times New Roman; ONLY heavily degraded (halftone, 1-bit dithering) against clean sans.\n\n### Color\n- Swiss light: bg #F4F4F0 or #EAE8E3 (matte unbleached paper); fg #050505 to #111111 (carbon ink).\n- Telemetry dark: bg #0A0A0A or #121212 (deactivated CRT, never #000); fg #EAEAEA (white phosphor).\n- Accent both modes: #E61919 or #FF2A2A (aviation/hazard red), the ONLY accent; strike-throughs, thick structural rules, vital highlights.\n- Optional Terminal Green #4AF626: ONE specific element max (one status indicator/readout), never general text; omit if purposeless.\n\n### Layout\n- Blueprint Grid: strict CSS Grid, elements anchored to tracks/intersections, nothing floats.\n- Visible compartmentalization: 1px/2px solid borders; full-container-width hr between operational units.\n- Bimodal density: packed mono clusters vs vast negative space framing macro type.\n- Zero border-radius, absolute rejection; all 90-degree corners.\n\n### Symbology\nASCII framing [ DELIVERY SYSTEMS ], < RE-IND >; directional >>>, ///, \\\\\\\\; (R) (C) TM marks as structural geometric elements; crosshairs + at grid intersections; repeating vertical barcode lines; thick warning stripes; randomized strings REV 2.6, UNIT / D-01 simulating mechanical processes.\n\n### Effects and engineering\n- Halftone / 1-bit dithering: pre-process or mix-blend-mode multiply + SVG radial dot patterns.\n- CRT scanlines: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.1) 2px, rgba(0,0,0,0.1) 4px).\n- Global low-opacity SVG static/noise on DOM root (both modes), fixed layer.\n- Hairline trick: display grid; gap 1px; contrasting parent/child backgrounds = razor-thin hairlines without border declarations.\n- Semantic tags: data, samp, kbd, output, dl.\n\n### Pack bans\nGradients, soft drop shadows, modern translucency, any border-radius, mixed light+dark substrates, consumer UI patterns.\n\n### Deviations from base canon allowed here\n- Inter Extra Bold/Black permitted as macro display type (only pack where Inter is allowed in marketing work).\n- Crosshair/grid decoration and mechanical meta-strings permitted (banned as agency cliche elsewhere); numbered SECTION-label ban still absolute.\n- Degraded serif disruption permitted without brand justification (must be halftoned/dithered).\n\n## 3. High-end (premium agency finish)\n\nReads as a $150k agency build, not a template. Finish layer: base canon hard rules WIN on conflict (eyebrow cap, hero discipline, dash ban, image strategy, dials).\n\n### Typography and icons\n- Fonts: Geist, Clash Display, PP Editorial New, Plus Jakarta Sans. Banned: Inter, Roboto, Arial, Open Sans, Helvetica.\n- Icons: @phosphor-icons/react weight=\"light\" (ultra-light precise lines); Remix Line acceptable. Banned: thick Lucide, FontAwesome, Material Icons.\n\n### Vibe archetypes (pick 1)\n1. Ethereal Glass (SaaS/AI/Tech): deepest OLED black #050505; radial mesh gradients, subtle glowing purple/emerald orbs; vantablack cards + heavy backdrop-blur-2xl + pure white/10 hairlines; wide geometric Grotesk.\n2. Editorial Luxury (Lifestyle/RealEstate/Agency): warm cream #FDFBF7, muted sage, deep espresso; high-contrast Variable Serif massive headings; CSS noise/film-grain opacity-[0.03] paper feel. Caveat: serif + cream needs brand justification, serif from rotation pool, never reflexive.\n3. Soft Structuralism (Consumer/Health/Portfolio): silver-grey or white bg; massive bold Grotesk; airy floating components with extremely soft, highly diffused ambient shadows.\n\n### Layout archetypes (pick 1, each with mobile fallback)\n1. Asymmetrical Bento: masonry-ish grid, col-span-8 row-span-2 next to stacked col-span-4. Mobile: grid-cols-1 gap-6, spans reset.\n2. Z-Axis Cascade: physical card stack, slight overlaps, -2deg/3deg rotations. Mobile <768px: remove rotations AND overlaps (touch-target conflicts).\n3. Editorial Split: massive type left w-1/2, scrollable horizontal image pills / staggered cards right. Mobile: full-width stack, h-scroll preserved.\n\n### Double-Bezel (signature, never flat cards)\n- Outer shell: bg-black/5 or bg-white/5 + ring-1 ring-black/5 or border border-white/10 + padding p-1.5/p-2 + rounded-[2rem].\n- Inner core: own bg + inset highlight shadow-[inset_0_1px_1px_rgba(255,255,255,0.15)] + concentric radius rounded-[calc(2rem-0.375rem)].\n- Read: glass plate in aluminum tray.\n\n### Button-in-Button (primary CTA)\n- Pill: rounded-full px-6 py-3. Trailing arrow NEVER naked: nested in own circle w-8 h-8 rounded-full bg-black/5 dark:bg-white/10 flex items-center justify-center, flush right.\n- Hover: inner circle group-hover:translate-x-1 group-hover:-translate-y-[1px] + scale-105 (kinetic tension). Active: button active:scale-[0.98].\n- True magnetics via useMotionValue/useTransform, never useState.\n\n### Structure\n- Eyebrow pill spec: rounded-full px-3 py-1 text-[10px] uppercase tracking-[0.2em] font-medium. Cap applies: max 1 per 3 sections.\n- Whitespace: sections py-24 to py-40; double your standard padding.\n- Fluid Island nav: floating glass pill detached from top (mt-6 mx-auto w-max rounded-full). Hamburger lines morph to X (rotate-45/-rotate-45 absolute), never disappear. Menu = full-screen overlay backdrop-blur-3xl bg-black/80 or bg-white/80; links staggered mask reveal translate-y-12 opacity-0 to translate-y-0 opacity-100, delay-100/150/200.\n\n### Motion and perf\n- transition-all duration-700 ease-[cubic-bezier(0.32,0.72,0,1)] or spring stiffness 100 damping 20.\n- Entry: translate-y-16 blur-md opacity-0 resolved over 800ms+. Scroll reveals via IntersectionObserver or whileInView. All degrade under prefers-reduced-motion.\n- transform/opacity only. backdrop-blur on fixed/sticky elements ONLY. Grain fixed pointer-events-none z-50. Z-index systemic only.\n\n### Execution (5 steps)\n1. Roll vibe + layout archetypes silently. 2. Scaffold texture, whitespace, type scale. 3. Architect Double-Bezel everywhere, rounded-[2rem] squircles. 4. Choreograph beziers, staggers, button physics. 5. Output pixel-perfect, no generic fallbacks.\n\n### Pack bans\nGeneric 1px solid gray borders, edge-to-edge sticky top navbars, instant state changes, harsh shadows (shadow-md, rgba(0,0,0,0.3)).\n\n### Deviations from base canon allowed here\n- Overlapping content permitted (Z-Axis Cascade) WITH mandatory <768px fallback removing overlaps and rotations.\n- Tonal low-chroma radial/mesh gradients permitted (Ethereal Glass orbs); AI purple-blue gradient-on-buttons stays banned.\n- PP Editorial New / Variable Serif permitted inside Editorial Luxury with brand justification.\n\n## 4. Cinematic (Awwwards GSAP)\n\nDeterministic anti-slop, cinematic chapters, GSAP scrolltelling.\n\n### AIDA page structure (mandatory order)\n1. Premium nav first: floating glass pill OR minimal split nav.\n2. Attention: cinematic hero.\n3. Interest: bento or typographic features.\n4. Desire: GSAP section (pinned / horizontal / text-reveal).\n5. Action: massive high-contrast CTA + clean footer.\n- Section spacing py-32 md:py-48: distinct cinematic chapters.\n\n### 2-line iron rule (H1)\n- H1 container ultra-wide: max-w-5xl, max-w-6xl, or w-full. H1 NEVER more than 2 lines (3 absolute max); 4-6 wrapped lines = catastrophic failure.\n- Fix by widening container + shrinking via clamp(3rem, 5vw, 5.5rem). State the max-w class in the design plan.\n\n### Hero pool (pick 1)\n1. Cinematic Center: centered massive-width text; exactly 2 CTAs rendered as 1 primary + 1 visually-secondary (canon: one primary per view); full-bleed bg image with dark radial wash. Centered is a deliberate archetype here, not a reflex.\n2. Artistic Asymmetry: text offset left, floating image overlapping from bottom-right. Overlap allowed here; mobile <768px fallback removes overlap.\n3. Editorial Split: text left, image right, massive negative space.\n- Hero bans: floating stamp/badge icons on text, pill-tags under hero, raw data/stats in hero.\n\n### Gapless bento\n- grid-flow-dense (grid-auto-flow: dense) on EVERY bento. Mathematically verify col-span/row-span interlock: no missing corner, no void. 3-5 intentional cards beat 8 messy ones.\n\n### GSAP paradigms (pick 2, exact numbers)\n- Hover Physics: group-hover:scale-105 transition-transform duration-700 ease-out inside overflow-hidden.\n- Scroll Pinning: pin title left (pin: true), gallery scrolls up right.\n- Image Scale and Fade: in-view scale 0.8 to 1.0; on exit darken + fade to opacity 0.2.\n- Scrubbing Text Reveal: words opacity 0.1 to 1.0 sequential on scroll.\n- Card Stacking: cards overlap + stack from bottom.\n\n### Component arsenal\n- Inline Typography Images: inline-block w-24 h-10 rounded-full align-middle bg-cover mx-2 inside the heading; small contextual photos as visual punctuation. Mobile: stack below headline.\n- Horizontal Accordions: vertical slices expand on hover.\n- Infinite Marquee: phosphor icons or large type (max 1 per page).\n- Testimonial Carousel: overlapping portraits + minimal quotes + subtle arrows.\n\n### Image treatment\n- picsum.photos/seed/{descriptive-seed}/1920/1080, seed keyword matches vibe.\n- CSS filters to kill stock look: grayscale, mix-blend-luminosity, opacity-90, contrast-125.\n\n### Engineering\n- Horizontal scroll bug fix: wrap page in main with overflow-x-hidden w-full max-w-full.\n- Design plan must contain: hero math verification (state max-w class), AIDA check, bento density proof, label sweep + button contrast check.\n- Meta-label ban ABSOLUTE: SECTION 01, QUESTION 05, 00 / INDEX and kin are banned forever; they look cheap.\n\n### Deviations from base canon allowed here\n- Centered hero (Cinematic Center) permitted as deliberate archetype: max-w-5xl+ container, H1 2 lines max.\n- Two hero buttons permitted, resolved as 1 primary + 1 visually-secondary.\n- Overlapping hero image (Artistic Asymmetry) permitted with <768px fallback removing overlap.\n- Deep radial washes, grainy mesh gradients, shifting dark overlays permitted (tonal, low-chroma); AI purple-blue gradient stays banned.\n",
113
+ "kind": "raw"
114
+ }
115
+ ]
116
+ }