font-style

Baseline 已廣泛支援

此特性已相當成熟,可在許多裝置和瀏覽器版本上使用。自 ⁨2015 年 7 月⁩以來,各瀏覽器均已提供此特性。

font-style 屬性指定文字是使用常規、斜體還是傾斜字樣來渲染。

注意:作為呈現屬性,font-style 還有一個對應的 CSS 屬性:font-style。當兩者都被指定時,CSS 屬性具有優先權。

你可以將此屬性與以下 SVG 元素一起使用

示例

控制 SVG 字型樣式

html
<svg viewBox="0 0 250 30" xmlns="http://www.w3.org/2000/svg">
  <text y="20" font-style="normal">Normal font style</text>
  <text x="150" y="20" font-style="italic">Italic font style</text>
</svg>

用法說明

normal | italic | oblique
預設值 normal
可動畫的

關於這些值的描述,請參考 CSS font-style 屬性。

規範

規範
CSS 字型模組第 4 級
# font-style-prop

瀏覽器相容性

另見