-
The
font-variantCSS shorthand property allows you to set all the font variants for a font
font-variant CSS shorthand property allows you to set all the font
variants for a font
small-caps Hello World
.smallcaps {
font-variant: small-caps;
}
no-common-ligatures
.common_ligatures {
font-size: 2em;
}
.no_common_ligatures {
font-size: 2em;
font-variant: no-common-ligatures;
}