Fetchtype GitHub

Design System Presets

Presets

98 curated typography configurations organized by use case. Each preset includes font stacks, size relationships, layout guidance, color pairings, and style direction.

General Purpose

10
01

Base

Clean geometric sans for universal applications. The safest starting point when you don't yet know the final direction.

Style Direction

Neutral, professional, adaptable. Works with any brand color. Think Stripe, Linear, Vercel — products that let content speak.

Font Stack

Heading Inter
Body Inter
Scale

major-third

Size Relationships

H1 3rem / 48px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #ffffff
Primary #111827
Accent #2563eb
Body text #374151

Layout Guidance

Centered content column (65ch), generous whitespace, 4px baseline grid. Works for landing pages, apps, and marketing sites equally.

Image Pairing

Clean product photography, abstract gradients, minimal icons. Avoid heavy textures or vintage imagery.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset base
$ npx fetchtype init --preset base
02

Startup

Friendly geometric display with a modern tech feel. Slightly warmer than Base — the default for SaaS landing pages.

Style Direction

Approachable, modern, confident. Rounded terminals on headings soften the tech edge. Pair with vibrant accent colors.

Font Stack

Body Inter
Scale

major-third

Size Relationships

H1 3.5rem / 56px
Body 1.0625rem / 17px
Caption 0.8125rem / 13px
Line Height 1.65

Color Direction

Background #fafafa
Primary #0f172a
Accent #7c3aed
Body text #475569

Layout Guidance

Full-width hero, alternating 2-column sections, card grids. Generous padding (64px+ between sections).

Image Pairing

Isometric illustrations, 3D renders, product screenshots with browser chrome. Avoid stock photography.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset startup
$ npx fetchtype init --preset startup
24

Minimal

Vercel's Geist family for both heading and body creates a perfectly cohesive system with a single typeface. Ideal when brand neutrality and developer credibility are both required.

Style Direction

Stripped-back, high-signal, zero noise. Use for tools, CLIs with web UIs, or any product where the interface should disappear. Think Vercel, Railway, Render.

Font Stack

Heading Geist
Body Geist
Scale

major-second

Size Relationships

H1 2.25rem / 36px
Body 0.9375rem / 15px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #ffffff
Primary #000000
Accent #0070f3
Body text #444444

Layout Guidance

Full-width layout, flush-left type, invisible grid. No decorative elements — borders, not shadows. Monospace for all code and numeric data.

Image Pairing

Terminal output, deployment status, minimal iconography. Black on white with one accent pop.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset minimal
$ npx fetchtype init --preset minimal
25

Corporate

Franklin Gothic lineage meets a workhorse screen sans. The combination projects institutional authority without feeling cold — the right register for B2B, finance, and enterprise.

Style Direction

Trustworthy, measured, professional. For banks, law firms, insurance, or any brand where conservative typography signals reliability over creativity.

Font Stack

Scale

minor-third

Size Relationships

H1 2.75rem / 44px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.65

Color Direction

Background #f9fafb
Primary #0d1b2a
Accent #1a56db
Body text #374151

Layout Guidance

Wide masthead, clean horizontal sections, table-heavy content areas. Consistent vertical rhythm. Form-heavy pages work well here.

Image Pairing

Corporate photography, headshots, office environments. Consistent aspect ratios, no cropping surprises.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset corporate
$ npx fetchtype init --preset corporate
26

Open Source

Public Sans — a US government-derived typeface — brings civic credibility and excellent legibility to open-source project sites and community platforms.

Style Direction

Community-first, accessible, egalitarian. For OSS project homepages, community wikis, or any product that wants to signal it is for everyone.

Font Stack

Scale

minor-third

Size Relationships

H1 2.25rem / 36px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.7

Color Direction

Background #ffffff
Primary #1b1b1b
Accent #005ea2
Body text #3d4551

Layout Guidance

Wide content with sidebar nav, code examples prominent, changelog sections. GitHub-flavored markdown rendering conventions.

Image Pairing

Contributor avatars, GitHub activity graphs, architecture diagrams. Community-generated, authentic.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset open-source
$ npx fetchtype init --preset open-source
27

Accessible

Atkinson Hyperlegible was designed by the Braille Institute specifically to improve readability for people with low vision. The clearest typeface for accessibility-first products.

Style Direction

Maximum legibility, WCAG AAA intent, high contrast. For healthcare, government, educational platforms, or any product where clarity of information is life-critical.

Font Stack

Size Relationships

H1 2.5rem / 40px
Body 1.125rem / 18px
Caption 1rem / 16px
Line Height 1.8

Color Direction

Background #ffffff
Primary #1a1a1a
Accent #0052cc
Body text #2d2d2d

Layout Guidance

Generous line height, wide measures, large touch targets (48px+). Skip-nav links visible. No color-only information encoding.

Image Pairing

High-contrast photography, labeled diagrams, icon + text always paired. Never rely on color alone.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset accessible
$ npx fetchtype init --preset accessible
28

Performance

Barlow's condensed variants enable maximum information density at larger sizes while the regular weight reads cleanly for body. One family for all contexts keeps the variable font payload lean.

Style Direction

Lean, fast, functional. For products where web performance is a brand value — lightweight font stack, single-family, works with aggressive font subsetting.

Font Stack

Heading Barlow
Scale

major-second

Size Relationships

H1 2.75rem / 44px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #fafafa
Primary #111111
Accent #16a34a
Body text #404040

Layout Guidance

Narrow column widths, condensed headings for space efficiency. Prefer system font fallbacks in hero sections. Core content loads first.

Image Pairing

Performance metrics as imagery: Lighthouse scores, speed graphs, benchmarks. Technical and functional.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset performance
$ npx fetchtype init --preset performance
29

News

Baskerville-derived headings with a legible humanist sans body mirrors the classic newspaper pairing in a screen-first format. Authority and readability in equal measure.

Style Direction

Journalistic, factual, authoritative. For news sites, media organizations, or any platform where credibility and fast scanning are primary reader needs.

Font Stack

Scale

minor-third

Size Relationships

H1 3rem / 48px
Body 1.0625rem / 17px
Caption 0.875rem / 14px
Line Height 1.75

Color Direction

Background #ffffff
Primary #1a1a1a
Accent #c0392b
Body text #333333

Layout Guidance

Multi-column grid for article lists, single-column for articles. Prominent bylines, datelines, and related articles. Breaking news banner at top.

Image Pairing

News photography, photojournalism, infographics. Wire-quality images acceptable — credibility over aesthetics.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset news
$ npx fetchtype init --preset news
30

Education

Nunito's rounded letterforms create an inviting, encouraging atmosphere ideal for learning platforms. The family cohesion (Nunito + Nunito Sans) simplifies the font stack.

Style Direction

Encouraging, clear, student-friendly. For e-learning platforms, course sites, or educational tools where the typography should motivate rather than intimidate.

Font Stack

Heading Nunito
Scale

minor-third

Size Relationships

H1 2.5rem / 40px
Body 1.0625rem / 17px
Caption 0.875rem / 14px
Line Height 1.75

Color Direction

Background #fefefe
Primary #1e3a5f
Accent #f97316
Body text #374151

Layout Guidance

Course cards grid, video-first lesson view, progress indicators. Sidebar for curriculum navigation. Generous spacing to reduce cognitive load.

Image Pairing

Illustrated characters, progress badges, team collaboration photos. Bright, optimistic, inclusive.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset education
$ npx fetchtype init --preset education
31

Nonprofit

Vollkorn's robust old-style serif warmth paired with Open Sans's universally legible clarity strike the balance between mission-driven authenticity and credible professionalism.

Style Direction

Warm, mission-driven, trustworthy. For charities, NGOs, foundations — typography that signals the organization deserves your donation and your trust.

Font Stack

Heading Vollkorn
Scale

minor-third

Size Relationships

H1 3rem / 48px
Body 1.0625rem / 17px
Caption 0.875rem / 14px
Line Height 1.75

Color Direction

Background #ffffff
Primary #1a3352
Accent #059669
Body text #374151

Layout Guidance

Impactful hero with stats, donor testimonials, program cards. Clear donation CTAs. Annual report sections need strong hierarchy.

Image Pairing

Community photography, before/after impact shots, beneficiary portraits. Real people, real stories.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset nonprofit
$ npx fetchtype init --preset nonprofit

Content & Editorial

13
03

Editorial

Classical serif pairing for long-form reading. Generous line-height and a wider scale ratio create a calm, authoritative reading experience.

Style Direction

Timeless, literate, unhurried. Like opening a well-typeset book. Use ample margins and let the text breathe.

Font Stack

Heading Newsreader
Scale

perfect-fourth

Size Relationships

H1 3rem / 48px
Body 1.125rem / 18px
Caption 0.875rem / 14px
Line Height 1.8

Color Direction

Background #fffdf7
Primary #1a1a1a
Accent #8b5cf6
Body text #333333

Layout Guidance

Single column (60ch max), large margins, pull quotes, drop caps. Sidenotes over footnotes.

Image Pairing

Black and white photography, editorial illustration, woodcut-style graphics. Embrace negative space.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset editorial
$ npx fetchtype init --preset editorial
04

Magazine

High-contrast serif pairing for magazine-style layouts. Playfair's sharp contrast headlines grab attention; Lora's calligraphic body holds it.

Style Direction

Dramatic, editorial, high-contrast. Think Vogue meets The New York Times. Headlines are large and commanding.

Font Stack

Body Lora
Scale

perfect-fourth

Size Relationships

H1 4rem / 64px
Body 1.0625rem / 17px
Caption 0.8125rem / 13px
Line Height 1.7

Color Direction

Background #ffffff
Primary #000000
Accent #c41e3a
Body text #2d2d2d

Layout Guidance

Asymmetric grids, full-bleed images, overlapping text on images. Multi-column body text for longer pieces.

Image Pairing

Full-bleed photography, fashion/lifestyle imagery, strong diagonals. Color photography with high saturation.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset magazine
$ npx fetchtype init --preset magazine
05

Blog

Screen-optimized serif headings with a clean sans body. The workhorse of content sites — readable at any size, on any screen.

Style Direction

