From c41e16f6044548e27fbf8e4ef65ed3067278c80b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 17:14:45 +0200 Subject: Update --- src/scopes/_implicit.scss | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/scopes/_implicit.scss') diff --git a/src/scopes/_implicit.scss b/src/scopes/_implicit.scss index 7909943..4bb3482 100644 --- a/src/scopes/_implicit.scss +++ b/src/scopes/_implicit.scss @@ -21,12 +21,14 @@ } body { - //@include mx.set-font(--standard, (--size: fn.dim(--font-size --100))); - - padding: 0; - margin: 0; - color: props.get(core.$theme, --text); - background-color: props.get(core.$theme, --bg-base); + padding: 0; + margin: 0; + font-family: props.get(vars.$body--font-family); + font-size: props.get(vars.$body--font-size); + font-feature-settings: props.get(vars.$body--feature-settings); + line-height: props.get(vars.$body--line-height); + color: props.get(core.$theme, --text); + background-color: props.get(core.$theme, --bg-base); } pre, @@ -55,6 +57,7 @@ h6 { margin-block: props.get(vars.$heading--margin-bs) 0; font-family: props.get(vars.$heading--font-family); + font-size: props.get(vars.$heading--font-size); 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); -- cgit v1.3.1