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.
관련 용어
이 개념을 보여주는 폰트
더 알아보기
비영리 타이포그래피는 제한된 예산 안에서 따뜻함, 신뢰성, 접근성 사이의 균형을 맞춰야 합니다. 명분 중심 디자인을 위한 최고의 무료 폰트와 전략을 다룹니다.
폰트 선택레스토랑 타이포그래피는 손님이 음식을 맛보기도 전에 분위기를 결정합니다. 파인 다이닝부터 캐주얼 다이닝까지 요식업 브랜드에 맞는 폰트를 선택하는 방법입니다.
폰트 선택법률과 금융 웹사이트는 권위, 명료함, 정밀함을 요구합니다. 전문성과 신뢰성을 전달하는 타이포그래피를 선택하는 방법입니다.
폰트 선택SaaS 제품은 신뢰를 구축하고, 밀도 높은 UI에서 가독성을 보장하며, 플랫폼 전반에서 확장되는 타이포그래피가 필요합니다. SaaS 타이포그래피를 위한 완전 가이드입니다.