HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

font-size-adjust

Description

The font-size-adjust property for CSS preserves the readability of text when font fallback occurs. It does this by adjusting the font-size so that the x-height is the same regardless of the font used.

Syntax

CSS

font-size-adjust: value;

JS

object.style.fontSizeAdjust = "value";

Values

<'font-size-adjust'> = none | <number>
none

Do not preserve the x-height.

<number>

An integer or zero or more decimal digits followed by a dot (.) followed by one or more decimal digits. The first character may be preceded by a sign (- or +). The last character may be succeeded by an exponent (e or E) and an integer.

Initial

none

Examples

1 · none

2 · number

3 · JS