Warm, readable, trustworthy. Merriweather's chunky serifs were designed for screens first. Friendly without being casual.

Font Stack

Scale

minor-third

Size Relationships

H1 2.5rem / 40px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.75

Color Direction

Background #ffffff
Primary #1e293b
Accent #0ea5e9
Body text #475569

Layout Guidance

Narrow content column (55-65ch), generous paragraph spacing, inline images. Sidebar optional for categories/TOC.

Image Pairing

Inline illustrations, author photos, code screenshots. Keep imagery supporting the text, not competing.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset blog
$ npx fetchtype init --preset blog
32

Long-form

Fraunces's optical variable axes (wonky, optical size, softness) let you create expressive headlines while Source Serif 4's screen-optimized serifs hold extended body reading.

Style Direction

Deeply literary, unhurried, magazine-quality. For essays, features, memoirs, or investigative pieces that need to reward slow reading. Think The Atlantic or Longreads.

Font Stack

Heading Fraunces
Scale

perfect-fourth

Size Relationships

H1 3.5rem / 56px
Body 1.125rem / 18px
Caption 0.875rem / 14px
Line Height 1.85

Color Direction

Background #fffbf7
Primary #1c1917
Accent #b45309
Body text #292524

Layout Guidance

Single column, 58-65ch measure, generous top and bottom padding. Fraunces works beautifully as drop caps. Pull quotes set at 1.4em with left border rule.

Image Pairing

Full-bleed documentary photography, chapter illustrations, hand-drawn section dividers. Analog warmth.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset longform
$ npx fetchtype init --preset longform
33

Newsletter

Spectral's elegant screen-first serif creates distinct newsletter identity in headings; Karla's low-contrast sans body works across email clients and web views alike.

Style Direction

Personal, curated, subscriber-first. For email newsletters, Substack-style publications, or weekly digests where the author's voice is the brand.

Font Stack

Heading Spectral
Body Karla
Scale

minor-third

Size Relationships

H1 2.5rem / 40px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.7

Color Direction

Background #fffef9
Primary #1a1a2e
Accent #e11d48
Body text #374151

Layout Guidance

Single 600px column (email-safe), strong header section, clear issue number/date. Dividers between sections. Plain-text fallback compatible.

Image Pairing

Author headshots, inline illustrations, pull-quote callouts. Intimate, personal, editorial photography.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset newsletter
$ npx fetchtype init --preset newsletter
34

Food & Recipe

Vollkorn's robust old-style serif brings appetite appeal and warmth to headlines; Lato's humanist sans keeps ingredients and instructions scannable under kitchen conditions.

Style Direction

Warm, tactile, appetizing. For recipe blogs, food magazines, restaurant sites, or cookbooks translated to web. Typography should feel like it belongs in a kitchen.

Font Stack

Heading Vollkorn
Body Lato
Scale

minor-third

Size Relationships

H1 3rem / 48px
Body 1.0625rem / 17px
Caption 0.875rem / 14px
Line Height 1.75

Color Direction

Background #fffdf5
Primary #2d1810
Accent #c05621
Body text #44332a

Layout Guidance

Hero food photo full-bleed, recipe card with grid layout for ingredients/steps. Jump-to-recipe anchor. Print-friendly version essential.

Image Pairing

Overhead food photography, process shots, ingredient flatlay. Warm tones, natural lighting. Real food only.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset food
$ npx fetchtype init --preset food
35

Travel

Playfair's high-contrast drama suits destination headlines that need to evoke aspiration; Lato's clean neutral body handles practical travel details without distraction.

Style Direction

Aspirational, cinematic, wanderlust-inducing. For travel blogs, destination guides, or booking platforms where imagery and editorial storytelling share equal weight.

Font Stack

Body Lato
Scale

major-third

Size Relationships

H1 4rem / 64px
Body 1.0625rem / 17px
Caption 0.8125rem / 13px
Line Height 1.7

Color Direction

Background #ffffff
Primary #1a1a2e
Accent #0891b2
Body text #374151

Layout Guidance

Full-bleed hero imagery, overlaid display text, article grid with large thumbnail dominance. Maps as inline content.

Image Pairing

Landscape photography, golden-hour shots, cultural detail macro photography. Large format, immersive.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset travel
$ npx fetchtype init --preset travel
36

Academic

EB Garamond brings the scholarly tradition of Garamond typefaces to the screen with genuine historical authenticity. A single-family system that nods to centuries of academic publishing.

Style Direction

Scholarly, classical, text-rich. For academic papers, research publications, university sites, or any content where the tradition of the printed page matters.

Font Stack

Scale

perfect-fourth

Size Relationships

H1 2.5rem / 40px
Body 1.125rem / 18px
Caption 0.9375rem / 15px
Line Height 1.8

Color Direction

Background #fffff8
Primary #1a1a1a
Accent #7c2d12
Body text #2d2d2d

Layout Guidance

Narrow justified columns (52-58ch), extensive footnote system, figure captions below images, abstract box at top. Citation-dense.

Image Pairing

Archival photographs, scientific diagrams, charts from datasets. Captions more important than the image itself.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset academic
$ npx fetchtype init --preset academic
37

Health & Wellness

Nunito's rounded warmth softens clinical content, while Noto Sans's global coverage ensures medical terminology in any script renders correctly. Clarity with empathy.

Style Direction

Calm, reassuring, clearly structured. For health content sites, medical information portals, or wellness apps where anxiety reduction is a design goal.

Font Stack

Heading Nunito
Scale

minor-third

Size Relationships

H1 2.5rem / 40px
Body 1.0625rem / 17px
Caption 0.9375rem / 15px
Line Height 1.8

Color Direction

Background #f0fdf9
Primary #134e4a
Accent #0d9488
Body text #134e4a

Layout Guidance

Clear section headers, info boxes for key takeaways, warning/caution callouts. Accessibility baked in — large base font, high contrast.

Image Pairing

Clean lifestyle photography, calming nature scenes, illustrated anatomical diagrams. Avoid clinical stock imagery.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset health
$ npx fetchtype init --preset health
38

Arts & Culture

Crimson Pro's elegant italics and small caps make cultural criticism feel sophisticated; Libre Franklin's versatile weight range handles everything from captions to pull quotes.

Style Direction

Cultured, critical, intelligent. For arts publications, museum sites, film criticism, music reviews — where the editorial voice is as important as the content.

Font Stack

Scale

perfect-fourth

Size Relationships

H1 3.5rem / 56px
Body 1.0625rem / 17px
Caption 0.875rem / 14px
Line Height 1.8

Color Direction

Background #fefefe
Primary #1a0f2e
Accent #9333ea
Body text #292524

Layout Guidance

Review card grid, critic bylines prominent, star/rating display typographically integrated. Generous imagery with editorial captions.

Image Pairing

Artwork photography, performance stills, exhibition installation shots. High quality, properly credited.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset culture
$ npx fetchtype init --preset culture
39

Science & Technology

Source Serif 4's screen-optimized letterforms handle complex scientific headings; IBM Plex Sans and Mono form a cohesive body system for equations, code, and prose.

Style Direction

Rigorous, evidence-forward, technically precise. For science journalism, research blogs, or tech explainers where accuracy and nuance are non-negotiable.

Font Stack

Scale

minor-third

Size Relationships

H1 2.75rem / 44px
Body 1.0625rem / 17px
Caption 0.875rem / 14px
Line Height 1.75

Color Direction

Background #ffffff
Primary #0f2027
Accent #0ea5e9
Body text #334155

Layout Guidance

Long article format with deep heading hierarchy, data tables, embedded interactive charts, and footnoted references. Abstract-first convention.

Image Pairing

Scientific visualization, data plots, laboratory photography, microscopy images. Technical precision over aesthetics.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset science
$ npx fetchtype init --preset science
40

Podcast & Audio

Figtree's modern geometric shapes create a fresh, audio-native feel. A single-family system keeps the focus on the listening experience rather than the design.

Style Direction

Conversational, binge-worthy, discoverable. For podcast websites, audio platforms, or transcript-heavy content where episode discoverability is the primary UX goal.

Font Stack

Heading Figtree
Scale

minor-third

Size Relationships

H1 2.5rem / 40px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.65

Color Direction

Background #fafafa
Primary #18181b
Accent #a855f7
Body text #52525b

Layout Guidance

Episode card grid, waveform-inspired dividers, transcript toggle. Show notes with chapter markers. Subscribe CTA above fold.

Image Pairing

Cover art thumbnails, host headshots, waveform visualizations. Episode art grid as primary visual.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset podcast
$ npx fetchtype init --preset podcast
41

Sports & Fitness

Oswald's condensed bold headings command attention at high impact; Barlow's versatile weight range handles everything from scoreboards to training guides.

Style Direction

High energy, action-first, score-focused. For sports news, fitness apps, or performance tracking platforms where data and drama coexist.

Font Stack

Heading Oswald
Scale

perfect-fourth

Size Relationships

H1 4rem / 64px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.5

Color Direction

Background #ffffff
Primary #0a0a0a
Accent #dc2626
Body text #374151

Layout Guidance

Scoreboard-style hero stats, condensed headline grid, video-heavy article pages. Live scores banner persistent.

Image Pairing

Action photography, freeze-frame moments, athlete portraits. High contrast, motion blur acceptable.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset sports
$ npx fetchtype init --preset sports

Application & Interface

13
06

Dashboard

Compact information-dense layout for data dashboards. Tight scale ratio maximizes data visibility without sacrificing legibility.

Style Direction

Dense, functional, precise. Every pixel earns its space. Use tabular numbers, clear hierarchy through weight not size.

Font Stack

Heading Inter
Body Inter
Scale

minor-second

Size Relationships

H1 1.5rem / 24px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.5

Color Direction

Background #f8fafc
Primary #0f172a
Accent #3b82f6
Body text #475569

Layout Guidance

Dense grid of cards (12+ column grid), collapsible sidebar, sticky header with breadcrumbs. Minimal padding (12-16px).

Image Pairing

Data visualizations, charts, sparklines, status indicators. Minimal decorative imagery.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset dashboard
$ npx fetchtype init --preset dashboard
07

Admin Panel

