x-height
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/x-height/" 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/x-height/
Add a dynamic SVG badge to your README or docs.
[](https://fontfyi.com/glossary/x-height/)
Use the native HTML custom element.
The height of lowercase letters (like 'x') measured from the baseline. A key factor in perceived font size and readability.
The x-height is one of the most consequential measurements in type design — and one of the most important factors for choosing a font that will actually be readable on screen. It refers to the height of lowercase letters without ascenders or descenders, measured from the baseline. The letter 'x' is used as the reference because its flat top and bottom make the measurement unambiguous.
Fonts with a large x-height relative to their cap-height tend to feel more legible at small sizes on screens. This is why Inter and Roboto — both designed with digital readability as a primary concern — have notably tall x-heights. The lowercase letters feel almost as substantial as the capitals, which means text remains readable even at 12–13px.
/* Inter has a high x-height — comfortable for small UI text */
body {
font-family: 'Inter', sans-serif;
font-size: 14px;
line-height: 1.5;
}
/* EB Garamond has a lower x-height — more elegant but needs larger size */
.body-serif {
font-family: 'EB Garamond', serif;
font-size: 18px;
line-height: 1.7;
}
A low x-height (common in classical serif typefaces like Garamond) creates a more refined, literary feel but demands a larger font-size to maintain legibility. This is why print-derived serif fonts often need to be set 2–4px larger than their sans-serif counterparts when used on the web.
The x-height is also deeply tied to aperture — fonts with generous x-heights typically also have wider apertures, both contributing to open, legible letterforms. When comparing fonts on FontFYI, the x-height difference is often the clearest visual signal of how each font will perform in body text versus headline use.
In CSS, there's actually an ex unit — equal to the x-height of the current font. It's rarely used in practice but can be handy for sizing small decorative elements that should scale proportionally with lowercase text.
관련 용어
이 개념을 보여주는 폰트
더 알아보기
이러닝 타이포그래피는 이해도와 참여도에 영향을 미칩니다. 모든 연령과 능력의 학습자를 위한 학습을 향상시키는 폰트를 선택하는 방법입니다.
폰트 선택헬스케어 웹사이트는 모든 대상에게 신뢰할 수 있고, 접근성이 있으며, 읽기 쉬워야 합니다. 케어와 전문성을 전달하는 타이포그래피 선택을 다룹니다.
CSS 타이포그래피디자인 학위 없이도 폰트를 페어링하는 실전 단계별 방법입니다. 이 과정을 따르면 매번 전문적인 폰트 조합을 만들 수 있습니다.
폰트 리뷰모바일 앱은 작은 크기에서도 읽기 쉽고, 빠르게 로드되며, 고해상도 화면에서 선명해 보이는 폰트가 필요합니다. iOS와 Android를 위한 최고의 선택입니다.