Font Variant

p.normal {
  font-variant: normal;
}

p.small {
  font-variant: small-caps;
}

Specifies whether or not a text should be displayed in a small-caps font.

In a small-caps font, all lowercase letters are converted to uppercase letters. However, the converted uppercase letters appears in a smaller font size than the original uppercase letters in the text.

Related concepts

Font Variant

Font Variant — Structure map

Clickable & Draggable!

Font Variant — Related pages: