Legibility
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/legibility/" 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/legibility/
Add a dynamic SVG badge to your README or docs.
[](https://fontfyi.com/glossary/legibility/)
Use the native HTML custom element.
How easily individual characters can be distinguished from each other — an intrinsic quality of the typeface design itself.
Legibility refers to how easily individual characters can be distinguished from one another — the degree to which the design of each letterform makes it uniquely identifiable at a glance. It's a property of the typeface itself, determined by choices made during type design: the openness of counters, the distinctiveness of letterforms, stroke contrast, x-height, and the clarity of terminals and serifs.
The difference between legibility and readability is subtle but important. Legibility operates at the character level — can you tell a lowercase l from an uppercase I from the number 1? Can you distinguish rn from m? Readability operates at the passage level — can you comfortably read a paragraph for an extended period without fatigue? A typeface can have excellent legibility but poor readability (sharp, distinct letters that are unpleasant at length), or reasonable readability with poor legibility (smooth flowing text where individual characters are ambiguous at small sizes).
For UI design, legibility is often the paramount concern. Interface text needs to be instantly parseable — users scan rather than read. Fonts designed for UI use, like Inter, Roboto, and SF Pro, invest heavily in legibility features:
- Disambiguated characters: distinct
I,l, and1; distinct0andO - Open apertures: open counters on
a,c,e,f,gso they don't close up at small sizes - Generous x-height: taller lowercase relative to uppercase
- Moderate stroke contrast: consistent stroke weight that doesn't thin to invisibility
/* For UI text where legibility is critical */
body {
font-family: 'Inter', 'Roboto', system-ui, sans-serif;
font-size: 1rem;
-webkit-font-smoothing: antialiased;
}
/* For code where character disambiguation is essential */
code {
font-family: 'JetBrains Mono', 'Fira Code', monospace;
font-variant-ligatures: none; /* Disable ligatures in code for clarity */
}
Monospace fonts used for code — like JetBrains Mono, Fira Code, and Source Code Pro — are specifically engineered for maximum legibility, with highly distinctive 0 (often slashed or dotted), unambiguous brackets, and carefully spaced punctuation.
Factors that degrade legibility in otherwise legible typefaces include: very small font sizes (below 12px for body text), low contrast between text and background, all-caps setting (which flattens the word shape profile users rely on for recognition), and tight letter-spacing that causes characters to merge visually. The CSS property -webkit-font-smoothing: antialiased can also significantly affect perceived legibility on high-DPI displays by changing how sub-pixel rendering is handled.
관련 용어
관련 도구
이 개념을 보여주는 폰트
더 알아보기
이러닝 타이포그래피는 이해도와 참여도에 영향을 미칩니다. 모든 연령과 능력의 학습자를 위한 학습을 향상시키는 폰트를 선택하는 방법입니다.
폰트 선택헬스케어 웹사이트는 모든 대상에게 신뢰할 수 있고, 접근성이 있으며, 읽기 쉬워야 합니다. 케어와 전문성을 전달하는 타이포그래피 선택을 다룹니다.
폰트 리뷰손글씨 폰트는 디자인에 개인적이고 인간적인 손길을 더합니다. Google Fonts의 최고 스크립트·손글씨 폰트를 우아한 것부터 캐주얼한 것까지 소개합니다.
폰트 리뷰헤드라인을 장악하는 두 콘덴스드 디스플레이 폰트입니다. Oswald 대 Bebas Neue — 어떤 굵고 좁은 서체를 선택해야 할까요?