font-variantConvert the font to small capitals. Note: not all fonts support this kind of style. Value | Description | small-caps | Displays a small caps font. Note: not all fonts support this CSS styling, so be sure you test it out! |
Code:p { font-variant: small-caps; } Display:This text was written normally and converted to small-caps Compatibility Issues:IE 5.0 - Value of "small-caps" is buggy.
IE 5.5 - Value of "small-caps" is buggy. |