CSS Font Variant allows you to convert your font to all small caps. Note: not every font supports CSS Font Variant, so be sure to test before you publish.
Example
p {
font-variant: small-caps
}
Possible Values
normal: The browser displays a normal font small-caps: The browser displays a small-caps font