Font size adjust of an element with CSS


This property enables you to adjust the x-height to make fonts more legible. Possible value could be any number.

Example

<html>
   <head>
   </head>
   <body>
      <p style = "font-size-adjust:0.91;">
         Asia is a continent.
      </p>
   </body>
</html>

Updated on: 30-Jan-2020

123 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements