Home → References → CSS Properties →
CSS Property: font-variant
Specifies whether the lowercase letters in a box should be displayed in small uppercase.
HTML Dog is hosted by Titan Internet
Possible Values
inheritnormal(default)small-caps
Example
h1 { font-variant: small-caps; }

