freeCodeCamp/guide/chinese/css/properties/font-weight-property/index.md

569 B
Raw Blame History

title localeTitle
Font Weight Property 字体重量属性

字体重量属性

使用font-weight属性可以设置更高或更低的font-weight 。可用于font-weight的值是normal bold lighter bolder和numeric值。

  font-weight: lighter; 
  font-weight: bolder; 
  font-weight: bold; 
  font-weight: light; 
  font-weight: 100; 
  font-weight: 900; 

较粗和粗的值可增加字体和光线的重量,减轻重量。

更多信息

MDN文档