diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-10-12 16:54:34 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-10-12 16:54:34 -0400 |
commit | 8ac165c0f3b4779f53d2495b82e063c1b831e7a4 (patch) | |
tree | 90feac71c404f1e2170edfe8c76bffef1bd7c49b /superhero/_variables.scss | |
parent | 66c63541f70245bac13b997aab7d51826b70e274 (diff) | |
parent | ddbd417363ed081082ccc13be45a594cbd18af28 (diff) |
Merge pull request #525 from jgillich/gh-pages
superhero: use default font-weight, closes #522
Diffstat (limited to 'superhero/_variables.scss')
-rw-r--r-- | superhero/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 `<body>`. $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; |