diff options
author | Sam Potts <sam@potts.es> | 2018-02-05 21:28:16 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-02-05 21:28:16 +1100 |
commit | f3ea31c515dd9631e0268ebd43475e422f9a1ecb (patch) | |
tree | af3fe21dcb89a1c26ded771d0544069bc6e7c5c0 /demo/src | |
parent | 1ee88cba16dbb85e7e1decb4d5e6a1191d73efad (diff) | |
parent | af3ae7522908c72dbe760de517692f4982037b19 (diff) | |
download | plyr-f3ea31c515dd9631e0268ebd43475e422f9a1ecb.tar.lz plyr-f3ea31c515dd9631e0268ebd43475e422f9a1ecb.tar.xz plyr-f3ea31c515dd9631e0268ebd43475e422f9a1ecb.zip |
Merge branch 'beta' of github.com:sampotts/plyr into beta
# Conflicts:
# dist/plyr.js
# dist/plyr.js.map
Diffstat (limited to 'demo/src')
-rw-r--r-- | demo/src/sass/type/headings.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |