From a1d999a1503db22cc62669d1ae9d70273cac7c60 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Thu, 5 Feb 2015 17:53:02 +0100 Subject: [PATCH] Make font size larger. --- css/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index 2b13168..55d2d7a 100644 --- a/css/style.scss +++ b/css/style.scss @@ -6,7 +6,7 @@ @import "compass/typography/links/hover-link"; @import "compass/typography/vertical_rhythm"; -$base-font-size: 16px; +$base-font-size: 20px; $base-line-height: 24px; $break-point: 45em; $bg-color: #EEEEEE; @@ -35,6 +35,7 @@ body { // Default table style sets the wrong font weight // if we set this in body. * { + @include adjust-font-size-to(1em); font-family: 'roboto', sans-serif; font-weight: 300; }