Make font size larger.

This commit is contained in:
Justin Hsu 2015-02-05 17:53:02 +01:00
parent 9fc0e0a5fd
commit a1d999a150
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}