使用 CSS 调整元素的字体大小
此属性使您可以调整 x 高度,使字体更易读。可能的值可以是任意数字。
示例
<html> <head> </head> <body> <p style = "font-size-adjust:0.91;"> Asia is a continent. </p> </body> </html>
广告
此属性使您可以调整 x 高度,使字体更易读。可能的值可以是任意数字。
<html> <head> </head> <body> <p style = "font-size-adjust:0.91;"> Asia is a continent. </p> </body> </html>