From 7cf8332f4aa41ddb0fcdbfa64551211677e652f2 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 20 Nov 2024 09:45:20 +0100 Subject: Heading line height --- src/objects/_heading.vars.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/objects/_heading.vars.scss b/src/objects/_heading.vars.scss index 7a441c6..e0a88d7 100644 --- a/src/objects/_heading.vars.scss +++ b/src/objects/_heading.vars.scss @@ -28,28 +28,28 @@ $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; $font-family--lg: props.def(--o-heading--lg--font-family, props.get(core.$font--standard--family)) !default; -$line-height--lg: props.def(--o-heading--lg--line-height, props.get(core.$font--headline--line-height)) !default; +$line-height--lg: props.def(--o-heading--lg--line-height, props.get(core.$font--standard--line-height)) !default; $font-size--lg: props.def(--o-heading--lg--font-size, props.get(core.$font-size--150)) !default; $font-weight--lg: props.def(--o-heading--lg--font-weight, bold) !default; $letter-spacing--lg: props.def(--o-heading--lg--letter-spacing, 0) !default; $feature-settings--lg: props.def(--o-heading--lg--feature-settings, props.get(core.$font--standard--feature-settings)) !default; $font-family--md: props.def(--o-heading--md--font-family, props.get(core.$font--standard--family)) !default; -$line-height--md: props.def(--o-heading--md--line-height, props.get(core.$font--headline--line-height)) !default; +$line-height--md: props.def(--o-heading--md--line-height, props.get(core.$font--standard--line-height)) !default; $font-size--md: props.def(--o-heading--md--font-size, props.get(core.$font-size--100)) !default; $font-weight--md: props.def(--o-heading--md--font-weight, bold) !default; $letter-spacing--md: props.def(--o-heading--md--letter-spacing, 0) !default; $feature-settings--md: props.def(--o-heading--md--feature-settings, props.get(core.$font--standard--feature-settings)) !default; $font-family--sm: props.def(--o-heading--sm--font-family, props.get(core.$font--standard--family)) !default; -$line-height--sm: props.def(--o-heading--sm--line-height, props.get(core.$font--headline--line-height)) !default; +$line-height--sm: props.def(--o-heading--sm--line-height, props.get(core.$font--standard--line-height)) !default; $font-size--sm: props.def(--o-heading--sm--font-size, props.get(core.$font-size--75)) !default; $font-weight--sm: props.def(--o-heading--sm--font-weight, 500) !default; $letter-spacing--sm: props.def(--o-heading--sm--letter-spacing, 1px) !default; $feature-settings--sm: props.def(--o-heading--sm--feature-settings, props.get(core.$font--standard--feature-settings)) !default; $font-family--xs: props.def(--o-heading--xs--font-family, props.get(core.$font--standard--family)) !default; -$line-height--xs: props.def(--o-heading--xs--line-height, props.get(core.$font--headline--line-height)) !default; +$line-height--xs: props.def(--o-heading--xs--line-height, props.get(core.$font--standard--line-height)) !default; $font-size--xs: props.def(--o-heading--xs--font-size, props.get(core.$font-size--50)) !default; $font-weight--xs: props.def(--o-heading--xs--font-weight, 500) !default; $letter-spacing--xs: props.def(--o-heading--xs--letter-spacing, 1px) !default; @@ -93,14 +93,14 @@ $display--letter-spacing--md: props.def(--o-heading--display--md--letter-spaci $display--feature-settings--md: props.def(--o-heading--display--md--feature-settings, props.get(core.$font--headline--feature-settings)) !default; $display--font-family--sm: props.def(--o-heading--display--sm--font-family, props.get(core.$font--standard--family)) !default; -$display--line-height--sm: props.def(--o-heading--display--sm--line-height, props.get(core.$font--headline--line-height)) !default; +$display--line-height--sm: props.def(--o-heading--display--sm--line-height, props.get(core.$font--standard--line-height)) !default; $display--font-size--sm: props.def(--o-heading--display--sm--font-size, props.get(core.$font-size--75)) !default; $display--font-weight--sm: props.def(--o-heading--display--sm--font-weight, bold) !default; $display--letter-spacing--sm: props.def(--o-heading--display--sm--letter-spacing, 0) !default; $display--feature-settings--sm: props.def(--o-heading--display--sm--feature-settings, props.get(core.$font--standard--feature-settings)) !default; $display--font-family--xs: props.def(--o-heading--display--xs--font-family, props.get(core.$font--standard--family)) !default; -$display--line-height--xs: props.def(--o-heading--display--xs--line-height, props.get(core.$font--headline--line-height)) !default; +$display--line-height--xs: props.def(--o-heading--display--xs--line-height, props.get(core.$font--standard--line-height)) !default; $display--font-size--xs: props.def(--o-heading--display--xs--font-size, props.get(core.$font-size--50)) !default; $display--font-weight--xs: props.def(--o-heading--display--xs--font-weight, 500) !default; $display--letter-spacing--xs: props.def(--o-heading--display--xs--letter-spacing, 1px) !default; -- cgit v1.2.3-70-g09d2