Typographic Hierarchy
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://fontfyi.com/iframe/glossary/typographic-hierarchy/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://fontfyi.com/glossary/typographic-hierarchy/
Add a dynamic SVG badge to your README or docs.
[](https://fontfyi.com/glossary/typographic-hierarchy/)
Use the native HTML custom element.
The visual organization of text using size, weight, color, and spacing to guide readers through content in order of importance.
Typographic hierarchy is the systematic use of visual variation — size, weight, color, spacing, and typeface — to signal the relative importance of text elements and guide readers through content in a deliberate sequence. Good hierarchy answers the question "what should I read first?" at a glance.
Hierarchy is not decoration. It is information architecture expressed through type.
The core tools of hierarchy:
Size is the most powerful signal. A 2× size difference between heading and body creates unmistakable priority. Size alone can establish a basic hierarchy, but relying on it exclusively produces flat, monotonous results.
Weight adds fine-grained distinction. In a system where heading sizes are fixed by grid constraints, weight variation — regular, medium, semibold, bold — allows sub-levels of importance:
/* Primary heading: size + weight */
h1 { font-size: 3rem; font-weight: 800; color: #111; }
/* Secondary: smaller, lighter */
h2 { font-size: 2rem; font-weight: 600; color: #222; }
/* Tertiary: same weight as h2, but smaller + different color */
h3 { font-size: 1.375rem; font-weight: 600; color: #444; }
/* Body: visually subordinate */
p { font-size: 1rem; font-weight: 400; color: #333; }
/* Caption / metadata: receded */
.caption { font-size: 0.875rem; font-weight: 400; color: #777; }
Color signals importance without changing size. Dark text reads as primary; lighter gray text recedes. Avoid using hue alone for hierarchy (accessibility concern), but luminance contrast is a reliable tool.
Typeface — using a display font for headings and a text font for body — establishes hierarchy through a distinct change in character. This works best when the contrast is clear: a slab serif heading with a humanist sans-serif body, for example.
Spacing creates groupings. Headers that sit closer to the content below them than to the content above form a visual unit, communicating that the heading belongs to what follows:
h2 {
margin-top: 2.5em; /* large gap above — separates from previous section */
margin-bottom: 0.5em; /* small gap below — stays close to its content */
}
Common mistakes:
Using too many levels of hierarchy without sufficient differentiation between them produces visual noise rather than structure. Aim for 3-5 distinct levels that are clearly distinguishable from each other. If you can't tell h3 from h4 without reading the HTML, the hierarchy isn't working.
Over-relying on size without varying weight makes text feel either too large or too dense. The most readable hierarchies use 2-3 size levels combined with 2-3 weight levels.
Inter is particularly effective for UI hierarchy because its extensive weight range (100-900) provides fine-grained control without switching typefaces.
Verwandte Begriffe
Fonts, die dieses Konzept veranschaulichen
Mehr erfahren
Non-profit typography must balance warmth, credibility, and accessibility on limited budgets. The best free fonts and strategies for cause-driven design.
Font SelectionRestaurant typography sets the mood before guests taste the food. How to choose fonts that match your culinary brand — from fine dining to fast casual.
Font SelectionLegal and financial websites demand authority, clarity, and precision. How to choose typography that conveys professionalism and trustworthiness.
Font SelectionSaaS products need typography that builds trust, ensures readability in dense UIs, and scales across platforms. A complete guide for SaaS typography.