From 1407a0b2029c292889d18167828e7b89784f3be5 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 20 Nov 2024 21:32:43 +0100 Subject: Headings --- src/objects/_heading.vars.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/objects/_heading.vars.scss') diff --git a/src/objects/_heading.vars.scss b/src/objects/_heading.vars.scss index e0a88d7..5cd6767 100644 --- a/src/objects/_heading.vars.scss +++ b/src/objects/_heading.vars.scss @@ -8,10 +8,10 @@ $margin-bs-sibling: props.def(--o-heading--margin-bs-sibling, props.get(core.$si $text-color: props.def(--o-heading--text-color, props.get(core.$theme, --heading), 'color'); $bg-color: props.def(--o-heading--bg-color, props.get(core.$theme, --base, --50), 'color') !default; -$font-family: props.def(--o-heading--font-family, props.get(core.$font--headline--family)) !default; -$line-height: props.def(--o-heading--line-height, props.get(core.$font--headline--line-height)) !default; -$font-weight: props.def(--o-heading--font-weight, props.get(core.$font--headline--weight)) !default; -$feature-settings: props.def(--o-heading--feature-settings, props.get(core.$font--headline--feature-settings)) !default; +$font-family: props.def(--o-heading--font-family, props.get(core.$font--standard--family)) !default; +$line-height: props.def(--o-heading--line-height, props.get(core.$font--standard--line-height)) !default; +$font-weight: props.def(--o-heading--font-weight, bold) !default; +$feature-settings: props.def(--o-heading--feature-settings, props.get(core.$font--standard--feature-settings)) !default; $font-family--xxl: props.def(--o-heading--xxl--font-family, props.get(core.$font--headline--family)) !default; $line-height--xxl: props.def(--o-heading--xxl--line-height, props.get(core.$font--headline--line-height)) !default; -- cgit v1.2.3-70-g09d2