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.less | |
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.less')
-rw-r--r-- | superhero/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superhero/variables.less b/superhero/variables.less index 7e4afe3a..2c523495 100644 --- a/superhero/variables.less +++ b/superhero/variables.less @@ -66,7 +66,7 @@ //** By default, this inherits from the `<body>`. @headings-font-family: inherit; -@headings-font-weight: 300; +@headings-font-weight: 400; @headings-line-height: 1.1; @headings-color: inherit; |