DEV 2.
Standard-CSS h2
Absatz mit schwarzer Schrift in Light sowie fettem Text, kann aber auch kursiv sein.
h3-Headline mit <abbr> oder <cite> und <sup> als Beispiel.
Absatz mit weißer Schrift in Regular sowie fettem Text, kann hier aber eigentlich gar NICHT kursiv sein, da wir keine reguläre Kursive eingebunden haben.
Typo-CSS
Absatz mit schwarzer Schrift in Light sowie fettem Text, kann aber auch kursiv sein.
h3-Headline mit <abbr> oder <cite> und <sup> als Beispiel.
Absatz mit weißer Schrift in Regular sowie fettem Text, kann hier aber eigentlich gar NICHT kursiv sein, da wir keine reguläre Kursive eingebunden haben.
<style> .joerg-typo * { font-weight: 400 !important; font-style: normal !important; } .joerg-typo p { font-family: 'Rotis II Sans W01 Light' !important; } .joerg-typo .negativtext p, .joerg-typo h1, .joerg-typo h2, .joerg-typo h3 { font-family: 'Rotis II Sans W01' !important; } .joerg-typo em, .joerg-typo i { font-family: 'RotisIISansW01-LightIta' !important; } .joerg-typo .negativtext em, .joerg-typo .negativtext i { font-family: 'Rotis II Sans W01' !important; font-style: italic !important; } .joerg-typo strong, .joerg-typo b { font-family: 'RotisIISansW01-SemiBold_882443' !important; } .joerg-typo .negativtext strong, .joerg-typo .negativtext b { font-family: 'Rotis II Sans W01 Bold' !important; } .joerg-typo .negativtext { color: #fff !important; } </style>