font-variant

Previous- font-style  |  Next-font-weight

Description

Attempts to transform the text into a small capitals variant of the specified font family.

a genuine small-caps font is not available, user agents should simulate a small-caps font, for example by taking a normal font and replacing the lowercase letters by scaled uppercase characters.


Initial Value : normal

Applies to : all elements

Inherited : yes

Possible Values
normal | small-caps | inherit

Example(s)
h3 { font-variant: small-caps }
em { font-style: oblique }

Previous- font-style  |  Next-font-weight