Skip to Content
FoundationTypography

Typography

Apollo Vertex uses three font families, each mapped to a CSS custom property and a Tailwind font utility.

Font Families

Sans (Inter)--font-sansInter, ui-sans-serif, sans-serif, system-ui

The quick brown fox jumps over the lazy dog.

Mono (IBM Plex Mono)--font-monoIBM Plex Mono, ui-monospace, monospace

const theme = "apollo-vertex";


Heading Scale

The quick brown fox jumps over the lazy dog.

text-5xl font-bold tracking-tight
tag <h1>size 3rem / 48px

The quick brown fox jumps over the lazy dog.

text-4xl font-bold tracking-tight
tag <h2>size 2.25rem / 36px

The quick brown fox jumps over the lazy dog.

text-3xl font-semibold tracking-tight
tag <h3>size 1.875rem / 30px

The quick brown fox jumps over the lazy dog.

text-2xl font-semibold
tag <h4>size 1.5rem / 24px
The quick brown fox jumps over the lazy dog.
text-xl font-semibold
tag <h5>size 1.25rem / 20px
The quick brown fox jumps over the lazy dog.
text-base font-semibold
tag <h6>size 1rem / 16px

Body Scale

Use for lead paragraphs and feature callouts where text needs more visual weight.

text-xl
tag <p>size 1.25rem / 20px

Use for introductory text or longer-form reading contexts.

text-lg
tag <p>size 1.125rem / 18px

The default body size. Used for most paragraph and UI copy.

text-base
tag <p>size 1rem / 16px

Labels, captions, helper text, and secondary information.

text-sm
tag <p>size 0.875rem / 14px

Timestamps, metadata, and legal/fine-print text.

text-xs
tag <p>size 0.75rem / 12px

Mono / Code

const theme = { primary: 'oklch(0.64 0.115 208)', radius: '0.625rem' };

text-sm
tag <p>size 0.875rem / 14px