Make font size larger.
This commit is contained in:
parent
9fc0e0a5fd
commit
a1d999a150
|
@ -6,7 +6,7 @@
|
||||||
@import "compass/typography/links/hover-link";
|
@import "compass/typography/links/hover-link";
|
||||||
@import "compass/typography/vertical_rhythm";
|
@import "compass/typography/vertical_rhythm";
|
||||||
|
|
||||||
$base-font-size: 16px;
|
$base-font-size: 20px;
|
||||||
$base-line-height: 24px;
|
$base-line-height: 24px;
|
||||||
$break-point: 45em;
|
$break-point: 45em;
|
||||||
$bg-color: #EEEEEE;
|
$bg-color: #EEEEEE;
|
||||||
|
@ -35,6 +35,7 @@ body {
|
||||||
// Default table style sets the wrong font weight
|
// Default table style sets the wrong font weight
|
||||||
// if we set this in body.
|
// if we set this in body.
|
||||||
* {
|
* {
|
||||||
|
@include adjust-font-size-to(1em);
|
||||||
font-family: 'roboto', sans-serif;
|
font-family: 'roboto', sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue