From 334de97ee2f2a9fa3dde3e55e0533a4c75fdfd1f Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 7 Nov 2025 22:27:42 +0100 Subject: Typography --- src/objects/_heading.vars.scss | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/objects/_heading.vars.scss b/src/objects/_heading.vars.scss index 70a631f..78413dd 100644 --- a/src/objects/_heading.vars.scss +++ b/src/objects/_heading.vars.scss @@ -17,20 +17,20 @@ $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; $text-transform: props.def(--o-heading--text-transform, none) !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; +$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--headline--weight)) !default; +$font-weight--xxl: props.def(--o-heading--xxl--font-weight, props.get(core.$font--standard--weight)) !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--headline--feature-settings)) !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; -$font-family--xl: props.def(--o-heading--xl--font-family, props.get(core.$font--headline--family)) !default; -$line-height--xl: props.def(--o-heading--xl--line-height, props.get(core.$font--headline--line-height)) !default; +$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--headline--weight)) !default; +$font-weight--xl: props.def(--o-heading--xl--font-weight, props.get(core.$font--standard--weight)) !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--headline--feature-settings)) !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; $font-family--lg: props.def(--o-heading--lg--font-family, props.get(core.$font--standard--family)) !default; @@ -98,12 +98,12 @@ $display--letter-spacing--lg: props.def(--o-heading--display--lg--letter-spaci $display--feature-settings--lg: props.def(--o-heading--display--lg--feature-settings, props.get(core.$font--headline--feature-settings)) !default; $display--text-transform--lg: props.def(--o-heading--display--lg--text-transform, none) !default; -$display--font-family--md: props.def(--o-heading--display--md--font-family, props.get(core.$font--headline--family)) !default; -$display--line-height--md: props.def(--o-heading--display--md--line-height, props.get(core.$font--headline--line-height)) !default; +$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--headline--weight)) !default; +$display--font-weight--md: props.def(--o-heading--display--md--font-weight, props.get(core.$font--standard--weight)) !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--headline--feature-settings)) !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; $display--font-family--sm: props.def(--o-heading--display--sm--font-family, props.get(core.$font--standard--family)) !default; -- cgit v1.2.3-70-g09d2