font-size-adjust
This property gives developers the ability to set the font-size
of an element depending on the size of its lowercase letters, rather than the uppercase letters.
.element {
font-size: 22px;
font-size-adjust: .5;
}
In this case the lowercase letters of …