diff --git a/mods/core/variables.css b/mods/core/variables.css index 612e7bd..f2a7881 100644 --- a/mods/core/variables.css +++ b/mods/core/variables.css @@ -37,9 +37,7 @@ --theme_dark--font_code: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; --theme_dark--font_quote: var(--theme_dark--font_sans); - --theme_dark--font_heading1: var(--theme_dark--font_sans); - --theme_dark--font_heading2: var(--theme_dark--font_sans); - --theme_dark--font_heading3: var(--theme_dark--font_sans); + --theme_dark--font_headings: var(--theme_dark--font_sans); --theme_dark--font_title-size: 40px; --theme_dark--font_heading1-size: 1.875em; @@ -225,9 +223,7 @@ --theme_light--font_code: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; --theme_light--font_quote: var(--theme_light--font_sans); - --theme_light--font_heading1: var(--theme_light--font_sans); - --theme_light--font_heading2: var(--theme_light--font_sans); - --theme_light--font_heading3: var(--theme_light--font_sans); + --theme_light--font_headings: var(--theme_light--font_sans); --theme_light--font_title-size: 40px; --theme_light--font_heading1-size: 1.875em; @@ -406,9 +402,7 @@ --theme--font_mono: var(--theme_dark--font_mono); --theme--font_code: var(--theme_dark--font_code); --theme--font_quote: var(--theme_dark--font_quote); - --theme--font_heading1: var(--theme_dark--font_heading1); - --theme--font_heading2: var(--theme_dark--font_heading2); - --theme--font_heading3: var(--theme_dark--font_heading3); + --theme--font_headings: var(--theme_dark--font_headings); --theme--font_title-size: var(--theme_dark--font_title-size); --theme--font_heading1-size: var(--theme_dark--font_heading1-size); --theme--font_heading2-size: var(--theme_dark--font_heading2-size); @@ -576,9 +570,7 @@ --theme--font_mono: var(--theme_light--font_mono); --theme--font_code: var(--theme_light--font_code); --theme--font_quote: var(--theme_light--font_quote); - --theme--font_heading1: var(--theme_light--font_heading1); - --theme--font_heading2: var(--theme_light--font_heading2); - --theme--font_heading3: var(--theme_light--font_heading3); + --theme--font_headings: var(--theme_light--font_headings); --theme--font_title-size: var(--theme_light--font_title-size); --theme--font_heading1-size: var(--theme_light--font_heading1-size); --theme--font_heading2-size: var(--theme_light--font_heading2-size);