Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. SVG
  3. Reference
  4. Attributes
  5. font-size

font-size

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨July 2015⁩.

Thefont-size attribute refers to the size of the font frombaseline to baseline when multiple lines of text are set solid in a multiline layout environment.

Note:As a presentation attribute,font-size also has a CSS property counterpart:font-size. When both are specified, the CSS property takes priority.

You can use this attribute with the following SVG elements:

Examples

Controlling SVG font size

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>

Usage notes

Value<absolute-size> |<relative-size> |<length-percentage>
Default valuemedium
AnimatableYes

For a description of the values, please refer to theCSSfont-size property.

Specifications

Specification
CSS Fonts Module Level 4
# font-size-prop

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp