summaryrefslogtreecommitdiff
path: root/superhero/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-10-12 16:54:34 -0400
committerThomas Park <thomas@thomaspark.co>2015-10-12 16:54:34 -0400
commit8ac165c0f3b4779f53d2495b82e063c1b831e7a4 (patch)
tree90feac71c404f1e2170edfe8c76bffef1bd7c49b /superhero/variables.less
parent66c63541f70245bac13b997aab7d51826b70e274 (diff)
parentddbd417363ed081082ccc13be45a594cbd18af28 (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.less2
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;