From 8bc566d98b857e2681b0a3b2c8b7b637d8604162 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 1 Nov 2016 21:47:35 +0800 Subject: webui: milligram.css: Fix font-weight to use "bold" and "normal" --- fg21sim/webui/static/css/milligram.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fg21sim/webui') diff --git a/fg21sim/webui/static/css/milligram.css b/fg21sim/webui/static/css/milligram.css index f34e3e7..fb69a65 100644 --- a/fg21sim/webui/static/css/milligram.css +++ b/fg21sim/webui/static/css/milligram.css @@ -15,7 +15,7 @@ body { color: #606c76; font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; font-size: 1.6em; - font-weight: 300; + font-weight: normal; letter-spacing: .01em; line-height: 1.6; } @@ -49,7 +49,7 @@ input[type='submit'] { cursor: pointer; display: inline-block; font-size: 1.1rem; - font-weight: 700; + font-weight: bold; height: 3.8rem; letter-spacing: .1rem; line-height: 3.8rem; @@ -248,7 +248,7 @@ label, legend { display: block; font-size: 1.6rem; - font-weight: 700; + font-weight: bold; margin-bottom: .5rem; } @@ -547,7 +547,7 @@ h3, h4, h5, h6 { - font-weight: 300; + font-weight: normal; letter-spacing: -.1rem; margin-bottom: 2.0rem; margin-top: 0; @@ -625,4 +625,4 @@ img { float: right; } -/*# sourceMappingURL=milligram.css.map */ \ No newline at end of file +/*# sourceMappingURL=milligram.css.map */ -- cgit v1.2.2