CSS font-size-adjust Property
The font-size-adjust CSS property is used to adjust the font size based on the height of lowercase letters rather than capital letters, giving you more control over the font size. It is very useful when the text has been given multiple styles and the font has been adjusted while switching between those styles.
Syntax
Property Values
| Value | Description |
|---|---|
| number | Defines the aspect value that will be used. |
| none | The default value. There is no font size adjustment. |
| initial | This property is set to its default value. |
| inherit | This property is inherited from its parent element. |
Supported Browsers
| Element | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| font-size-adjust | Not supported | 3.0 | Not supported | Not supported | Not supported |