Hallo Wolf-Tilman.
Gibt es eine Möglichkeit die Schrift für alle Elemente zentral und nur einmal zu deffinieren?
Ja, einfach für die obersten sichtbaren Elemente, also html und/oder body.
Wenn es ganz rabiat sein muss, bleibt natürlich auch noch der Asterisk-Selektor, welcher alle Elemente selektiert:
* {
font-family:foo, …;
}
Einen schönen Montag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]