使用 CSS 增加或减小字体显示的粗细


font-weight 属性提供了指定字体粗细的功能。可能的值包括 normal、bold、bolder、lighter、100、200、300、400、500、600、700、800、900。

<html>
   <head>
   </head>
   <body>
      <p style = "font-weight:bold;">This font is bold.</p>
      <p style = "font-weight:bolder;">This font is bolder.</p>
      <p style = "font-weight:400;">This font is 500 weight.</p>
   </body>
</html>

更新于: 2020 年 1 月 30 日

275 次浏览

开启你的 职业生涯

通过完成该教程获得认证

开始学习
广告