summaryrefslogtreecommitdiffstats
path: root/src/objects/_heading.vars.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2025-11-07 22:27:42 +0100
committerVolpeon <git@volpeon.ink>2025-11-07 22:27:42 +0100
commit334de97ee2f2a9fa3dde3e55e0533a4c75fdfd1f (patch)
tree8a8c007a83568bcd62435c9d6ec38b25d4a8f43b /src/objects/_heading.vars.scss
parentForgot save (diff)
downloadiro-design-334de97ee2f2a9fa3dde3e55e0533a4c75fdfd1f.tar.gz
iro-design-334de97ee2f2a9fa3dde3e55e0533a4c75fdfd1f.tar.bz2
iro-design-334de97ee2f2a9fa3dde3e55e0533a4c75fdfd1f.zip
Typography
Diffstat (limited to 'src/objects/_heading.vars.scss')
-rw-r--r--src/objects/_heading.vars.scss24
1 files changed, 12 insertions, 12 deletions
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;
17$feature-settings: props.def(--o-heading--feature-settings, props.get(core.$font--standard--feature-settings)) !default; 17$feature-settings: props.def(--o-heading--feature-settings, props.get(core.$font--standard--feature-settings)) !default;
18$text-transform: props.def(--o-heading--text-transform, none) !default; 18$text-transform: props.def(--o-heading--text-transform, none) !default;
19 19
20$font-family--xxl: props.def(--o-heading--xxl--font-family, props.get(core.$font--headline--family)) !default; 20$font-family--xxl: props.def(--o-heading--xxl--font-family, props.get(core.$font--standard--family)) !default;
21$line-height--xxl: props.def(--o-heading--xxl--line-height, props.get(core.$font--headline--line-height)) !default; 21$line-height--xxl: props.def(--o-heading--xxl--line-height, props.get(core.$font--standard--line-height)) !default;
22$font-size--xxl: props.def(--o-heading--xxl--font-size, props.get(core.$font-size--300)) !default; 22$font-size--xxl: props.def(--o-heading--xxl--font-size, props.get(core.$font-size--300)) !default;
23$font-weight--xxl: props.def(--o-heading--xxl--font-weight, props.get(core.$font--headline--weight)) !default; 23$font-weight--xxl: props.def(--o-heading--xxl--font-weight, props.get(core.$font--standard--weight)) !default;
24$letter-spacing--xxl: props.def(--o-heading--xxl--letter-spacing, 0) !default; 24$letter-spacing--xxl: props.def(--o-heading--xxl--letter-spacing, 0) !default;
25$feature-settings--xxl: props.def(--o-heading--xxl--feature-settings, props.get(core.$font--headline--feature-settings)) !default; 25$feature-settings--xxl: props.def(--o-heading--xxl--feature-settings, props.get(core.$font--standard--feature-settings)) !default;
26$text-transform--xxl: props.def(--o-heading--xxl--text-transform, none) !default; 26$text-transform--xxl: props.def(--o-heading--xxl--text-transform, none) !default;
27 27
28$font-family--xl: props.def(--o-heading--xl--font-family, props.get(core.$font--headline--family)) !default; 28$font-family--xl: props.def(--o-heading--xl--font-family, props.get(core.$font--standard--family)) !default;
29$line-height--xl: props.def(--o-heading--xl--line-height, props.get(core.$font--headline--line-height)) !default; 29$line-height--xl: props.def(--o-heading--xl--line-height, props.get(core.$font--standard--line-height)) !default;
30$font-size--xl: props.def(--o-heading--xl--font-size, props.get(core.$font-size--200)) !default; 30$font-size--xl: props.def(--o-heading--xl--font-size, props.get(core.$font-size--200)) !default;
31$font-weight--xl: props.def(--o-heading--xl--font-weight, props.get(core.$font--headline--weight)) !default; 31$font-weight--xl: props.def(--o-heading--xl--font-weight, props.get(core.$font--standard--weight)) !default;
32$letter-spacing--xl: props.def(--o-heading--xl--letter-spacing, 0) !default; 32$letter-spacing--xl: props.def(--o-heading--xl--letter-spacing, 0) !default;
33$feature-settings--xl: props.def(--o-heading--xl--feature-settings, props.get(core.$font--headline--feature-settings)) !default; 33$feature-settings--xl: props.def(--o-heading--xl--feature-settings, props.get(core.$font--standard--feature-settings)) !default;
34$text-transform--xl: props.def(--o-heading--xl--text-transform, none) !default; 34$text-transform--xl: props.def(--o-heading--xl--text-transform, none) !default;
35 35
36$font-family--lg: props.def(--o-heading--lg--font-family, props.get(core.$font--standard--family)) !default; 36$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
98$display--feature-settings--lg: props.def(--o-heading--display--lg--feature-settings, props.get(core.$font--headline--feature-settings)) !default; 98$display--feature-settings--lg: props.def(--o-heading--display--lg--feature-settings, props.get(core.$font--headline--feature-settings)) !default;
99$display--text-transform--lg: props.def(--o-heading--display--lg--text-transform, none) !default; 99$display--text-transform--lg: props.def(--o-heading--display--lg--text-transform, none) !default;
100 100
101$display--font-family--md: props.def(--o-heading--display--md--font-family, props.get(core.$font--headline--family)) !default; 101$display--font-family--md: props.def(--o-heading--display--md--font-family, props.get(core.$font--standard--family)) !default;
102$display--line-height--md: props.def(--o-heading--display--md--line-height, props.get(core.$font--headline--line-height)) !default; 102$display--line-height--md: props.def(--o-heading--display--md--line-height, props.get(core.$font--standard--line-height)) !default;
103$display--font-size--md: props.def(--o-heading--display--md--font-size, props.get(core.$font-size--150)) !default; 103$display--font-size--md: props.def(--o-heading--display--md--font-size, props.get(core.$font-size--150)) !default;
104$display--font-weight--md: props.def(--o-heading--display--md--font-weight, props.get(core.$font--headline--weight)) !default; 104$display--font-weight--md: props.def(--o-heading--display--md--font-weight, props.get(core.$font--standard--weight)) !default;
105$display--letter-spacing--md: props.def(--o-heading--display--md--letter-spacing, 0) !default; 105$display--letter-spacing--md: props.def(--o-heading--display--md--letter-spacing, 0) !default;
106$display--feature-settings--md: props.def(--o-heading--display--md--feature-settings, props.get(core.$font--headline--feature-settings)) !default; 106$display--feature-settings--md: props.def(--o-heading--display--md--feature-settings, props.get(core.$font--standard--feature-settings)) !default;
107$display--text-transform--md: props.def(--o-heading--display--md--text-transform, none) !default; 107$display--text-transform--md: props.def(--o-heading--display--md--text-transform, none) !default;
108 108
109$display--font-family--sm: props.def(--o-heading--display--sm--font-family, props.get(core.$font--standard--family)) !default; 109$display--font-family--sm: props.def(--o-heading--display--sm--font-family, props.get(core.$font--standard--family)) !default;