Slightly friendlier than Dashboard — DM Sans has rounder terminals that soften dense admin interfaces without losing information density.

Style Direction

Approachable density. DM Sans at 14px body is just as dense as Inter but feels warmer. Good for tools used all day.

Font Stack

Heading DM Sans
Scale

minor-second

Size Relationships

H1 1.5rem / 24px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.5

Color Direction

Background #fafafa
Primary #18181b
Accent #6366f1
Body text #52525b

Layout Guidance

Sidebar navigation + main content area. Tables, forms, and detail panels. Use cards sparingly — flat sections work better.

Image Pairing

Form elements, tables, status badges, avatar thumbnails. Functional, not decorative.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset admin
$ npx fetchtype init --preset admin
08

SaaS Product

Geometric display headings meet a neutral body. The balance between marketing polish and product density — ideal for products with both public and in-app pages.

Style Direction

Modern, polished, scalable. Outfit's geometric shapes make headings feel intentional without being decorative. Brand-able.

Font Stack

Heading Outfit
Body Inter
Scale

major-second

Size Relationships

H1 2.5rem / 40px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #ffffff
Primary #0c0a09
Accent #ea580c
Body text #44403c

Layout Guidance

Marketing: hero + feature grid. Product: sidebar + content. Both share the same type system — only density changes.

Image Pairing

Product UI screenshots, feature illustrations, customer logos. Clean and professional.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset saas
$ npx fetchtype init --preset saas
42

Mobile-First

Rubik's slightly rounded square forms were designed for small screens — excellent legibility at 13-15px body, generous x-height, and a single family reduces font loading overhead.

Style Direction

Thumb-first, tap-friendly, scroll-native. For progressive web apps, mobile-optimized dashboards, or apps that see >70% mobile traffic.

Font Stack

Heading Rubik
Body Rubik
Scale

major-second

Size Relationships

H1 2rem / 32px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #ffffff
Primary #1e1b4b
Accent #7c3aed
Body text #4b5563

Layout Guidance

Bottom navigation, 44px+ touch targets, card-based scrollable content. Stack layout adapts to mobile naturally. Hamburger-free.

Image Pairing

Mobile screenshots at device scale, gesture illustrations, notification previews.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset mobile-first
$ npx fetchtype init --preset mobile-first
43

Command Palette

Space Grotesk's monospace-influenced geometric headings feel at home in command-line aesthetic interfaces; Inter body handles list items and descriptions at density.

Style Direction

Keyboard-first, power-user, slash-command native. For tools like Linear, Raycast, or any interface where the command palette is the primary navigation.

Font Stack

Body Inter
Scale

minor-second

Size Relationships

H1 1.75rem / 28px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.5

Color Direction

Background #0f172a
Primary #f1f5f9
Accent #818cf8
Body text #94a3b8

Layout Guidance

Modal-dominant, keyboard-navigable lists, contextual shortcut displays. Minimal chrome. Spotlight-style search above fold.

Image Pairing

Keyboard shortcut visualizations, command tree illustrations, terminal-style output.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset command-palette
$ npx fetchtype init --preset command-palette
44

CRM & Sales

Albert Sans's low-contrast strokes and open apertures perform well at small sizes in data-dense tables while feeling personable enough for customer-facing contexts.

Style Direction

Efficient, relationship-oriented, activity-focused. For CRMs, sales tools, or pipeline management UIs where reps spend all day inside the product.

Font Stack

Scale

minor-second

Size Relationships

H1 1.75rem / 28px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.5

Color Direction

Background #f8fafc
Primary #0f172a
Accent #0891b2
Body text #475569

Layout Guidance

Pipeline kanban or list view, contact profile with activity feed, email thread integration. Keyboard shortcuts essential.

Image Pairing

Contact avatars, pipeline stage icons, activity timeline visualizations.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset crm
$ npx fetchtype init --preset crm
45

Finance App

Manrope's variable weight and optical clarity at small sizes make it ideal for financial figures; IBM Plex Mono handles all numeric data with proper tabular spacing.

Style Direction

Precise, trustworthy, number-forward. For fintech apps, portfolio trackers, or budgeting tools where financial figures must be unambiguous and instantly readable.

Font Stack

Heading Manrope
Body Inter
Scale

minor-second

Size Relationships

H1 2rem / 32px
Body 0.9375rem / 15px
Caption 0.8125rem / 13px
Line Height 1.55

Color Direction

Background #f8fafc
Primary #0f172a
Accent #10b981
Body text #334155

Layout Guidance

Balance sheets, transaction lists, chart-dominant dashboards. Tabular lining figures throughout. Color-coded gain/loss.

Image Pairing

Candlestick charts, portfolio allocation pies, trend lines. Data visualization is the imagery.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset finance-app
$ npx fetchtype init --preset finance-app
46

Healthcare UI

Lexend was researched and designed to improve reading speed and reduce visual stress — a critical quality for clinicians reading patient data under time pressure.

Style Direction

Clinical-grade legibility, error-resistant typography. For EHR systems, clinical dashboards, or any healthcare UI where a misread character can have serious consequences.

Font Stack

Heading Lexend
Scale

major-second

Size Relationships

H1 2rem / 32px
Body 0.9375rem / 15px
Caption 0.875rem / 14px
Line Height 1.6

Color Direction

Background #f0f9ff
Primary #0c1a2e
Accent #0369a1
Body text #1e3a5f

Layout Guidance

High-contrast data tables, clear status indicators, alert hierarchy (critical/warning/info). Minimum 14px body, maximum 80ch line length.

Image Pairing

Medical icons, anatomy charts, patient flow diagrams. Clinical, not marketing.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset healthcare-ui
$ npx fetchtype init --preset healthcare-ui
47

Real Estate

Montserrat's geometric boldness gives property listings the confident authority of premium signage; Open Sans body handles address data, specs, and descriptions clearly.

Style Direction

Premium but accessible, location-centric, gallery-first. For property listing platforms, real estate agencies, or home search tools where visual confidence builds buyer trust.

Font Stack

Heading Montserrat
Scale

major-second

Size Relationships

H1 2.5rem / 40px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #ffffff
Primary #1a2332
Accent #1d4ed8
Body text #374151

Layout Guidance

Map + list split view, property gallery full-bleed, spec table on detail page. Price and location always above fold.

Image Pairing

Architectural photography, interior staging shots, aerial maps. Bright, spacious, aspirational.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset real-estate
$ npx fetchtype init --preset real-estate
48

Project Management

Figtree headings lend just enough visual distinction to differentiate project names and section titles from dense task data, while Inter body keeps the interface neutral and data-forward.

Style Direction

Work-focused, status-at-a-glance, keyboard-navigable. For project trackers, kanban tools, and issue management products where the data is the interface.

Font Stack

Heading Figtree
Body Inter
Scale

minor-second

Size Relationships

H1 1.75rem / 28px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.5

Color Direction

Background #f9fafb
Primary #11181c
Accent #5a31f4
Body text #4b5563

Layout Guidance

Kanban board, list view, timeline/Gantt toggle. Inline editing throughout. Priority and assignee always visible in compact cards.

Image Pairing

Board screenshots, burndown charts, team capacity graphs. Interface itself is the visual hero.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset project-mgmt
$ npx fetchtype init --preset project-mgmt
49

Chat & Messaging

DM Sans's name (Display & Message) literally describes its intended use. Excellent legibility at chat bubble sizes, friendly terminals, and single-family simplicity.

Style Direction

Conversational, real-time, notification-aware. For messaging apps, team chat tools, or any interface where conversation threading and status indicators dominate.

Font Stack

Heading DM Sans
Scale

minor-second

Size Relationships

H1 1.5rem / 24px
Body 0.9375rem / 15px
Caption 0.8125rem / 13px
Line Height 1.5

Color Direction

Background #f8f8f8
Primary #1a1d21
Accent #611f69
Body text #1d1c1d

Layout Guidance

Sidebar channel list, main message thread, member panel. Thread replies indented. Inline media previews. Unread counts prominent.

Image Pairing

Emoji reactions, custom status illustrations, channel type icons. Human-first micro-illustrations.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset chat-app
$ npx fetchtype init --preset chat-app
50

Analytics Platform

Work Sans was specifically designed to work well for digital and print media making it ideal for analytics platforms where data needs to be communicated clearly across multiple contexts.

Style Direction

Metric-forward, insight-driven, annotation-heavy. For analytics dashboards, reporting tools, or business intelligence platforms where every number tells a story.

Font Stack

Heading Work Sans
Scale

minor-second

Size Relationships

H1 1.75rem / 28px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.5

Color Direction

Background #0d1117
Primary #0d1117
Accent #238636
Body text #8b949e

Layout Guidance

KPI row at top, chart grid below, data table with inline filtering. Tooltip design is as important as the page layout.

Image Pairing

Chart types used as section illustrations, data flow diagrams, funnel visualizations.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset analytics
$ npx fetchtype init --preset analytics
51

Design Tool

Geist headings and Inter body create an ultra-neutral canvas that won't compete with the user's creative work. Tool UI should be invisible when the canvas is open.

Style Direction

Tool-chrome minimal, canvas-first, creator-focused. For design tools, code editors, or creative applications where the UI frame should disappear entirely.

Font Stack

Heading Geist
Body Inter
Scale

minor-second

Size Relationships

H1 1.25rem / 20px
Body 0.8125rem / 13px
Caption 0.6875rem / 11px
Line Height 1.4

Color Direction

Background #1e1e1e
Primary #e8eaed
Accent #4285f4
Body text #9aa0a6

Layout Guidance

Narrow toolbar rails, floating panel drawers, canvas takes full remaining space. Typographic density highest in inspector panels.

Image Pairing

Tool screenshots, component anatomy diagrams, cursor state illustrations.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset design-tool
$ npx fetchtype init --preset design-tool

E-commerce & Conversion

13
09

E-commerce

Friendly geometric display with neutral body text. Designed for product catalogs where the product imagery is the hero, not the typography.

Style Direction

Clean, trustworthy, invisible. Typography should frame products, not compete with them. Use weight for hierarchy, not size.

Font Stack

Heading DM Sans
Body Inter
Scale

