diff options
| author | Volpeon <git@volpeon.ink> | 2025-11-05 17:09:01 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2025-11-05 17:09:01 +0100 |
| commit | e9b3392bb5fe771ce1245ccb34e2560f3ae597d3 (patch) | |
| tree | f26f9fd4f41b5ba0b5254667dbae4361a8b6f56f /src | |
| parent | Fix (diff) | |
| download | iro-design-e9b3392bb5fe771ce1245ccb34e2560f3ae597d3.tar.gz iro-design-e9b3392bb5fe771ce1245ccb34e2560f3ae597d3.tar.bz2 iro-design-e9b3392bb5fe771ce1245ccb34e2560f3ae597d3.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/_core.vars.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_core.vars.scss b/src/_core.vars.scss index f7a9ebc..49c0eb9 100644 --- a/src/_core.vars.scss +++ b/src/_core.vars.scss | |||
| @@ -61,7 +61,7 @@ $font--standard--family: props.def(--font--standard--family, ('Inter', | |||
| 61 | $font--standard--line-height: props.def(--font--standard--line-height, 1.5) !default; | 61 | $font--standard--line-height: props.def(--font--standard--line-height, 1.5) !default; |
| 62 | $font--standard--feature-settings: props.def(--font--standard--feature-settings, ('\'ss01\'')) !default; | 62 | $font--standard--feature-settings: props.def(--font--standard--feature-settings, ('\'ss01\'')) !default; |
| 63 | 63 | ||
| 64 | $font--headline--family: props.def(--font--headline--family, ('Inter', props.get($font--standard--family))) !default; | 64 | $font--headline--family: props.def(--font--headline--family, props.get($font--standard--family)) !default; |
| 65 | $font--headline--line-height: props.def(--font--headline--line-height, 1.3) !default; | 65 | $font--headline--line-height: props.def(--font--headline--line-height, 1.3) !default; |
| 66 | $font--headline--weight: props.def(--font--headline--weight, 800) !default; | 66 | $font--headline--weight: props.def(--font--headline--weight, 800) !default; |
| 67 | $font--headline--feature-settings: props.def(--font--headline--feature-settings, ('\'opsz\'' 32, '\'ss01\'', '\'cv06\'')) !default; | 67 | $font--headline--feature-settings: props.def(--font--headline--feature-settings, ('\'opsz\'' 32, '\'ss01\'', '\'cv06\'')) !default; |
