diff --git a/foundations.html b/foundations.html index 06e9f46..b43f71b 100644 --- a/foundations.html +++ b/foundations.html @@ -77,8 +77,8 @@ bodyOpen Sans, 1rem, RegularStandardtext im Portal. brandOpen Sans, 1.6rem, RegularPortal-Brand im Portal Header. - h1Open Sans, 1.5rem, RegularHauptüberschriften; kleiner als Portal-Brand und 50% größer als Fließtext. - h2Open Sans, 1.25rem, RegularZwischenüberschriften; kleiner als H1 und 25% größer als Fließtext. + h1Open Sans, 1.8rem, RegularHauptüberschriften; kleiner als Portal-Brand und 80% größer als Fließtext. + h2Open Sans, 1.5rem, RegularZwischenüberschriften; kleiner als H1 und 50% größer als Fließtext. strongOpen Sans, 1rem, SemiboldHervorgehobener Text, Labels und Button-Text. section-titleOpen Sans, 1rem, RegularSection-Titel; aktuell identisch mit body, aber separat benannt. bar-labelOpen Sans, 1rem, SemiboldLabels bei Score-Balken. diff --git a/styles/01-foundations.css b/styles/01-foundations.css index e02db44..868669e 100644 --- a/styles/01-foundations.css +++ b/styles/01-foundations.css @@ -233,8 +233,8 @@ --font-size-base: 1rem; --font-size-small: 0.8rem; --font-size-brand: 1.6rem; - --font-size-h1: 1.5rem; - --font-size-h2: 1.25rem; + --font-size-h1: 1.8rem; + --font-size-h2: 1.5rem; --font-weight-regular: 400; --font-weight-semibold: 600; --line-height-base: 1.5; diff --git a/styles/43-components-typography.css b/styles/43-components-typography.css index dc65642..c8f8855 100644 --- a/styles/43-components-typography.css +++ b/styles/43-components-typography.css @@ -15,11 +15,3 @@ color: var(--text-typography-preview); margin-top: 0; } - -.sg-typography-preview h1 { - font-size: calc(var(--font-size-h1) * 1.2); -} - -.sg-typography-preview h2 { - font-size: calc(var(--font-size-h2) * 1.2); -}