major-second

Size Relationships

H1 2.25rem / 36px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #ffffff
Primary #111827
Accent #059669
Body text #374151

Layout Guidance

Product grid (3-4 columns), sticky filters sidebar, product detail with image gallery. Price and CTA prominent.

Image Pairing

Product photography on white/neutral backgrounds. Lifestyle shots for category pages. Minimal text on images.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset ecommerce
$ npx fetchtype init --preset ecommerce
10

Luxury

High-contrast serif headings with an elegant thin sans body. For premium brands where the typography itself signals quality.

Style Direction

Refined, restrained, spacious. Generous letter-spacing on headings (0.05em+). Thin weights for body. Less is always more.

Font Stack

Scale

perfect-fourth

Size Relationships

H1 4rem / 64px
Body 0.9375rem / 15px
Caption 0.75rem / 12px
Line Height 1.7

Color Direction

Background #f5f5f0
Primary #1a1a1a
Accent #b8860b
Body text #4a4a4a

Layout Guidance

Centered, generous whitespace (100px+ padding). Full-bleed imagery. Minimal navigation. Each page is a curated composition.

Image Pairing

Studio photography, muted tones, close-up textures. No cluttered compositions. One image, one focal point.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset luxury
$ npx fetchtype init --preset luxury
11

Marketplace

Rounded geometric pairing for trust-centric marketplace UIs. Manrope's openness and Nunito Sans's warmth create a welcoming, accessible feel.

Style Direction

Friendly, open, trustworthy. Rounded forms reduce perceived friction. Great for platforms where users need to feel safe transacting.

Font Stack

Heading Manrope
Scale

major-second

Size Relationships

H1 2.5rem / 40px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #ffffff
Primary #1e293b
Accent #0891b2
Body text #475569

Layout Guidance

Search-first hero, card grid results, seller/buyer profiles. Clear trust signals (reviews, badges) in the typography hierarchy.

Image Pairing

User-generated content, product thumbnails, avatar circles. Diverse, authentic photography.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset marketplace
$ npx fetchtype init --preset marketplace
52

Fashion & Apparel

Josefin Sans's Art Deco-inspired letterforms pair with Raleway's elegant geometric body to create a fashion-forward typographic identity that signals style consciousness.

Style Direction

Fashion-forward, aspirational, trend-aware. For apparel brands, fashion marketplaces, or clothing retailers where style is the product. Generous whitespace signals premium.

Font Stack

Scale

perfect-fourth

Size Relationships

H1 3.5rem / 56px
Body 0.9375rem / 15px
Caption 0.8125rem / 13px
Line Height 1.7

Color Direction

Background #fafafa
Primary #1a1a1a
Accent #be185d
Body text #525252

Layout Guidance

Lookbook grid, editorial product photography dominant, minimal product metadata until hover. Size guide inline.

Image Pairing

Editorial fashion photography, model styling shots, flat-lay product photography. Season-aligned color palettes.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset fashion
$ npx fetchtype init --preset fashion
53

Beauty & Cosmetics

Cormorant Garamond's delicate high-contrast strokes suit premium beauty brands; Nunito Sans keeps product details and ingredients readable at small sizes.

Style Direction

Feminine, premium, sensory. For beauty brands, cosmetics retailers, or skincare lines where the product experience starts with how the page feels.

Font Stack

Scale

major-third

Size Relationships

H1 3.5rem / 56px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.7

Color Direction

Background #fff5f7
Primary #1a0a0a
Accent #9d174d
Body text #44403c

Layout Guidance

Before/after galleries, ingredient call-outs, routine builder flow. Shade selector as a UI component. Review system prominent.

Image Pairing

Close-up texture photography, product still life, skin-tone-inclusive model photography. Soft lighting.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset beauty
$ npx fetchtype init --preset beauty
54

Home & Living

Instrument Serif's refined elegance suits premium home goods; Source Sans 3 keeps practical product information scannable. This pairing says "quality without pretension".

Style Direction

Considered, quality-forward, aspirational livability. For furniture, home decor, or interior design retailers where lifestyle aspiration meets practical purchase decisions.

Font Stack

Scale

major-third

Size Relationships

H1 3rem / 48px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.7

Color Direction

Background #fafaf9
Primary #1c1917
Accent #78716c
Body text #44403c

Layout Guidance

Room scene hero photography, product in-context imagery, material/finish selectors, dimension spec tables.

Image Pairing

Lifestyle interiors, room vignettes, material close-ups. Natural light, warm tones, real homes.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset home-living
$ npx fetchtype init --preset home-living
55

Subscription

Figtree's confident geometry and Inter's neutral readability create a conversion-optimized system. Benefit lists and pricing tables are the primary typographic components.

Style Direction

Conversion-focused, benefit-led, trial-encouraging. For SaaS subscriptions, box services, membership sites — where the pricing page is the most critical typography canvas.

Font Stack

Heading Figtree
Body Inter
Scale

major-second

Size Relationships

H1 3rem / 48px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #ffffff
Primary #111827
Accent #7c3aed
Body text #374151

Layout Guidance

Tiered pricing cards side by side, feature comparison table, FAQ accordion. Free trial CTA above fold.

Image Pairing

Product screenshots, happy customer photos, feature illustration icons. Social proof heavy.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset subscription
$ npx fetchtype init --preset subscription
56

Sports & Outdoor

Exo 2's geometric sci-fi undertones suit athletic performance brands; Barlow's wide weight range handles everything from gear specs to brand storytelling.

Style Direction

Performance-driven, energy-forward, gear-focused. For athletic equipment, outdoor adventure gear, or sports apparel where product capabilities are the selling proposition.

Font Stack

Heading Exo 2
Scale

major-third

Size Relationships

H1 3.5rem / 56px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #ffffff
Primary #0f172a
Accent #f97316
Body text #334155

Layout Guidance

Action video hero, product feature highlights with icons, gear comparison table, athlete testimonials.

Image Pairing

Action photography, athlete-in-use shots, gear detail photography. High contrast, motion.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset sports-ecom
$ npx fetchtype init --preset sports-ecom
57

Digital Products

Plus Jakarta Sans and DM Sans create a modern, polished feel perfectly suited for selling templates, icons, fonts, and digital tools where preview is the conversion driver.

Style Direction

Creator-to-creator, preview-first, license-clear. For digital marketplaces, design asset shops, or template stores where the product quality must show through typography.

Font Stack

Scale

major-second

Size Relationships

H1 2.75rem / 44px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #fafafa
Primary #0f172a
Accent #8b5cf6
Body text #475569

Layout Guidance

Preview-dominant product cards, lightbox gallery, license tier table, related products sidebar.

Image Pairing

Product previews, mockup renders, before/after comparisons. Creator-made content, not stock.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset digital-products
$ npx fetchtype init --preset digital-products
58

Local Business

Bitter's slab serif conveys establishment and permanence; PT Sans brings warmth and legibility to contact details, hours, and menus that need to work on any device.

Style Direction

Rooted, established, community-trusted. For restaurants, local shops, service businesses — where the vibe is "this place has been here forever and earns your trust".

Font Stack

Heading Bitter
Scale

minor-third

Size Relationships

H1 2.5rem / 40px
Body 1.0625rem / 17px
Caption 0.875rem / 14px
Line Height 1.7

Color Direction

Background #fffdf5
Primary #1c1917
Accent #b45309
Body text #44403c

Layout Guidance

Location + hours prominently above fold, menu/services list format, map embed, review stars. Mobile-first mandatory.

Image Pairing

Storefront photography, team portraits, product/dish photography. Real location, real people.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset local-business
$ npx fetchtype init --preset local-business
59

Pet & Animal Care

Quicksand's playful rounded forms perfectly match the joy and emotion of pet products; Nunito Sans keeps ingredient lists and care instructions readable.

Style Direction

Playful, loving, trust-building. For pet food, veterinary clinics, pet product shops — where the target audience is emotionally invested pet owners who want the best.

Font Stack

Heading Quicksand
Scale

minor-third

Size Relationships

H1 2.5rem / 40px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.7

Color Direction

Background #fffef7
Primary #1e3a5f
Accent #f59e0b
Body text #374151

Layout Guidance

Pet photography hero, breed-specific product filtering, ingredient/nutrition tables, vet recommendation badges.

Image Pairing

Pet photography (happy animals), product on model/pet, lifestyle with owner. Emotional, joyful.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset pet-care
$ npx fetchtype init --preset pet-care
60

B2B Marketplace

The Red Hat family was designed for Red Hat's enterprise products — authority and technical credibility are baked in. Ideal for B2B procurement platforms and SaaS marketplaces.

Style Direction

Enterprise-grade, procurement-ready, vendor-trustworthy. For B2B software marketplaces, supplier directories, or wholesale platforms where the buyer is a professional.

Font Stack

Scale

minor-third

Size Relationships

H1 2.5rem / 40px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #ffffff
Primary #1a1a2e
Accent #ee0000
Body text #374151

Layout Guidance

Vendor cards with trust signals, detailed spec sheets, RFQ forms, comparison tables. Pricing on request common.

Image Pairing

Product photography, integration logos, customer company logos. Enterprise, professional.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset marketplace-b2b
$ npx fetchtype init --preset marketplace-b2b
61

Auction & Bidding

Libre Baskerville's authoritative old-style serifs evoke auction house credibility; Nunito Sans keeps bid increments, deadlines, and lot descriptions scannable under time pressure.

Style Direction

Authoritative, time-sensitive, provenance-signaling. For auction platforms, estate sales, or collectibles markets where the gavel-and-podium seriousness must translate to screen.

Font Stack

Scale

major-third

Size Relationships

H1 2.75rem / 44px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.65

Color Direction

Background #fffdf5
Primary #1a1207
Accent #b45309
Body text #44403c

Layout Guidance

Lot grid with countdown timers, bid history table, provenance documentation. Current bid always visible. Mobile bid flow optimized.

Image Pairing

Provenance photography, detail shots of lot items, auction room atmosphere. Photography-first.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset auction
$ npx fetchtype init --preset auction

Documentation & Technical

13
12

Documentation

