Typography.
One typeface family. Two roles. Inter Display for headlines that command attention. Inter for body copy that stays out of the way.
One typeface family. Two roles. Inter Display for headlines that command attention. Inter for body copy that stays out of the way.
Display
Inter Display.
700 weight · -0.04em tracking · headlines, hero text, stat numbers, wordmark.
Body
Inter Regular & Medium — body copy that gets out of the way.
400 for paragraphs · 500 for UI labels, nav, card titles.
Availability
Google Fonts (free). Self-host WOFF2 for web. Variable font preferred.
Fallback stack
'Inter', 'Inter Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif
| Level | Size (px / rem) | Wt | Track | LH | Font | Example |
|---|---|---|---|---|---|---|
| Display | 96 / 6rem | 700 | -0.04em | 1.0 | Inter Display | Direct-to-Retail. |
| H1 | 64 / 4rem | 700 | -0.04em | 1.05 | Inter Display | Get your brand onshelf. |
| H2 | 48 / 3rem | 700 | -0.03em | 1.1 | Inter Display | How it works |
| H3 | 36 / 2.25rem | 700 | -0.02em | 1.15 | Inter Display | 100+ retail channels |
| H4 | 24 / 1.5rem | 700 | -0.02em | 1.2 | Inter Display | Compliance built in |
| H5 | 20 / 1.25rem | 600 | -0.01em | 1.3 | Inter | Southeast Asia distribution |
| Body L | 18 / 1.125rem | 400 | 0em | 1.6 | Inter | Operators, not consultants. |
| Body | 16 / 1rem | 400 | 0em | 1.6 | Inter | Nine warehouses. Five regions. |
| Small | 14 / 0.875rem | 400–500 | 0em | 1.5 | Inter | UI labels, metadata |
| Caption | 12 / 0.75rem | 500 | 0.02em | 1.4 | Inter | Image captions, legal |
| Stat # | 48–96 | 700 | -0.04em | 1.0 | Inter Display | 100+. |
Tracking tightens as size increases. Line-height loosens as size decreases. No exceptions.
Do
Get your brand onshelf. Everywhere.
Don't
We Help Global Brands Sell Their Products Directly to Retail Partners
Do
9 warehouses. 5 regions. 1 platform.
Don't
Our Comprehensive Global Logistics Infrastructure
Onshelf moves consumer brands from manufacturer to retail shelf without the middlemen, the spreadsheets, or the surprise fees. Operators built it.
Nine distribution centers across SEA, GCC, ANZ, and the US. Compliance baked in. Numbers we'll show you on demand.
Supporting copy lives one shade lighter. Metadata lives lighter still.
Caption · 12px · #888888 · used for image notes and legal.
Rules
Anatomy
Web animation
Count-up from 0 on scroll-into-view. 800ms, ease-out. Underline draws left-to-right in the final 200ms.
Eyebrow chip
Pull quote
Onshelf put us in 600 stores across three regions in nine months. The spreadsheets are gone.
VP Sales · Global FMCG brand
:root {
--font-display: 'Inter Display', 'Inter', -apple-system, sans-serif;
--font-body: 'Inter', 'Inter Display', -apple-system, sans-serif;
--fs-display: 6rem; --lh-display: 1.0; --tr-display: -0.04em;
--fs-h1: 4rem; --lh-h1: 1.05; --tr-h1: -0.04em;
--fs-h2: 3rem; --lh-h2: 1.1; --tr-h2: -0.03em;
--fs-h3: 2.25rem; --lh-h3: 1.15; --tr-h3: -0.02em;
--fs-h4: 1.5rem; --lh-h4: 1.2; --tr-h4: -0.02em;
--fs-h5: 1.25rem; --lh-h5: 1.3; --tr-h5: -0.01em;
--fs-body-l: 1.125rem; --lh-body: 1.6; --tr-body: 0;
--fs-body: 1rem;
--fs-sm: 0.875rem; --lh-sm: 1.5;
--fs-cap: 0.75rem; --lh-cap: 1.4; --tr-cap: 0.02em;
}
.h1 { font: 700 var(--fs-h1)/var(--lh-h1) var(--font-display); letter-spacing: var(--tr-h1); }
.body { font: 400 var(--fs-body)/var(--lh-body) var(--font-body); color: #0B0F0E; max-width: 70ch; }
.stat { font: 700 clamp(3rem,8vw,6rem)/1 var(--font-display); letter-spacing: -0.04em; }Load
Variable WOFF2, self-hosted, preloaded in <head>.
Features
font-feature-settings: "ss01","cv11","tnum" on stats.
Render
text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased.