font-style

Das font-style-Attribut gibt an, ob der Text mit einer normalen, kursiven oder schrägen Schriftart dargestellt werden soll.

Hinweis: Als Präsentationsattribut hat font-style auch ein entsprechendes CSS-Property: font-style. Wenn beide angegeben sind, hat die CSS-Eigenschaft Vorrang.

Sie können dieses Attribut mit den folgenden SVG-Elementen verwenden:

Beispiel

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>

Hinweise zur Verwendung

Wert normal | italic | oblique
Standardwert normal
Animierbar Ja

Für eine Beschreibung der Werte lesen Sie bitte die CSS font-style-Eigenschaft.

Spezifikationen

No specification found

No specification data found for undefined.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

Browser-Kompatibilität

Siehe auch