Readable serif for technical documentation. The Source family was designed by Adobe for extended on-screen reading — it handles code blocks, tables, and prose equally.

Style Direction

Authoritative, scannable, reference-grade. Headings as wayfinding, not decoration. Deep hierarchy (h1–h5 common).

Font Stack

Scale

minor-third

Size Relationships

H1 2.25rem / 36px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.7

Color Direction

Background #ffffff
Primary #1a1a2e
Accent #6d28d9
Body text #374151

Layout Guidance

Three-column: sidebar TOC, content (65ch), on-page anchors. Collapsible code blocks, tabbed examples.

Image Pairing

Code screenshots, architecture diagrams, annotated UI examples. Technical illustrations over photography.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset docs
$ npx fetchtype init --preset docs
13

Developer

Sans-serif docs with ligature-enabled code font. For developer audiences who spend as much time reading code as prose.

Style Direction

Sharp, code-first, dark mode native. Fira Code's ligatures make code examples feel polished. Syntax highlighting matters.

Font Stack

Heading Inter
Body Inter
Scale

minor-third

Size Relationships

H1 2rem / 32px
Body 0.9375rem / 15px
Caption 0.8125rem / 13px
Line Height 1.65

Color Direction

Background #0f172a
Primary #e2e8f0
Accent #22d3ee
Body text #94a3b8

Layout Guidance

Full-width code examples, copy buttons, language tabs. API reference tables. Dark code blocks on light page (or full dark mode).

Image Pairing

Terminal screenshots, API response examples, architecture diagrams. Dark theme native.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset developer
$ npx fetchtype init --preset developer
14

API Reference

Technical monospace-influenced headings with dense interface body. For API docs, schema explorers, and developer portals where precision matters.

Style Direction

Precise, technical, structured. Space Grotesk's monospace heritage makes headings feel systematic. Tables and key-value layouts everywhere.

Font Stack

Body Inter
Scale

minor-second

Size Relationships

H1 1.75rem / 28px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.55

Color Direction

Background #020617
Primary #f8fafc
Accent #10b981
Body text #94a3b8

Layout Guidance

Two-panel: description left, code right (Stripe-style). Sticky endpoint headers. Collapsible parameter tables.

Image Pairing

Endpoint trees, JSON examples, status code badges. Minimal — the code IS the content.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset api-reference
$ npx fetchtype init --preset api-reference
62

SDK Documentation

Instrument Sans provides authority and modernity without the developer-tool coldness of pure monospace headings; Fira Code with ligatures makes SDK examples inviting to read.

Style Direction

SDK-first, developer-experience-focused. For library documentation, SDK guides, or framework references where code examples and prose are equally important.

Font Stack

Body Inter
Scale

minor-third

Size Relationships

H1 2rem / 32px
Body 0.9375rem / 15px
Caption 0.8125rem / 13px
Line Height 1.65

Color Direction

Background #0f1117
Primary #e2e8f0
Accent #34d399
Body text #94a3b8

Layout Guidance

Method signature as h3, parameters table, code example right-aligned. Copy button on every block. Inline type references.

Image Pairing

Code snippets as imagery, SDK architecture diagrams, integration flow charts.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset sdk-docs
$ npx fetchtype init --preset sdk-docs
63

Changelog

Bricolage Grotesque's editorial personality gives changelog entries a human voice; Inter body handles technical details cleanly. Updates should feel crafted, not generated.

Style Direction

Version-history-first, feature-announcement-ready. For public changelogs, release notes, or product update pages where the history of the product is a trust signal.

Font Stack

Body Inter
Scale

minor-third

Size Relationships

H1 2.25rem / 36px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.65

Color Direction

Background #ffffff
Primary #0f172a
Accent #7c3aed
Body text #374151

Layout Guidance

Reverse chronological, version number as anchor heading, tag badges (feature/fix/breaking). Subscribe widget above fold.

Image Pairing

Before/after UI screenshots, feature preview animations, product GIFs.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset changelog
$ npx fetchtype init --preset changelog
64

Knowledge Base

Sora's distinctive display personality aids article findability while Noto Sans's global character coverage handles multilingual support tickets and documentation.

Style Direction

Search-first, self-serve, globally accessible. For help centers, knowledge bases, or support documentation where findability and translation coverage are top priorities.

Font Stack

Heading Sora
Scale

minor-third

Size Relationships

H1 2.5rem / 40px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.7

Color Direction

Background #ffffff
Primary #111827
Accent #0891b2
Body text #374151

Layout Guidance

Search bar hero, category card grid, article with breadcrumb, related articles footer. Feedback widget on every article.

Image Pairing

Step-by-step screenshots with callout annotations, video tutorial thumbnails, FAQ illustrations.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset knowledge-base
$ npx fetchtype init --preset knowledge-base
65

Runbook & Operations

The complete IBM Plex family creates a unified system for operations documentation where consistent typographic hierarchy reduces cognitive load during incidents.

Style Direction

Incident-ready, step-by-step, scannable under pressure. For runbooks, operational playbooks, or oncall guides where someone reads these at 3am during a production incident.

Font Stack

Scale

minor-second

Size Relationships

H1 2rem / 32px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.65

Color Direction

Background #ffffff
Primary #161616
Accent #0f62fe
Body text #525252

Layout Guidance

Numbered steps prominent, command blocks copy-able, severity indicator in header. Print-ready essential.

Image Pairing

System architecture diagrams, alert screenshots, monitoring dashboard captures.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset runbook
$ npx fetchtype init --preset runbook
66

Interactive Tutorial

Commissioner's warm humanist display keeps learning materials encouraging; Karla's geometric legibility handles step instructions clearly without intimidating beginners.

Style Direction

Step-by-step, beginner-welcoming, milestone-celebrating. For interactive tutorials, onboarding flows, or structured learning sequences where progress momentum matters.

Font Stack

Body Karla
Scale

minor-third

Size Relationships

H1 2.25rem / 36px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.7

Color Direction

Background #fafafa
Primary #0f172a
Accent #8b5cf6
Body text #334155

Layout Guidance

Step indicator sidebar, main content with code panel, hint/reveal system. Progress bar persistent. Checkpoint animations.

Image Pairing

Step completion illustrations, progress badge animations, before/after code diffs.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset tutorial
$ npx fetchtype init --preset tutorial
67

Whitepaper & Report

Literata's Google Fonts-optimized serif was built for extended reading; Source Sans 3 keeps figures, tables, and captions clean. The pairing says "this document was crafted, not generated".

Style Direction

Authoritative, research-backed, lead-generating. For technical whitepapers, industry reports, or research publications designed to establish thought leadership.

Font Stack

Heading Literata
Scale

minor-third

Size Relationships

H1 2.75rem / 44px
Body 1.0625rem / 17px
Caption 0.875rem / 14px
Line Height 1.75

Color Direction

Background #ffffff
Primary #1a2332
Accent #1d4ed8
Body text #334155

Layout Guidance

Executive summary at top, numbered sections with TOC, data tables mid-document, methodology appendix. Print layout critical.

Image Pairing

Data charts, research infographics, abstract cover art. Professional illustration over photography.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset whitepaper
$ npx fetchtype init --preset whitepaper
68

Legal & Compliance

The Noto family's comprehensive Unicode coverage handles every legal term, name, and international reference; the serif/sans pairing follows legal document conventions while remaining web-native.

Style Direction

Precise, unambiguous, jurisdiction-ready. For privacy policies, terms of service, legal notices, or compliance documentation where every word must be readable and archived.

Font Stack

Heading Noto Serif
Scale

minor-second

Size Relationships

H1 2rem / 32px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.7

Color Direction

Background #ffffff
Primary #1a1a2e
Accent #1d4ed8
Body text #374151

Layout Guidance

Dense hierarchical numbered sections, cross-reference links, definition callouts, effective date prominent. Print stylesheet essential.

Image Pairing

Minimal — jurisdiction flags, certification logos, signature fields. No decorative imagery.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset compliance
$ npx fetchtype init --preset compliance
69

Developer Relations

Bricolage Grotesque's editorial personality gives developer relations content a human, community feel; Mulish keeps tutorials and guides warm yet technical.

Style Direction

Community-building, conference-talk energy, hackathon-inviting. For devrel sites, community hubs, or developer advocate content where building belonging is as important as shipping code.

Font Stack

Scale

minor-third

Size Relationships

H1 2.75rem / 44px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.65

Color Direction

Background #fafafa
Primary #0f172a
Accent #6366f1
Body text #334155

Layout Guidance

Events calendar, community showcase, tutorial grid, forum activity feed. Discord/Slack join CTA prominent.

Image Pairing

Conference photos, hackathon energy shots, diverse developer portraits. Community-generated.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset devrel
$ npx fetchtype init --preset devrel
70

Status Page

Inter's neutrality is a feature here — status pages must feel factual, not branded. The font disappears so the uptime data and incident communications speak without visual editorializing.

Style Direction

Trust-through-clarity, incident-professional, SLA-focused. For service status pages, incident communication, or uptime displays where honest, clear communication is the entire product.

Font Stack

Heading Inter
Body Inter
Scale

minor-second

Size Relationships

H1 2rem / 32px
Body 0.9375rem / 15px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #f9fafb
Primary #111827
Accent #10b981
Body text #374151

Layout Guidance

System health grid at top, active incidents below, historical uptime chart, subscription widget. Auto-refresh.

Image Pairing

Uptime graphs, incident timeline visualizations. Color-coded status indicators. No decorative imagery.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset status-page
$ npx fetchtype init --preset status-page
71

OSS Project Landing

Space Grotesk's technical character suits open-source tools; Mulish's clean readability handles feature explanations and quick-start guides for developer audiences.

Style Direction

GitHub-adjacent, star-worthy, quick-start-focused. For open-source project landing pages where the goal is stars, installs, and contributors — in that order.

Font Stack

Scale

major-second

Size Relationships

H1 3rem / 48px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #0d1117
Primary #0d1117
Accent #58a6ff
Body text #8b949e

Layout Guidance

npm install command above fold, feature grid, code example, GitHub stats. Contributor wall. MIT badge visible.

Image Pairing

GitHub contribution graphs, CLI terminal recordings, architecture diagrams. Dark native.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset oss-landing
$ npx fetchtype init --preset oss-landing

Design System

13
15

Fluent

Microsoft Fluent design system typographic foundation. Variable font with optical sizing provides seamless scaling from 10px UI labels to 68px display text.

Style Direction

Systematic, accessible, platform-native on Windows. Segoe UI Variable was designed for the full range of Windows UI density levels.

Font Stack

Heading

Segoe UI Variable

Body

Segoe UI Variable

Scale

major-second

Size Relationships

H1 2.5rem / 40px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.43

Color Direction

Background #ffffff
Primary #242424
Accent #0078d4
Body text #616161

Layout Guidance

Fluent's 8px grid, 600px max content width, compact density option. NavigationView + content pattern.

Image Pairing

Fluent icons (outlined, 24px default), Azure/Office brand illustrations. Clean, functional iconography.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset fluent
$ npx fetchtype init --preset fluent
16

Material

Google Material Design 3 type scale. Roboto's mechanical skeleton with humanist proportions bridges the gap between geometric precision and natural reading flow.

Style Direction

Systematic, elevation-aware, responsive. Material's type scale uses display/headline/title/body/label roles. Color and elevation reinforce hierarchy.

Font Stack

Heading Roboto
Scale

major-third

Size Relationships

H1 2.25rem / 36px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.43

Color Direction

Background #fffbfe
Primary #1c1b1f
Accent #6750a4
Body text #49454f

Layout Guidance

Material 3 layout grid (compact/medium/expanded). Surface elevation hierarchy. FAB, bottom sheets, cards as containers.

Image Pairing

Material Symbols icons, tonal color system illustrations. Geometric shapes, layered surfaces.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset material
$ npx fetchtype init --preset material
17

Carbon

IBM Carbon design system with the complete Plex type family. Plex was designed to express IBM's brand identity — neutral, corporate, and globally legible.

Style Direction

Corporate, systematic, information-rich. Carbon's larger scale ratio creates stronger visual hierarchy. 2rem grid, productive vs. expressive modes.

Font Stack

Scale

perfect-fourth

Size Relationships

H1 3rem / 48px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.43

Color Direction

Background #ffffff
Primary #161616
Accent #0f62fe
Body text #525252

Layout Guidance

Carbon's 16-column grid, left-aligned content, data table-heavy. Breadcrumb navigation, tag-based filtering.

Image Pairing

IBM Pictograms, carbon icons. Data visualization with Carbon Charts. Enterprise photography guidelines.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset carbon
$ npx fetchtype init --preset carbon
18

Spectrum

Adobe Spectrum design system. Adobe Clean is a proprietary font — use Source Sans 3 as the open-source alternative for non-Adobe projects.

Style Direction

Creative-professional, tool-focused. Spectrum balances creative expression with tool UI density. Dark mode is first-class.

Font Stack

Heading

Adobe Clean

Body

Adobe Clean

Scale

major-third

Size Relationships

H1 2.25rem / 36px
Body 0.875rem / 14px
Caption 0.6875rem / 11px
Line Height 1.5

Color Direction

Background #f5f5f5
Primary #1d1d1d
Accent #1473e6
Body text #4b4b4b

Layout Guidance

Spectrum's responsive grid, left rail navigation, panel-based workspace. Detail overlays, inline editing.

Image Pairing

Spectrum icons (workflow + UI), creative tool screenshots. Dark surfaces with accent color pops.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset spectrum
$ npx fetchtype init --preset spectrum
19

Radix

Radix UI design system with Inter. A developer-first component library that stays out of the way — typography follows suit.

Style Direction

Minimal, composable, developer-friendly. Radix's philosophy: no opinions on aesthetics, maximum flexibility. Type scale is a starting point, not a rule.

Font Stack

Heading Inter
Body Inter
Scale

major-third

Size Relationships

H1 2.25rem / 36px
Body 0.9375rem / 15px
Caption 0.75rem / 12px
Line Height 1.6

Color Direction

Background #ffffff
Primary #11181c
Accent #0091ff
Body text #687076

Layout Guidance

Component-driven: dialogs, popovers, dropdown menus. Content-first, chrome-minimal. Radix Themes for opinionated defaults.

Image Pairing

Component examples, accessibility-focused UI patterns. Minimal decoration, maximum functionality.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset radix
$ npx fetchtype init --preset radix
72

iOS Native

Apple's San Francisco type system — use Instrument Sans as the Google Fonts proxy for cross-platform documentation. Dynamic type scaling and SF symbols integration define the system.

Style Direction

Platform-native for iOS/macOS. For apps targeting Apple platforms, design system documentation, or Figma libraries where iOS Human Interface Guidelines are the reference.

Font Stack

Scale

major-second

Size Relationships

H1 2.125rem / 34px
Body 1.0625rem / 17px
Caption 0.75rem / 12px
Line Height 1.47

Color Direction

Background #f2f2f7
Primary #000000
Accent #007aff
Body text #000000

Layout Guidance

iOS layout conventions: large titles in navigation, grouped list forms, bottom sheet modals. 8pt grid. SF Symbols for iconography.

Image Pairing

iOS UI screenshots, SF Symbol usage examples, device mockups. Platform-native aesthetic.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset ios-native
$ npx fetchtype init --preset ios-native
73

Ant Design

Ant Design's Chinese-first design system uses PingFang SC — use Outfit as the Google Fonts Latin substitute. Designed for enterprise applications serving global + Chinese markets.

Style Direction

Enterprise-grade, east-west bridging, table-heavy. For admin systems, enterprise dashboards, or B2B platforms where Ant Design components are the implementation foundation.

Font Stack

Scale

major-second

Size Relationships

H1 2.25rem / 36px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.5715

Color Direction

Background #ffffff
Primary #000000
Accent #1677ff
Body text #000000

Layout Guidance

Ant's 24-column grid, left-fixed menu, breadcrumb header. Dense form layouts, complex data tables, modal confirmation flows.

Image Pairing

Ant Design illustrations, enterprise workflow diagrams, data table examples.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset ant-design
$ npx fetchtype init --preset ant-design
74

Chakra UI

Chakra UI's accessible-by-default philosophy suits Nunito's rounded, inclusive forms. The Nunito family pairing creates warmth and accessibility as a system-level default.

Style Direction

Accessible-first, React-native, composable. For projects using Chakra UI as the component foundation where the theme customization starts from a warm, accessible baseline.

Font Stack

Heading Nunito
Scale

major-second

Size Relationships

H1 2.25rem / 36px
Body 1rem / 16px
Caption 0.75rem / 12px
Line Height 1.625

Color Direction

Background #ffffff
Primary #171923
Accent #3182ce
Body text #2d3748

Layout Guidance

Chakra's responsive container system, stack/grid/flex primitives. Dark mode built-in. Consistent focus ring visible throughout.

Image Pairing

Component playground screenshots, accessibility audit results, dark/light mode toggles.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset chakra
$ npx fetchtype init --preset chakra
75

Polaris

Shopify Polaris uses Inter as its typeface — the system is characterized not by the font but by the color system, component density, and merchant-first information architecture.

Style Direction

Merchant-focused, e-commerce-operational, admin-dense. For Shopify apps, Polaris-based admin extensions, or e-commerce management tools following Polaris guidelines.

Font Stack

Heading Inter
Body Inter
Scale

minor-second

Size Relationships

H1 2rem / 32px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.429

Color Direction

Background #f6f6f7
Primary #202223
Accent #008060
Body text #202223

Layout Guidance

Shopify admin frame, page-header with action groups, card-based page sections. Page + section + card hierarchy.

Image Pairing

Merchant dashboard screenshots, product catalog views, order management tables.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset shopify-polaris
$ npx fetchtype init --preset shopify-polaris
76

Tailwind UI

Tailwind UI is built exclusively with Inter — the system's differentiation comes through spacing, color, and component composition rather than typographic variety.

Style Direction

Utility-first, component-composable, rapid-prototyping-ready. For projects using Tailwind CSS where the design system is built via class composition. Heroicons for iconography.

Font Stack

Heading Inter
Body Inter
Scale

major-second

Size Relationships

H1 2.25rem / 36px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.625

Color Direction

Background #ffffff
Primary #111827
Accent #4f46e5
Body text #374151

Layout Guidance

Tailwind's default spacing scale, 8px baseline grid. Container classes, responsive breakpoint-driven layouts. Dark mode variant always prepared.

Image Pairing

Component screenshots at multiple breakpoints, dark/light mode comparison, composition examples.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset tailwind-ui
$ npx fetchtype init --preset tailwind-ui
77

Mantine

Mantine's open-source React library pairs well with Manrope's variable weight range and optical corrections — a single-family system that scales from 200 to 800 weight seamlessly.

Style Direction

Full-featured React components, TypeScript-first, Storybook-integrated. For projects using Mantine as the UI foundation where the design tokens need to be systematically defined.

Font Stack

Heading Manrope
Scale

major-second

Size Relationships

H1 2.25rem / 36px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.55

Color Direction

Background #ffffff
Primary #1a1b1e
Accent #339af0
Body text #212529

Layout Guidance

Mantine's AppShell with Navbar/Header, responsive breakpoints, notification system. Drawer and modal management consistent.

Image Pairing

Component documentation screenshots, Mantine UI interactive examples, Storybook captures.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset mantine
$ npx fetchtype init --preset mantine
78

shadcn/ui

shadcn/ui's copy-paste philosophy is mirrored by Geist's developer-native character. Both reject the "install and forget" framework mindset in favor of owned, customizable code.

Style Direction

Copy-paste components, Radix primitive-based, full ownership model. For Next.js/Vercel-ecosystem projects using shadcn/ui where the typography token layer needs explicit definition.

Font Stack

Heading Geist
Body Geist
Scale

minor-third

Size Relationships

H1 2.25rem / 36px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.5

Color Direction

Background #ffffff
Primary #09090b
Accent #18181b
Body text #71717a

Layout Guidance

shadcn's CSS variable token system, dark mode via class toggle, Radix accessibility primitives. Full TypeScript interface for all component props.

Image Pairing

