用 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 次瀏覽

你的 事業的新起點

完成課程並獲得證書

開始
廣告