
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Fonts |
| Previous Style: font-size
| Next Style: font-stretch
|
font-size-adjust
A scaling factor that forces the browser to display a font with a specified aspect ratio.
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Notes:
Possible Values:
- none
Tells the browser not to make any adjustment.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- [number]
The aspect ratio for the font.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Example:
<SPAN STYLE="font-family: 'MS Sans Serif', Arial; font-size-adjust: 0.46">
This text will appear the same height no matter which font family is used.</SPAN>.
| Index
| Current Category: Fonts |
| Previous Style: font-size
| Next Style: font-stretch
|
|