Linusite / Design
Foundations

Typography

Three families: Fraunces for premium serif display moments, DM Sans for everything functional, JetBrains Mono for code. The scale is fluid-friendly — small inside compact UI, generous in marketing.

Families

Premium feel.
Display
font-display · --font-display

Use sparingly — hero headlines, page openers, editorial. Sets at light weight (300).

DM Sans
Heading / Body
font-heading · --font-heading

Humanist sans. Default for all UI text, body copy and headings ≤ 2xl.

<Button />
Mono
font-mono · --font-mono

JetBrains Mono. Code, tokens, API snippets only.

Type scale

Use the lowest size that does the job. Every step is a CSS variable; the Tailwind utility maps to it directly.

TokenSizeCSS variableSample
text-xs0.75rem · 12px--text-xsLinusite
text-sm0.875rem · 14px--text-smLinusite
text-base1rem · 16px--text-baseLinusite
text-lg1.125rem · 18px--text-lgLinusite
text-xl1.25rem · 20px--text-xlLinusite
text-2xl1.5rem · 24px--text-2xlLinusite
text-3xl1.875rem · 30px--text-3xlLinusite
text-4xl2.25rem · 36px--text-4xlLinusite
text-5xl3rem · 48px--text-5xlLinusite
text-6xl3.75rem · 60px--text-6xlLinusite
text-7xl4.5rem · 72px--text-7xlLinusite

Leading

Line-height tokens. Tight for headlines, snug for sub-heads, normal for short body, relaxed for long-form.

leading-tight · 1.2

The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox.

leading-snug · 1.35

The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox.

leading-normal · 1.5

The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox.

leading-relaxed · 1.7

The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox.