Aperture
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/aperture/" 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/aperture/
Add a dynamic SVG badge to your README or docs.
[](https://fontfyi.com/glossary/aperture/)
Use the native HTML custom element.
The opening of a partially enclosed counter in letters like 'c', 'e', 's'. Wider apertures generally improve readability at small sizes.
The aperture is the opening of a partially enclosed counter — the gap between the end of a stroke and where an imaginary closed counter would be. It's the opening in letters like 'c', 'e', 'a', 's', 'g', and uppercase 'C', 'G', 'S'. The aperture's width and angle is one of the most reliable indicators of how legible a font will be in challenging conditions.
Wide apertures (generous openings) make it easy to distinguish letters from each other and from surrounding whitespace. Humanist sans-serifs and many contemporary screen-optimized fonts are designed with wide apertures. Narrow apertures (nearly closed openings) create a more compact, dense texture but require larger sizes to remain clearly legible.
/* Wide aperture — ideal for small UI text and labels */
.open-aperture {
font-family: 'Inter', sans-serif;
font-size: 12px;
/* 'e', 'c', 'a' have clearly open counters even at small sizes */
}
/* Narrower aperture — more density, better at larger sizes */
.dense-aperture {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
/* High-legibility design: maximum aperture opening */
.max-legibility {
font-family: 'Inter', sans-serif;
/* Inter was specifically designed with large apertures for
optimal rendering at screen resolutions */
}
Aperture is directly connected to a common legibility problem: letter confusion. In low-aperture fonts at small sizes, 'c' and 'o' can be hard to distinguish. 'e' can look like 'o'. 'a' can close completely and read as 'o'. These confusions are more likely in unfavorable reading conditions: small text, poor contrast, low resolution, peripheral vision, or reading under fatigue.
For accessibility considerations, aperture is particularly important. Research on dyslexia-friendly fonts shows that wide, clearly open apertures significantly improve reading for users with dyslexic reading patterns, because the letters are easier to distinguish individually without requiring guesswork from context.
The concept of aperture extends into a useful heuristic for font selection: if you need a font to perform across a wide range of sizes, from 11px navigation labels to 48px headlines, prioritize fonts with wide apertures. They'll remain readable at the bottom of that range while looking equally strong at the top.
관련 용어
이 개념을 보여주는 폰트
더 알아보기
OpenDyslexic 같은 전용 난독증 폰트가 주목받지만, 연구에 따르면 친숙하고 간격이 잘 조절된 Sans-serif 폰트도 그만큼 효과적입니다.
타이포그래피 기초같은 픽셀 크기의 폰트라도 극적으로 다르게 보일 수 있습니다. 그 비밀은 x-height에 있으며, 생각보다 가독성에 큰 영향을 미칩니다.
타이포그래피 기초베이스라인과 x-높이부터 스템, 볼, 터미널까지 타이포그래피의 기본 구성 요소를 알아봅니다. 글자 구조를 이해하면 더 나은 폰트를 선택할 수 있습니다.