css.properties

font-size-adjust

The font-size-adjust property preserves the readability of fonts when sizing.

Formal Syntax

none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <number [0,โˆž]> ]

See specification

JavaScript Access

// Access via element.style
element.style.fontSizeAdjust = 'none';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
font-size-adjust127316.4127
from-font12711817127
none127316.4127
two-values1279217127

Related Properties