Design Nomenclature / Type
OpenType
Also called OTF, OpenType features, otf
The font format in universal use since the late 1990s, holding either TrueType or PostScript/CFF outlines in one file, Unicode-mapped, cross-platform, and — the part designers care about — carrying layout tables. GSUB substitutes glyphs, GPOS positions them; between them they drive ligatures, small caps, figure sets, alternates and kerning.
In practice
"OpenType features" in a specimen means the GSUB/GPOS tags: liga, dlig, smcp, onum, tnum, swsh. In CSS, reach for font-variant-* first and font-feature-settings only when there's no property for what you need.