font-variant
Defines the font as a small capital-letter styled font.
Usage:
style="font-variant: normal|small-caps|inherit;"
| Tag Attribute | Used To... |
|---|---|
| normal | Set the font face to a non-small-caps font face. |
| small-caps | Set the font-face to be a small-caps version of the current font face. |
| inherit | Inherit styling properties from the parent element. |
NOTES:
Not supported in Lotus Notes 6.
Workaround:
<font face="Arial,sans-serif" size="3" style="font: 12pt Arial,sans-serif;">
T<font face="Arial,sans-serif" size="2" style="font: 10pt Arial,sans-serif;">HIS IS AN EXAMPLE OF A SMALL-CAPS WORKAROUND.</font>
</font><br /><br />
THIS IS AN EXAMPLE OF A SMALL-CAPS WORKAROUND.