From d76ef3ff914e0dca57c6f1e730188975d98acaa8 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Wed, 31 Jan 2018 19:33:00 +1100 Subject: Small UI tweaks and fix for instanceof issue --- demo/src/sass/type/headings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/src/sass') diff --git a/demo/src/sass/type/headings.scss b/demo/src/sass/type/headings.scss index c2abc97e..b83421fa 100644 --- a/demo/src/sass/type/headings.scss +++ b/demo/src/sass/type/headings.scss @@ -4,7 +4,7 @@ h1 { @include font-size($font-size-h1); - font-weight: $font-weight-bold; + font-weight: $font-weight-light; letter-spacing: $letter-spacing-headings; margin: 0 0 ($spacing-base / 2); } -- cgit v1.2.3