display
step +6Design is deciding what to leave out.
- px
- 61.04
- rem
- 3.8147
- line-height
- 1.15 (70.2px)
- weight
- 700
3.8147remCreate a consistent type scale and export it as design tokens.
Used for rem conversion. Default 16 px = 1rem.
Not every font ships every weight; the browser may synthesize missing ones.
Design is deciding what to leave out.
3.8147remDesign is deciding what to leave out.
3.0518remDesign is deciding what to leave out.
2.4414remDesign is deciding what to leave out.
1.9531remDesign is deciding what to leave out.
1.5625remDesign is deciding what to leave out.
1.25remDesign is deciding what to leave out.
1remDesign is deciding what to leave out.
0.8remDesign is deciding what to leave out.
0.64remFoundations
A coherent scale organizes reading.
Body copy carries the content. Check rhythm, weight, and contrast across levels before exporting tokens.
A secondary block to judge headings and supporting text together.
Caption or contextual metadata
:root {
--font-family-primary: "Funnel Display", sans-serif;
--font-size-display: 3.8147rem;
--line-height-display: 1.15;
--font-weight-display: 700;
--font-size-heading-1: 3.0518rem;
--line-height-heading-1: 1.15;
--font-weight-heading-1: 700;
--font-size-heading-2: 2.4414rem;
--line-height-heading-2: 1.15;
--font-weight-heading-2: 700;
--font-size-heading-3: 1.9531rem;
--line-height-heading-3: 1.15;
--font-weight-heading-3: 700;
--font-size-heading-4: 1.5625rem;
--line-height-heading-4: 1.15;
--font-weight-heading-4: 700;
--font-size-heading-5: 1.25rem;
--line-height-heading-5: 1.15;
--font-weight-heading-5: 700;
--font-size-body: 1rem;
--line-height-body: 1.5;
--font-weight-body: 400;
--font-size-small: 0.8rem;
--line-height-small: 1.5;
--font-weight-small: 400;
--font-size-caption: 0.64rem;
--line-height-caption: 1.5;
--font-weight-caption: 400;
}