]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Set header font-weights to 'normal' (400) 4192/head
authormeredevelopment <ben@meredevelopment.co.uk>
Mon, 20 Jan 2014 15:25:04 +0000 (15:25 +0000)
committermeredevelopment <ben@meredevelopment.co.uk>
Mon, 20 Jan 2014 15:25:04 +0000 (15:25 +0000)
After 'Open Sans' was removed, I believe the font weights should be set back to normal/400 for headings instead of 300 which suited Open Sans. Some might argue it should be 'bold'/700 for headings as that's browsers' default.

scss/foundation/components/_type.scss

index d3dd77dbe0263ac120ef2a7ea63b425960a8801a..e2c0dd8ee056c8ae0dc6b55e3c2f812b582d2145 100755 (executable)
@@ -4,7 +4,7 @@ $include-html-type-classes: $include-html-classes !default;
 
 // We use these to control header font styles
 $header-font-family: $body-font-family !default;
-$header-font-weight: 300 !default;
+$header-font-weight: normal !default;
 $header-font-style: normal !default;
 $header-font-color: #222 !default;
 $header-line-height: 1.4 !default;
@@ -23,7 +23,7 @@ $h6-font-size: 1rem !default;
 // These control how subheaders are styled.
 $subheader-line-height: 1.4 !default;
 $subheader-font-color: scale-color($header-font-color, $lightness: 35%) !default;
-$subheader-font-weight: 300 !default;
+$subheader-font-weight: normal !default;
 $subheader-top-margin: .2rem !default;
 $subheader-bottom-margin: .5rem !default;
 
@@ -443,4 +443,4 @@ $microformat-abbr-font-decoration: none !default;
     }
 
   }
-}
\ No newline at end of file
+}