HTML and CSS Reference
In-Depth Information
Name
font-variant
Values:
small-caps | normal
Initial value:
normal
Applies to:
All elements
Inherited:
Yes
Computed value:
Same as declared value
Description:
Defines whether text is set in the small-caps style. It is theoretically possible for a user agent
to compute a small-caps font face from the normal face.
Examples:
h3 {font-variant: small-caps;}
p {font-variant: normal;}
Search WWH ::




Custom Search