From 1b739f15d10d68c5a7f85c2c403f2897f6ddfe50 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 7 Feb 2022 12:41:59 +0100 Subject: Further improved font handling --- src/objects/_heading.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/objects') diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss index 2af8e19..cd91c61 100644 --- a/src/objects/_heading.scss +++ b/src/objects/_heading.scss @@ -51,7 +51,7 @@ } @include iro.bem-modifier('sm') { - @include fn.set-font(--standard, (--line-height: fn.global-dim(--font --headline --line-height))); + @include fn.set-font(--standard, (--line-height: null)); color: fn.color(--strong); font-size: fn.global-dim(--font-size --md); @@ -59,7 +59,7 @@ } @include iro.bem-modifier('xs') { - @include fn.set-font(--standard, (--line-height: fn.global-dim(--font --headline --line-height))); + @include fn.set-font(--standard, (--line-height: null)); color: fn.color(--light); font-size: fn.global-dim(--font-size --xs); -- cgit v1.2.3-54-g00ecf