font-weight

font-weight 屬性指的是用於呈現文字的字形的粗細程度,相對於同一字體系列中的其他字型而言。

注意: 作為表示屬性,font-weight 可用作 CSS 屬性。有關更多資訊,請參閱 CSS font-weight 屬性。

您可以在以下 SVG 元素中使用此屬性

示例

html
<svg viewBox="0 0 200 30" xmlns="http://www.w3.org/2000/svg">
  <text y="20" font-weight="normal">Normal text</text>
  <text x="100" y="20" font-weight="bold">Bold text</text>
</svg>

使用說明

normal | bold | bolder | lighter | <number>
預設值 normal
可動畫

有關值的描述,請參閱 CSS font-weight 屬性。

規範

規範
CSS 字型模組級別 4
# font-weight-prop

瀏覽器相容性

BCD 表格僅在瀏覽器中載入

另請參閱