font-style
**font-style** 屬性指定文字是否應使用普通、斜體或傾斜字型呈現。
注意:作為呈現屬性,font-style 可以用作 CSS 屬性。有關更多資訊,請參閱 CSS font-style 屬性。
您可以將此屬性與以下 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 |
瀏覽器相容性
BCD 表格僅在啟用 JavaScript 的瀏覽器中載入。