![]() |
VOOZH | about |
The font-variant property is used to convert all lowercase letters into uppercase letters. However, the converted upper letters appear too small compared to the original uppercase letters.
Syntax:
font-variant: normal|small-caps|initial; Default Value: normal
Property Values:
Example: In this example, we use font-variant: normal; property.
Output:
Example: In this example, we are using font-variant:small-caps; property.
Output:
Example: In this example, we use font-variant: initial; property.
Output:
Supported Browsers: The browser supported by CSS font-variant property are listed below: