From e957e44fd28fd1bb0d702720c9ce5b74d95b3f2f Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 7 Nov 2025 22:28:52 +0100 Subject: Fix --- src/objects/_heading.vars.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/objects/_heading.vars.scss') diff --git a/src/objects/_heading.vars.scss b/src/objects/_heading.vars.scss index 78413dd..f6b77fc 100644 --- a/src/objects/_heading.vars.scss +++ b/src/objects/_heading.vars.scss @@ -20,7 +20,7 @@ $text-transform: props.def(--o-heading--text-transform, none) !default; $font-family--xxl: props.def(--o-heading--xxl--font-family, props.get(core.$font--standard--family)) !default; $line-height--xxl: props.def(--o-heading--xxl--line-height, props.get(core.$font--standard--line-height)) !default; $font-size--xxl: props.def(--o-heading--xxl--font-size, props.get(core.$font-size--300)) !default; -$font-weight--xxl: props.def(--o-heading--xxl--font-weight, props.get(core.$font--standard--weight)) !default; +$font-weight--xxl: props.def(--o-heading--xxl--font-weight, bold) !default; $letter-spacing--xxl: props.def(--o-heading--xxl--letter-spacing, 0) !default; $feature-settings--xxl: props.def(--o-heading--xxl--feature-settings, props.get(core.$font--standard--feature-settings)) !default; $text-transform--xxl: props.def(--o-heading--xxl--text-transform, none) !default; @@ -28,7 +28,7 @@ $text-transform--xxl: props.def(--o-heading--xxl--text-transform, none) !defau $font-family--xl: props.def(--o-heading--xl--font-family, props.get(core.$font--standard--family)) !default; $line-height--xl: props.def(--o-heading--xl--line-height, props.get(core.$font--standard--line-height)) !default; $font-size--xl: props.def(--o-heading--xl--font-size, props.get(core.$font-size--200)) !default; -$font-weight--xl: props.def(--o-heading--xl--font-weight, props.get(core.$font--standard--weight)) !default; +$font-weight--xl: props.def(--o-heading--xl--font-weight, bold) !default; $letter-spacing--xl: props.def(--o-heading--xl--letter-spacing, 0) !default; $feature-settings--xl: props.def(--o-heading--xl--feature-settings, props.get(core.$font--standard--feature-settings)) !default; $text-transform--xl: props.def(--o-heading--xl--text-transform, none) !default; @@ -101,7 +101,7 @@ $display--text-transform--lg: props.def(--o-heading--display--lg--text-transfo $display--font-family--md: props.def(--o-heading--display--md--font-family, props.get(core.$font--standard--family)) !default; $display--line-height--md: props.def(--o-heading--display--md--line-height, props.get(core.$font--standard--line-height)) !default; $display--font-size--md: props.def(--o-heading--display--md--font-size, props.get(core.$font-size--150)) !default; -$display--font-weight--md: props.def(--o-heading--display--md--font-weight, props.get(core.$font--standard--weight)) !default; +$display--font-weight--md: props.def(--o-heading--display--md--font-weight, bold) !default; $display--letter-spacing--md: props.def(--o-heading--display--md--letter-spacing, 0) !default; $display--feature-settings--md: props.def(--o-heading--display--md--feature-settings, props.get(core.$font--standard--feature-settings)) !default; $display--text-transform--md: props.def(--o-heading--display--md--text-transform, none) !default; -- cgit v1.2.3-70-g09d2