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 表格仅在浏览器中加载

另请参阅