From b06913cb3a0c6706c752338c8a8b25519f81e3f9 Mon Sep 17 00:00:00 2001 From: Neeraj Baid Date: Fri, 8 May 2015 19:27:46 -0700 Subject: [PATCH] Increase all font sizes by 2px. --- css/index.styl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/index.styl b/css/index.styl index 8b9f356..6e6c0af 100644 --- a/css/index.styl +++ b/css/index.styl @@ -19,7 +19,7 @@ html, body { height: 100% } h1 { color: red; - font: bold 52px/60px "Lobster Two", sans-serif; + font: bold 56px/64px "Lobster Two", sans-serif; text-align: center; margin: 0 0 10px; } @@ -30,13 +30,13 @@ h1.with-subtitle { p { color: gray; - font: 14px/20px "Quicksand", sans-serif; + font: 16px/22px "Quicksand", sans-serif; text-align: center; margin: 0 0; } p.subtitle { - font: 16px/22px "Quicksand", sans-serif; + font: 18px/24px "Quicksand", sans-serif; margin-bottom: 10px; }