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.
normal | small-caps | inherit
h3 { font-variant: small-caps }
em { font-style: oblique }