OpenType
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/opentype/" 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/opentype/
Add a dynamic SVG badge to your README or docs.
[](https://fontfyi.com/glossary/opentype/)
Use the native HTML custom element.
A font format developed by Microsoft and Adobe supporting advanced typographic features like ligatures, alternates, and variable axes.
OpenType is a font format specification developed jointly by Microsoft and Adobe in the late 1990s, building on and superseding the earlier TrueType and Type 1 formats. It became the dominant font format for print and digital publishing, and today virtually all professional typefaces are distributed as OpenType files with the .otf or .ttf extension.
OpenType's most significant contribution beyond its predecessor formats is an extensive system of typographic features — discrete capabilities that enable sophisticated typographic refinement. These features are accessed via standardized four-letter tags and can be enabled in CSS using font-feature-settings or the higher-level font-variant-* properties.
/* High-level font-variant properties (preferred approach) */
.refined-typography {
/* Small capitals */
font-variant-caps: small-caps;
/* Oldstyle figures for body text */
font-variant-numeric: oldstyle-nums;
/* Ligatures */
font-variant-ligatures: common-ligatures discretionary-ligatures;
/* Proportional vs tabular nums */
font-variant-numeric: proportional-nums;
}
/* Low-level font-feature-settings for precise control */
.data-table {
font-feature-settings:
"tnum" 1, /* Tabular numbers — equal-width for alignment */
"lnum" 1, /* Lining figures — same height as capitals */
"kern" 1; /* Kerning */
}
.editorial-body {
font-feature-settings:
"onum" 1, /* Old-style figures — varied height, more readable in text */
"liga" 1, /* Standard ligatures (fi, fl, ff) */
"kern" 1;
}
/* Stylistic alternates */
.alternate-style {
font-feature-settings: "ss01" 1, "ss02" 1; /* Stylistic set 1 and 2 */
}
/* Contextual alternates — automatically adjust based on surrounding chars */
.contextual {
font-feature-settings: "calt" 1; /* Usually on by default */
}
Common OpenType features include: liga (standard ligatures like fi, fl), onum (old-style or text figures), lnum (lining figures), tnum (tabular/monospaced figures), sups and subs (superscript and subscript), smcp (small capitals), swsh (swash alternates), frac (diagonal fractions), and the ss01-ss20 stylistic sets which expose typeface-specific alternates.
Not every OpenType feature is available in every font. A font must explicitly include the feature data for CSS to activate it — requesting an unavailable feature simply has no effect. Google Fonts typefaces like EB Garamond include extensive OpenType features including swash alternates and old-style figures, while simpler display fonts may only contain the basics. The best way to discover what a font supports is to check its specimen on the type foundry's website or use a tool like Wakamai Fondue (wakamaifondue.com).
관련 용어
이 개념을 보여주는 폰트
더 알아보기
로고 폰트는 누군가 글을 읽기도 전에 브랜드 개성을 전달합니다. 로고, 워드마크, 브랜드 아이덴티티에 가장 좋은 Google Fonts입니다.
폰트 리뷰IBM Plex Sans와 Inter 모두 전문적인 UI 디자인을 목표로 하지만 서로 다른 디자인 철학을 지녔습니다. 엔터프라이즈 용도를 위한 상세 비교입니다.
폰트 리뷰Adobe의 Source Sans 3와 Rasmus Andersson의 Inter 모두 UI에서 뛰어난 성능을 목표로 합니다. 어떻게 다르고 인터페이스에는 무엇을 선택해야 할지 다룹니다.
폰트 리뷰Space Grotesk는 기하학적 Sans 장르에 독특한 개성을 더합니다. 깔끔하되 뻔하지 않기를 원할 때 이 독특한 폰트가 완벽한 이유입니다.