CSS Font-Size-Adjust Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

This property allows authors to specify an aspect value for an element that will preserve the x-height of the first choice font, whether it is substituted or not.

Syntax

font-size-adjust: [value];

Possible values

  • [number]
  • none

Initial Value

none

Applies To

All elements and generated content

Inherited

Yes

Media

Visual

Example

.class {
  font-size-adjust: ;
}


View All CSS Properties