diff options
author | Volpeon <git@volpeon.ink> | 2024-11-20 09:45:20 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-20 09:45:20 +0100 |
commit | 7cf8332f4aa41ddb0fcdbfa64551211677e652f2 (patch) | |
tree | ca4bd0b91041680363084ebbf5c21a6b9c1438bf /src | |
parent | Make implicit headings font same as body (but bold) (diff) | |
download | iro-design-7cf8332f4aa41ddb0fcdbfa64551211677e652f2.tar.gz iro-design-7cf8332f4aa41ddb0fcdbfa64551211677e652f2.tar.bz2 iro-design-7cf8332f4aa41ddb0fcdbfa64551211677e652f2.zip |
Heading line height
Diffstat (limited to 'src')
-rw-r--r-- | src/objects/_heading.vars.scss | 12 |
1 files changed, 6 insertions, 6 deletions
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; | |||
28 | $feature-settings--xl: props.def(--o-heading--xl--feature-settings, props.get(core.$font--headline--feature-settings)) !default; | 28 | $feature-settings--xl: props.def(--o-heading--xl--feature-settings, props.get(core.$font--headline--feature-settings)) !default; |
29 | 29 | ||
30 | $font-family--lg: props.def(--o-heading--lg--font-family, props.get(core.$font--standard--family)) !default; | 30 | $font-family--lg: props.def(--o-heading--lg--font-family, props.get(core.$font--standard--family)) !default; |
31 | $line-height--lg: props.def(--o-heading--lg--line-height, props.get(core.$font--headline--line-height)) !default; | 31 | $line-height--lg: props.def(--o-heading--lg--line-height, props.get(core.$font--standard--line-height)) !default; |
32 | $font-size--lg: props.def(--o-heading--lg--font-size, props.get(core.$font-size--150)) !default; | 32 | $font-size--lg: props.def(--o-heading--lg--font-size, props.get(core.$font-size--150)) !default; |
33 | $font-weight--lg: props.def(--o-heading--lg--font-weight, bold) !default; | 33 | $font-weight--lg: props.def(--o-heading--lg--font-weight, bold) !default; |
34 | $letter-spacing--lg: props.def(--o-heading--lg--letter-spacing, 0) !default; | 34 | $letter-spacing--lg: props.def(--o-heading--lg--letter-spacing, 0) !default; |
35 | $feature-settings--lg: props.def(--o-heading--lg--feature-settings, props.get(core.$font--standard--feature-settings)) !default; | 35 | $feature-settings--lg: props.def(--o-heading--lg--feature-settings, props.get(core.$font--standard--feature-settings)) !default; |
36 | 36 | ||
37 | $font-family--md: props.def(--o-heading--md--font-family, props.get(core.$font--standard--family)) !default; | 37 | $font-family--md: props.def(--o-heading--md--font-family, props.get(core.$font--standard--family)) !default; |
38 | $line-height--md: props.def(--o-heading--md--line-height, props.get(core.$font--headline--line-height)) !default; | 38 | $line-height--md: props.def(--o-heading--md--line-height, props.get(core.$font--standard--line-height)) !default; |
39 | $font-size--md: props.def(--o-heading--md--font-size, props.get(core.$font-size--100)) !default; | 39 | $font-size--md: props.def(--o-heading--md--font-size, props.get(core.$font-size--100)) !default; |
40 | $font-weight--md: props.def(--o-heading--md--font-weight, bold) !default; | 40 | $font-weight--md: props.def(--o-heading--md--font-weight, bold) !default; |
41 | $letter-spacing--md: props.def(--o-heading--md--letter-spacing, 0) !default; | 41 | $letter-spacing--md: props.def(--o-heading--md--letter-spacing, 0) !default; |
42 | $feature-settings--md: props.def(--o-heading--md--feature-settings, props.get(core.$font--standard--feature-settings)) !default; | 42 | $feature-settings--md: props.def(--o-heading--md--feature-settings, props.get(core.$font--standard--feature-settings)) !default; |
43 | 43 | ||
44 | $font-family--sm: props.def(--o-heading--sm--font-family, props.get(core.$font--standard--family)) !default; | 44 | $font-family--sm: props.def(--o-heading--sm--font-family, props.get(core.$font--standard--family)) !default; |
45 | $line-height--sm: props.def(--o-heading--sm--line-height, props.get(core.$font--headline--line-height)) !default; | 45 | $line-height--sm: props.def(--o-heading--sm--line-height, props.get(core.$font--standard--line-height)) !default; |
46 | $font-size--sm: props.def(--o-heading--sm--font-size, props.get(core.$font-size--75)) !default; | 46 | $font-size--sm: props.def(--o-heading--sm--font-size, props.get(core.$font-size--75)) !default; |
47 | $font-weight--sm: props.def(--o-heading--sm--font-weight, 500) !default; | 47 | $font-weight--sm: props.def(--o-heading--sm--font-weight, 500) !default; |
48 | $letter-spacing--sm: props.def(--o-heading--sm--letter-spacing, 1px) !default; | 48 | $letter-spacing--sm: props.def(--o-heading--sm--letter-spacing, 1px) !default; |
49 | $feature-settings--sm: props.def(--o-heading--sm--feature-settings, props.get(core.$font--standard--feature-settings)) !default; | 49 | $feature-settings--sm: props.def(--o-heading--sm--feature-settings, props.get(core.$font--standard--feature-settings)) !default; |
50 | 50 | ||
51 | $font-family--xs: props.def(--o-heading--xs--font-family, props.get(core.$font--standard--family)) !default; | 51 | $font-family--xs: props.def(--o-heading--xs--font-family, props.get(core.$font--standard--family)) !default; |
52 | $line-height--xs: props.def(--o-heading--xs--line-height, props.get(core.$font--headline--line-height)) !default; | 52 | $line-height--xs: props.def(--o-heading--xs--line-height, props.get(core.$font--standard--line-height)) !default; |
53 | $font-size--xs: props.def(--o-heading--xs--font-size, props.get(core.$font-size--50)) !default; | 53 | $font-size--xs: props.def(--o-heading--xs--font-size, props.get(core.$font-size--50)) !default; |
54 | $font-weight--xs: props.def(--o-heading--xs--font-weight, 500) !default; | 54 | $font-weight--xs: props.def(--o-heading--xs--font-weight, 500) !default; |
55 | $letter-spacing--xs: props.def(--o-heading--xs--letter-spacing, 1px) !default; | 55 | $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 | |||
93 | $display--feature-settings--md: props.def(--o-heading--display--md--feature-settings, props.get(core.$font--headline--feature-settings)) !default; | 93 | $display--feature-settings--md: props.def(--o-heading--display--md--feature-settings, props.get(core.$font--headline--feature-settings)) !default; |
94 | 94 | ||
95 | $display--font-family--sm: props.def(--o-heading--display--sm--font-family, props.get(core.$font--standard--family)) !default; | 95 | $display--font-family--sm: props.def(--o-heading--display--sm--font-family, props.get(core.$font--standard--family)) !default; |
96 | $display--line-height--sm: props.def(--o-heading--display--sm--line-height, props.get(core.$font--headline--line-height)) !default; | 96 | $display--line-height--sm: props.def(--o-heading--display--sm--line-height, props.get(core.$font--standard--line-height)) !default; |
97 | $display--font-size--sm: props.def(--o-heading--display--sm--font-size, props.get(core.$font-size--75)) !default; | 97 | $display--font-size--sm: props.def(--o-heading--display--sm--font-size, props.get(core.$font-size--75)) !default; |
98 | $display--font-weight--sm: props.def(--o-heading--display--sm--font-weight, bold) !default; | 98 | $display--font-weight--sm: props.def(--o-heading--display--sm--font-weight, bold) !default; |
99 | $display--letter-spacing--sm: props.def(--o-heading--display--sm--letter-spacing, 0) !default; | 99 | $display--letter-spacing--sm: props.def(--o-heading--display--sm--letter-spacing, 0) !default; |
100 | $display--feature-settings--sm: props.def(--o-heading--display--sm--feature-settings, props.get(core.$font--standard--feature-settings)) !default; | 100 | $display--feature-settings--sm: props.def(--o-heading--display--sm--feature-settings, props.get(core.$font--standard--feature-settings)) !default; |
101 | 101 | ||
102 | $display--font-family--xs: props.def(--o-heading--display--xs--font-family, props.get(core.$font--standard--family)) !default; | 102 | $display--font-family--xs: props.def(--o-heading--display--xs--font-family, props.get(core.$font--standard--family)) !default; |
103 | $display--line-height--xs: props.def(--o-heading--display--xs--line-height, props.get(core.$font--headline--line-height)) !default; | 103 | $display--line-height--xs: props.def(--o-heading--display--xs--line-height, props.get(core.$font--standard--line-height)) !default; |
104 | $display--font-size--xs: props.def(--o-heading--display--xs--font-size, props.get(core.$font-size--50)) !default; | 104 | $display--font-size--xs: props.def(--o-heading--display--xs--font-size, props.get(core.$font-size--50)) !default; |
105 | $display--font-weight--xs: props.def(--o-heading--display--xs--font-weight, 500) !default; | 105 | $display--font-weight--xs: props.def(--o-heading--display--xs--font-weight, 500) !default; |
106 | $display--letter-spacing--xs: props.def(--o-heading--display--xs--letter-spacing, 1px) !default; | 106 | $display--letter-spacing--xs: props.def(--o-heading--display--xs--letter-spacing, 1px) !default; |