From ddbd417363ed081082ccc13be45a594cbd18af28 Mon Sep 17 00:00:00 2001 From: Jakob Gillich Date: Mon, 12 Oct 2015 20:30:06 +0200 Subject: superhero: use default font-weight, closes #522 --- superhero/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'superhero/_variables.scss') diff --git a/superhero/_variables.scss b/superhero/_variables.scss index cbd62a66..8e56fed8 100644 --- a/superhero/_variables.scss +++ b/superhero/_variables.scss @@ -67,7 +67,7 @@ $line-height-computed: floor(($font-size-base * $line-height-base)) !default; //** By default, this inherits from the ``. $headings-font-family: inherit !default; -$headings-font-weight: 300 !default; +$headings-font-weight: 400 !default; $headings-line-height: 1.1 !default; $headings-color: inherit !default; -- cgit v1.2.3