diff options
author | Volpeon <git@volpeon.ink> | 2023-12-18 12:05:52 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-12-18 12:05:52 +0100 |
commit | a9cceeafee02f311d52c226bcbd0b02547840e0b (patch) | |
tree | d1bb7127ee2960868407e5b9c26d5b964d33bd2f /src | |
parent | Headline typography (diff) | |
download | iro-design-a9cceeafee02f311d52c226bcbd0b02547840e0b.tar.gz iro-design-a9cceeafee02f311d52c226bcbd0b02547840e0b.tar.bz2 iro-design-a9cceeafee02f311d52c226bcbd0b02547840e0b.zip |
Typography
Diffstat (limited to 'src')
-rw-r--r-- | src/_declare-vars.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index 0efef49..6da86be 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss | |||
@@ -65,7 +65,7 @@ | |||
65 | --family: ('Inter', fn.dim(--font --standard --family, null)), | 65 | --family: ('Inter', fn.dim(--font --standard --family, null)), |
66 | --line-height: 1.3, | 66 | --line-height: 1.3, |
67 | --weight: 800, | 67 | --weight: 800, |
68 | --feature-settings: ('\'opsz\'' 32, '\'ss01\'', '\'cv06\'', '\'cv12\'', '\'cv13\''), | 68 | --feature-settings: ('\'opsz\'' 32, '\'ss01\'', '\'cv06\''), |
69 | ), | 69 | ), |
70 | --mono: ( | 70 | --mono: ( |
71 | --family: ('Iosevka Term SS09', 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace), | 71 | --family: ('Iosevka Term SS09', 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace), |
@@ -113,8 +113,8 @@ | |||
113 | --sm: fn.dim(--font-size --50, null), | 113 | --sm: fn.dim(--font-size --50, null), |
114 | 114 | ||
115 | --display: ( | 115 | --display: ( |
116 | --xxl: fn.dim(--font-size --900, null), | 116 | --xxl: fn.dim(--font-size --1100, null), |
117 | --xl: fn.dim(--font-size --600, null), | 117 | --xl: fn.dim(--font-size --700, null), |
118 | --lg: fn.dim(--font-size --300, null), | 118 | --lg: fn.dim(--font-size --300, null), |
119 | --md: fn.dim(--font-size --150, null), | 119 | --md: fn.dim(--font-size --150, null), |
120 | --sm: fn.dim(--font-size --75, null), | 120 | --sm: fn.dim(--font-size --75, null), |