SVG/Attribut/font

Aus SELFHTML-Wiki
< SVG‎ | Attribut
Wechseln zu: Navigation, Suche

Das font-Attribut ist die Zusammenfassung der Eigenschaften font-style, font-variant, font-weight, font-stretch, font-size, line-height und font-family.

Erlaubte Werte
  • siehe Einzelwerte
  • caption, icon, menu, message-box, small-caption, status-bar
Standardwert

browserabhängig

anwendbar auf
Präsentationsattribut

ja

mit CSS animierbar

ja, siehe Einzelwerte

Beispiel
text {
  font: bold .9em/150% Georgia,Times,serif;
}
legt für text-Elemente und seine Nachfahren fetten Text in der Größe 0.9em und einer Zeilenhöhe von 150% der Schriftart „Georgia“ fest.
Dabei hat die Zeilenhöhe (noch) keine Auswirkung bei Text in SVG,

Siehe auch

Weblinks