font-size
font-size 屬性指的是在多行佈局環境中,當設定多行文字時,字型從 基線 到基線的尺寸。
注意: 作為一個呈現屬性,font-size 也有一個 CSS 屬性的對應項:font-size。當兩者都被指定時,CSS 屬性具有更高的優先順序。
你可以將此屬性與以下 SVG 元素一起使用
示例
控制 SVG 字型大小
html
<svg viewBox="0 0 200 30" xmlns="http://www.w3.org/2000/svg">
<text y="25" font-size="smaller">smaller</text>
<text x="100" y="25" font-size="2em">2em</text>
</svg>
用法說明
| 值 |
<absolute-size> | <relative-size> | <length-percentage> |
|---|---|
| 預設值 | medium |
| 可動畫的 | 是 |
關於值的描述,請參考 CSS font-size 屬性。
規範
| 規範 |
|---|
| CSS 字型模組第 4 級 # font-size-prop |
瀏覽器相容性
載入中…
另見
- CSS
font-size屬性