From 39aab2e1169090ddf5fb2df224480c6b213c62c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 26 Oct 2019 19:55:02 +0100 Subject: [PATCH] fix(ui): tweak lead font weight --- ui/src/App.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/App.scss b/ui/src/App.scss index 7d0ac387d..c0115ed4d 100644 --- a/ui/src/App.scss +++ b/ui/src/App.scss @@ -1,6 +1,8 @@ // bundled font assets, so we don't need to talk to Google Fonts API @import "src/Fonts.scss"; +$lead-font-weight: 400; + // custom "dark" color, little less dark than flatly $blue: #455a64; // body background color should be same as navbar, so it blends into one