FONT-SIZE-ADJUST Property In CSS
font-size-adjust Property in CSS
font-size-adjust property Limited browser support: Was part of CSS 2, but not in CSS 2.1. This property may return in CSS 3. Declares the aspect value (font size divided by x-height).
Possible Value:
Numeric value
Examplediv { font-size-adjust:0.54; }
div { font-size-adjust:0.46; }