From daae84845aabf14b15edb04fa533edfaebdee74a Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 16 May 2015 21:13:19 +0800 Subject: [PATCH] update font weight --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 4bfe0ae734..98cf10c32b 100644 --- a/static/style.css +++ b/static/style.css @@ -63,7 +63,7 @@ header { text-transform: uppercase; font-size: 18px; font-family: "Raleway",sans-serif; - font-weight: bold; + font-weight: 500; } .logo img { float: left; -- GitLab