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/_type.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_type.scss') diff --git a/scss/_type.scss b/scss/_type.scss index ff7114074..0880145e0 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -61,7 +61,7 @@ hr { small, .small { font-size: $small-font-size; - font-weight: normal; + font-weight: $font-weight-normal; } mark, -- cgit v1.2.3