From 50d24a41b5656cdaf31468b28d08da765ca95763 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 10:34:53 +0200 Subject: Update --- src/scopes/_implicit.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/scopes/_implicit.scss') diff --git a/src/scopes/_implicit.scss b/src/scopes/_implicit.scss index ba34039..7909943 100644 --- a/src/scopes/_implicit.scss +++ b/src/scopes/_implicit.scss @@ -31,12 +31,10 @@ pre, code { - font-feature-settings: 'calt' 0, 'dlig' 1, 'ss09' 1; - } - - pre, - code { - //@include mx.set-font(--mono, (--size: .93em)); + font-family: props.get(vars.$code--font-family); + font-size: props.get(vars.$code--font-size); + font-feature-settings: props.get(vars.$code--feature-settings); + line-height: props.get(vars.$code--line-height); } pre { @@ -55,9 +53,11 @@ h4, h5, h6 { - //@include mx.heading-medium(--md); - - margin-block: props.get(vars.$heading--margin-bs) 0; + margin-block: props.get(vars.$heading--margin-bs) 0; + font-family: props.get(vars.$heading--font-family); + font-weight: props.get(vars.$heading--font-weight); + font-feature-settings: props.get(vars.$heading--feature-settings); + line-height: props.get(vars.$heading--line-height); & + & { margin-block-start: props.get(vars.$heading--margin-bs-sibling); @@ -77,7 +77,7 @@ } small { - font-size: props.get(core.$font-size--75); + font-size: props.get(vars.$small--font-size); } ul, -- cgit v1.3.1