From 80cb99b56f74b0cb700b68063b8d457b5c05d34d Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 17 Nov 2013 09:11:36 -0500 Subject: [PATCH] make h2's more bold --- contents/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/css/main.css b/contents/css/main.css index d612606..6b5faa2 100644 --- a/contents/css/main.css +++ b/contents/css/main.css @@ -46,7 +46,7 @@ h1 { h2 { font-size: 1.2em; - font-weight: 400; + font-weight: 600; line-height: 1.43; margin-bottom: 1.35em; }