CSS Font-variant Property
Reference on the Font-variant property of CSS.
The font-variant property will render characters of the font, in small-caps.
Possible Values
- normal (Default)
- small-caps
Example:
p {
font-variant: small-caps;
}
Inherited? - Yes!