Font-size-adjust

Attempt to normalise the font size. This CSS property was a not entirely successful attempt to render two or more fonts so they would appear to be the same size. The adjustment is based on the fonts aspect ratio (a far from perfect measure for this purpose). In CSS 3 it no longer has to use the aspect value of the first font-family.

Examples:
h1 { font-size-adjust: 0.5; }
#emw3id { font-size-adjust: 0.45
; }
.emw3class { font-size-adjust: 0.62; }

Try it:

Sans-Serif: A greater difference in legibility can be found within members of the same type family than between a serif and a sans-serif typeface.

Serif: Factors such as x-height, counter size, letter spacing and stroke width will affect readability.

(Dropped in CSS 2.1, reintroduced in CSS 3) Browser Support: Firefox only

“Beauty itself is but the sensible image of the Infinite” ~ Francis Bacon

Related:

font-family - Font family for text.
font-size - Font size of text.
font-style - Font style for text.
font-weight - Normal, bold, bolder.
font - Shorthand to set the font properties above in one declaration.


Copyright © 2013-2022 Emw3.com
Some rights reserved