Component code + preview split views, dark/light toggle, mobile/desktop comparison.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset shadcn
$ npx fetchtype init --preset shadcn
79

Design Tokens

The complete Red Hat family — Display, Text, and Mono — models the design tokens philosophy of one coherent system across all typographic roles. The naming is intentional.

Style Direction

Token-taxonomy-first, W3C DTCG spec, multi-brand. For design token documentation, token-management tooling, or style dictionary documentation where the token structure is the product.

Font Stack

Scale

major-second

Size Relationships

H1 2.25rem / 36px
Body 0.9375rem / 15px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #fafafa
Primary #0f172a
Accent #e11d48
Body text #334155

Layout Guidance

Token reference table (name / value / usage), category tree navigation, alias chain visualization. Export format tabs (CSS, JSON, Figma).

Image Pairing

Token hierarchy diagrams, alias chain visualizations, theme-switching previews.

Similar presets

Contrast with

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset design-tokens
$ npx fetchtype init --preset design-tokens

Expressive & Creative

12
20

Brutalist

Raw, structural, unapologetic. Monospace-influenced headings with a workhorse sans body. For creative agencies, portfolios, and brands that embrace the grid.

Style Direction

Loud, grid-visible, raw HTML energy. Show the structure — borders, columns, gaps. Typography IS the design.

Font Stack

Scale

perfect-fourth

Size Relationships

H1 5rem / 80px
Body 1rem / 16px
Caption 0.75rem / 12px
Line Height 1.5

Color Direction

Background #ffffff
Primary #000000
Accent #ff0000
Body text #000000

Layout Guidance

Visible grid lines, oversized type, clashing columns, raw borders. Content as texture. Break conventional alignment on purpose.

Image Pairing

Raw photography, ASCII art, pixel art, generated patterns. Anti-polish. The rougher the better.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset brutalist
$ npx fetchtype init --preset brutalist
21

Portfolio

Modern geometric display with a generous scale. Sora's perfectly circular forms make headings feel designed. For creative professionals showing their work.

Style Direction

Clean but expressive. Large headings, lots of whitespace, work samples dominate. Typography frames the portfolio pieces.

Font Stack

Heading Sora
Body Inter
Scale

perfect-fourth

Size Relationships

H1 4rem / 64px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.65

Color Direction

Background #fafafa
Primary #0a0a0a
Accent #f43f5e
Body text #525252

Layout Guidance

Full-bleed project images, minimal navigation, case study format. Large project titles, small descriptor text.

Image Pairing

Full-bleed project screenshots, process photos, before/after. The work IS the imagery.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset portfolio
$ npx fetchtype init --preset portfolio
80

Dark Editorial

Playfair Display's ink-trap serifs reverse beautifully on dark backgrounds; Source Serif 4 body remains highly legible at dark-mode color contrasts. Moody and authoritative.

Style Direction

Noir, theatrical, literary darkness. For creative journals, dark-mode publications, or premium media brands where the dark background is a brand statement, not a mode.

Font Stack

Scale

perfect-fourth

Size Relationships

H1 4rem / 64px
Body 1.125rem / 18px
Caption 0.875rem / 14px
Line Height 1.8

Color Direction

Background #0a0909
Primary #f5f0e8
Accent #f59e0b
Body text #c4b89a

Layout Guidance

Full-bleed dark hero, tight heading leading (1.1), generous paragraph spacing. Light text on deep backgrounds throughout.

Image Pairing

Dark photography with dramatic lighting, noir illustration, high-contrast black and white.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset dark-editorial
$ npx fetchtype init --preset dark-editorial
81

Neon & Cyberpunk

Exo 2's science-fiction geometric forms and Barlow's confident weight range create a cyberpunk aesthetic that still reads clearly. Neon accent colors do the heavy lifting.

Style Direction

Futuristic, high-contrast, neon-lit. For gaming brands, tech-forward startups, or creative agencies targeting audiences who identify with cyberpunk or sci-fi aesthetics.

Font Stack

Heading Exo 2
Scale

major-third

Size Relationships

H1 4rem / 64px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #050014
Primary #00ffff
Accent #ff00ff
Body text #c0c0d0

Layout Guidance

Dark backgrounds, neon glow text effects (CSS), diagonal section breaks, grid overlays. Animation-forward.

Image Pairing

Neon-lit cityscapes, glitch art, holographic textures, sci-fi UI overlays.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset neon
$ npx fetchtype init --preset neon
82

Handcrafted & Artisan

Fraunces's "wonky" optical variable setting and Lora's calligraphic body together evoke hand-lettering and artisan craftsmanship translated to a digital medium.

Style Direction

Made-by-hand, small-batch, authentic origin. For artisan brands, craft breweries, handmade goods shops, or any business where the human behind the product is the differentiator.

Font Stack

Heading Fraunces
Body Lora
Scale

minor-third

Size Relationships

H1 3rem / 48px
Body 1.0625rem / 17px
Caption 0.875rem / 14px
Line Height 1.8

Color Direction

Background #fdf8f0
Primary #2d1810
Accent #78350f
Body text #44332a

Layout Guidance

Story-first layout, maker profile section, process photography integrated. Handwritten-style accent elements. Slow aesthetic — don't rush the scroll.

Image Pairing

Process photography, maker hands, texture close-ups, imperfect materials. Warm, natural light.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset handcrafted
$ npx fetchtype init --preset handcrafted
83

Gaming

Exo 2's angular geometry and Nunito's readable rounded body balance the dramatic with the practical. Game UI needs both readable menus and impactful title screens.

Style Direction

Immersive, lore-rich, achievement-driven. For game studio sites, game wikis, esports platforms, or gaming communities where the brand universe is as important as information.

Font Stack

Heading Exo 2
Scale

perfect-fourth

Size Relationships

H1 4rem / 64px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #0f172a
Primary #e2e8f0
Accent #22d3ee
Body text #94a3b8

Layout Guidance

Dark hero video background, lore/universe sections, character roster grid, news feed. Achievement badge display.

Image Pairing

Game artwork, cinematic screenshots, character renders, world maps. Immersive, high quality.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset gaming
$ npx fetchtype init --preset gaming
84

Creative Agency

Urbanist's striking display weight combined with Mulish's clean body creates the confident, self-promotional tone that creative agencies use to attract clients.

Style Direction

Agency-as-brand, work-showcase-first, client-courting. For creative agencies, design studios, or production companies where the site is both portfolio and pitch.

Font Stack

Heading Urbanist
Scale

perfect-fourth

Size Relationships

H1 5rem / 80px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.65

Color Direction

Background #fafafa
Primary #0a0a0a
Accent #f43f5e
Body text #404040

Layout Guidance

Award-type hero ("We made X for Y"), work grid full-bleed, client logo parade, capabilities list. One scroll-per-section.

Image Pairing

Campaign photography, award statues, client work crops. Bold, branded, impressive.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset agency
$ npx fetchtype init --preset agency
85

Music & Audio Brand

Sora's circular, rhythmic letterforms feel inherently musical; Karla's versatile geometry handles track listings, liner notes, and event details with equal clarity.

Style Direction

Sonic, rhythm-aware, genre-flexible. For music artists, record labels, or audio brands where the typography should carry the energy of the sound without overpowering it.

Font Stack

Heading Sora
Body Karla
Scale

perfect-fourth

Size Relationships

H1 4rem / 64px
Body 1rem / 16px
Caption 0.8125rem / 13px
Line Height 1.65

Color Direction

Background #0a0a0a
Primary #0a0a0a
Accent #ec4899
Body text #d1d5db

Layout Guidance

Album art full-bleed, tracklist as typographic element, tour dates calendar, merch grid. Streaming platform links.

Image Pairing

Album artwork, live performance photography, studio sessions, vinyl close-ups.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset music
$ npx fetchtype init --preset music
86

Film & Cinema

Libre Baskerville brings the gravitas of film poster typography; Libre Franklin's namesake connects to cinema's print tradition. Both share the Libre family's screen-optimized metrics.

Style Direction

Cinematic, aspect-ratio-aware, auteur-adjacent. For film production companies, festival sites, or cinema brands where the theatrical tension of movie posters should translate to web.

Font Stack

Scale

perfect-fourth

Size Relationships

H1 4rem / 64px
Body 1.0625rem / 17px
Caption 0.875rem / 14px
Line Height 1.75

Color Direction

Background #0a0a0a
Primary #f5f0e8
Accent #dc2626
Body text #c4b89a

Layout Guidance

Wide-aspect hero imagery, film poster-inspired type over image, screening schedule, press quotes prominent.

Image Pairing

Film stills, movie posters, behind-the-scenes photography. Cinematic aspect ratios, dramatic lighting.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset film
$ npx fetchtype init --preset film
87

Architecture & Design

Instrument Serif's classical elegance maps to architectural traditions of permanence; Karla's clean geometry mirrors the rigor of technical drawings. Together they say "built to last".

Style Direction

Spatial, proportional, material-forward. For architecture firms, industrial designers, or built-environment brands where the typography should feel as considered as the structures.

Font Stack

Body Karla
Scale

perfect-fourth

Size Relationships

H1 3.5rem / 56px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.7

Color Direction

Background #f5f4f0
Primary #1a1a1a
Accent #78716c
Body text #44403c

Layout Guidance

Project image dominant, technical specification sidebar, awards list, material palette display. Portfolio-first navigation.

Image Pairing

Architectural photography, technical drawings, material samples, interior/exterior views.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset architecture
$ npx fetchtype init --preset architecture
88

Startup Bold

Montserrat at display scale with the wide scale of an augmented fourth creates maximum visual impact for startups that need to punch above their weight in competitive markets.

Style Direction

Disruptive, loud, market-taking. For startups that want to dominate their category from day one — typography as a confidence signal, not just a readability tool.

Font Stack

Heading Montserrat
Scale

augmented-fourth

Size Relationships

H1 4.5rem / 72px
Body 1.0625rem / 17px
Caption 0.8125rem / 13px
Line Height 1.6

Color Direction

Background #ffffff
Primary #0f172a
Accent #f43f5e
Body text #334155

Layout Guidance

Oversized headline hero (hero font 5rem+), bold color blocking, high-contrast section transitions. Zero subtlety intended.

Image Pairing

Bold graphic design, product hero shots with motion blur, customer logos at scale.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset startup-bold
$ npx fetchtype init --preset startup-bold
89

Vintage & Heritage

Bitter's slab serif heritage and PT Serif's Cyrillic-inclusive old-style work together to create authentic vintage typographic character without resorting to decorative fonts.

Style Direction

Established, storied, weathered-by-time. For heritage brands, craft businesses, historical societies, or any product where age and tradition are the brand equity.

Font Stack

Heading Bitter
Scale

minor-third

Size Relationships

H1 3rem / 48px
Body 1.0625rem / 17px
Caption 0.875rem / 14px
Line Height 1.8

Color Direction

Background #fdf6e3
Primary #2d1810
Accent #92400e
Body text #44332a

Layout Guidance

Aged texture backgrounds (CSS), ruled dividers, centered ornament elements, period-appropriate numbering.

Image Pairing

Archival photography, aged textures, letterpress-style printing, sepia tones.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset vintage
$ npx fetchtype init --preset vintage

Data & Specialized

11
22

Data Visualization

Optimized for charts, tables, and numerical data. Tabular numbers, tight line-height, and a condensed scale keep data dense without sacrificing legibility.

Style Direction

Precise, numerical, annotation-heavy. Use tabular lining figures always. Axis labels, legends, and tooltips need distinct sizes.

Font Stack

Heading Inter
Body Inter
Scale

minor-second

Size Relationships

H1 1.5rem / 24px
Body 0.8125rem / 13px
Caption 0.6875rem / 11px
Line Height 1.4

Color Direction

Background #ffffff
Primary #1e293b
Accent #0ea5e9
Body text #64748b

Layout Guidance

Full-width charts, dashboard grid, KPI cards at top. Sortable tables. Filter bar or faceted search. Print-friendly.

Image Pairing

Charts, heatmaps, treemaps, sparklines. Data IS the visual. Use color systematically for categories.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset data
$ npx fetchtype init --preset data
23

Presentation

Large-scale type designed for projection and screen sharing. Poppins' geometric circles are instantly legible at any distance; Nunito Sans is warm and clear for supporting text.

Style Direction

Big, bold, distant-readable. Design for the person in the back row. One idea per slide. Minimal text, maximum impact.

Font Stack

Heading Poppins
Scale

perfect-fifth

Size Relationships

H1 5rem / 80px
Body 1.5rem / 24px
Caption 1rem / 16px
Line Height 1.4

Color Direction

Background #0f172a
Primary #ffffff
Accent #f59e0b
Body text #cbd5e1

Layout Guidance

Full-screen slides: one headline + one visual. Bullet points only when unavoidable. Dark backgrounds for projector rooms.

Image Pairing

Full-bleed photos, single icons, large numbers. One visual per slide. No clip art.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset presentation
$ npx fetchtype init --preset presentation
90

Scientific Visualization

Source Serif 4 headings lend academic gravity to scientific visualizations; IBM Plex Sans and Mono handle axis labels, legends, and annotations with systematic precision.

Style Direction

Publication-grade charts, peer-review ready, reproducible. For scientific papers with embedded interactive visualizations, research platforms, or data journalism with academic rigor.

Font Stack

Scale

minor-second

Size Relationships

H1 1.75rem / 28px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.6

Color Direction

Background #ffffff
Primary #1a1a2e
Accent #2563eb
Body text #374151

Layout Guidance

Figure with caption below (APA/MLA format), methodology panel, data source attribution. Export to PDF must match web layout.

Image Pairing

Scientific charts (scatter, violin, heatmap), anatomical/geological diagrams, microscopy.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset scientific-viz
$ npx fetchtype init --preset scientific-viz
91

Geospatial & Mapping

Work Sans's clean geometry sits harmoniously over map tiles without competing; Inter body handles coordinate data, place names, and technical specifications efficiently.

Style Direction

Map-first, layer-aware, coordinate-precise. For GIS platforms, mapping tools, location analytics, or geographic data products where the map canvas dominates and UI is secondary.

Font Stack

Heading Work Sans
Body Inter
Scale

minor-second

Size Relationships

H1 1.5rem / 24px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.5

Color Direction

Background #f8fafc
Primary #1e293b
Accent #0ea5e9
Body text #475569

Layout Guidance

Full-viewport map, floating control panels, bottom sheet for feature details, mini-map for context. Legend absolutely positioned.

Image Pairing

Map tiles, satellite imagery, choropleth visualizations, geographic heat maps.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset geospatial
$ npx fetchtype init --preset geospatial
92

Medical Imaging

Lexend's research-backed legibility improvements and Noto Sans's global character coverage handle overlaid image annotations where misread text has direct clinical consequences.

Style Direction

Radiological precision, annotation-accurate, DICOM-adjacent. For medical imaging platforms, PACS viewers, or clinical diagnostic tools where image annotations are safety-critical.

Font Stack

Heading Lexend
Scale

minor-second

Size Relationships

H1 1.25rem / 20px
Body 0.8125rem / 13px
Caption 0.6875rem / 11px
Line Height 1.4

Color Direction

Background #000000
Primary #e2e8f0
Accent #fbbf24
Body text #cbd5e1

Layout Guidance

Dark viewport for imaging, floating measurement tools, annotation overlays, series navigator. High-contrast mode essential.

Image Pairing

Medical imaging renders, annotation callouts, measurement overlays. Clinical, not decorative.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset medical-imaging
$ npx fetchtype init --preset medical-imaging
93

Financial Report

The Noto family's comprehensive Unicode coverage handles international financial data — currency symbols, international company names, and regulatory text in any jurisdiction.

Style Direction

Annual-report-grade, investor-relations-ready, SEC-compliant. For financial reports, earnings pages, or investor relations sites where international coverage and print fidelity are required.

Font Stack

Heading Noto Serif
Scale

minor-second

Size Relationships

H1 2rem / 32px
Body 0.9375rem / 15px
Caption 0.8125rem / 13px
Line Height 1.65

Color Direction

Background #ffffff
Primary #1a2332
Accent #1d4ed8
Body text #334155

Layout Guidance

Full-width financial tables, footnote system, exhibit labels, regulatory filing headers. Print CSS as important as screen.

Image Pairing

Financial charts, table-dominated layouts. Company logo and report cover as primary imagery.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset financial-report
$ npx fetchtype init --preset financial-report
94

IoT & Sensor Dashboard

Barlow's condensed variants handle dense sensor labels at small sizes; Inter body keeps alert messages and device names readable. IBM Plex Mono for numeric sensor readings.

Style Direction

Real-time updates, sensor-grid-dense, alert-state-aware. For IoT platforms, industrial monitoring, or smart building dashboards where hundreds of data points need simultaneous display.

Font Stack

Heading Barlow
Body Inter
Scale

minor-second

Size Relationships

H1 1.5rem / 24px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.45

Color Direction

Background #0a0e1a
Primary #0f2027
Accent #00d4aa
Body text #8ba7bf

Layout Guidance

Sensor grid tiles, real-time value refresh animation, threshold alert indicators, time-series sparklines.

Image Pairing

Sensor topology diagrams, floor plan overlays, real-time chart animations.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset iot-dashboard
$ npx fetchtype init --preset iot-dashboard
95

Logistics & Supply Chain

Cabin's humanist geometry is legible on low-resolution warehouse screens while Inter body handles order IDs, coordinates, and manifest data reliably across device types.

Style Direction

Operations-critical, barcode-adjacent, shift-worker-readable. For logistics platforms, warehouse management systems, or supply chain tools used in operational environments.

Font Stack

Heading Cabin
Body Inter
Scale

minor-second

Size Relationships

H1 1.75rem / 28px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.55

Color Direction

Background #f8fafc
Primary #0f172a
Accent #f59e0b
Body text #374151

Layout Guidance

Order queue list, scan-to-confirm flows, route optimization maps, delivery status timeline.

Image Pairing

Route maps, package tracking visualizations, warehouse floor plans.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset logistics
$ npx fetchtype init --preset logistics
97

EdTech Platform

Poppins' geometric clarity and Nunito Sans' warmth create a learning environment that signals both rigor and encouragement — the dual requirements of serious education platforms.

Style Direction

Student-outcome-focused, assessment-integrated, cohort-aware. For institutional e-learning platforms, coding bootcamps, or certification programs where progress tracking is central.

Font Stack

Heading Poppins
Scale

minor-third

Size Relationships

H1 2.5rem / 40px
Body 1rem / 16px
Caption 0.875rem / 14px
Line Height 1.7

Color Direction

Background #ffffff
Primary #1e3a5f
Accent #7c3aed
Body text #374151

Layout Guidance

Learning path visualization, assignment submission flow, grade book tables, peer review interfaces.

Image Pairing

Learning progress charts, skill badges, cohort activity visualizations.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset edtech-platform
$ npx fetchtype init --preset edtech-platform
98

DevOps & Platform

Urbanist's clean geometric forms read well over dark backgrounds and dense pipeline grids; Inter body handles log output, build IDs, and deployment metadata with neutral clarity.

Style Direction

Pipeline-first, deployment-status-aware, build-artifact-focused. For CI/CD platforms, container orchestration UIs, or cloud infrastructure dashboards where engineers live all day.

Font Stack

Heading Urbanist
Body Inter
Scale

minor-second

Size Relationships

H1 1.75rem / 28px
Body 0.875rem / 14px
Caption 0.75rem / 12px
Line Height 1.5

Color Direction

Background #0c1017
Primary #f1f5f9
Accent #38bdf8
Body text #8b949e

Layout Guidance

Pipeline visualization, log stream terminal, deployment timeline, environment comparison grid.

Image Pairing

Pipeline flow diagrams, container topology maps, deployment frequency charts.

The quick brown fox

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing.

fetchtype init --preset devops
$ npx fetchtype init --preset devops

Custom Presets

Build your own

Presets are just token files. Create a fetchtype.tokens.json with your own fonts, sizes, and colors — then share it with your team via .fetchtype.json config.

$ npx fetchtype init --prompt "modern fintech dashboard with dark mode"