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/_normalize.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_normalize.scss') diff --git a/scss/_normalize.scss b/scss/_normalize.scss index 827b7f31a..c4df66618 100644 --- a/scss/_normalize.scss +++ b/scss/_normalize.scss @@ -270,7 +270,7 @@ textarea { // optgroup { - font-weight: bold; + font-weight: $font-weight-bold; } // -- cgit v1.2.3