From 8402d2321fcbab8f6800d1cd9f49553a92ac00a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=C3=A4chler?= Date: Wed, 19 Oct 2016 21:41:27 +0200 Subject: Use a variable for the default font weights. Fixes #20741 Websites might use different weights such as medium or thin or use light as default weight instead of normal. Also referenced: #18605 and #16170. --- scss/mixins/_reset-text.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/mixins') diff --git a/scss/mixins/_reset-text.scss b/scss/mixins/_reset-text.scss index bb882f2ac..b95273097 100644 --- a/scss/mixins/_reset-text.scss +++ b/scss/mixins/_reset-text.scss @@ -2,7 +2,7 @@ font-family: $font-family-base; // We deliberately do NOT reset font-size or word-wrap. font-style: normal; - font-weight: normal; + font-weight: $font-weight-normal; letter-spacing: normal; line-break: auto; line-height: $line-height-base; -- cgit v1.2.3