From dedf7732b1abf5000fcf2b628e758a2ba6f6dc14 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 13 Oct 2017 00:25:30 +0800 Subject: [PATCH] Slim down some headings --- _sass/2017/components/site-header.scss | 2 +- _sass/2017/markdown/headings.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/2017/components/site-header.scss b/_sass/2017/components/site-header.scss index 368883e25..be2e48daf 100644 --- a/_sass/2017/components/site-header.scss +++ b/_sass/2017/components/site-header.scss @@ -18,7 +18,7 @@ margin: 0; padding: 0; color: $base-head; - font-weight: 300; + font-weight: 200; text-align: center; margin-bottom: 16px; } diff --git a/_sass/2017/markdown/headings.scss b/_sass/2017/markdown/headings.scss index 0e359cac8..b10a92ffa 100644 --- a/_sass/2017/markdown/headings.scss +++ b/_sass/2017/markdown/headings.scss @@ -6,7 +6,7 @@ @include heading-style; @include font-size(6); line-height: 1.2; - font-weight: 300; + font-weight: 200; font-family: $heading-font; margin-top: 0; }