Copyright © tutorialspoint.com

CSS - font-size-adjust

previous next


Description:

The font-size-adjust property is used to improve the legibility of alternate font choices.

Possible Values:

Applies to:

All the HTML elements

DOM Syntax:

object.style.fontSizeAdjust="0.61";

Example:

Here is the example using this property:

<p style="font-size-adjust:0.61;">
This text is using a font-size-adjust value.
</p>

This will produce following result:

This text is using a font-size-adjust value.

To Become more comfortable - Do Online Practice


previous next

Copyright © tutorialspoint.com