From 2a7726ce5f1131c233522709178151a21d0dc365 Mon Sep 17 00:00:00 2001 From: Bouncey Date: Fri, 24 Aug 2018 12:30:29 +0100 Subject: [PATCH] feat(landing-page): Gatsby the landing page --- src/components/layout.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/layout.css b/src/components/layout.css index 1b76e8ebec..9533079d54 100644 --- a/src/components/layout.css +++ b/src/components/layout.css @@ -622,3 +622,12 @@ pre tt:after { font-size: 100%; } } + +h1, +h2, +h3, +h4, +h5, +h6 { + font-weight: 400; +}