What is font-variant, and how is it used in typography?

Subh Prakash Singh
Invent the Future
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;
}









