CSS Font-Variant Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
Used to specify small caps
Syntax
font-variant: [value];
Possible values
- normal
- small-caps
- inherit
Initial Value
Normal
Applies To
All elements
Inherited
Yes
Media
Visual
Example
.titleCaps {font-variant: small-caps;}