
Shobha
The best way to predict the future is to invent it
What is font-variant, and how is it used in typography?
The font-variant property in CSS controls stylistic variations of text, such as small caps or normal text. For example:
p {
font-variant: small-caps;
}
p {
font-variant: small-caps;
}