new font & type settings for default theme

This commit is contained in:
Hakim El Hattab
2015-01-06 11:42:23 +01:00
parent 21d034bffe
commit 25a674a3c2
15 changed files with 65 additions and 54 deletions

View File

@ -20,6 +20,7 @@ $headingLineHeight: 1.2;
$headingLetterSpacing: normal;
$headingTextTransform: uppercase;
$headingTextShadow: none;
$headingFontWeight: normal;
$heading1TextShadow: $headingTextShadow;
$heading1Size: 3.77em;

View File

@ -42,6 +42,7 @@ body {
color: $headingColor;
font-family: $headingFont;
font-weight: $headingFontWeight;
line-height: $headingLineHeight;
letter-spacing: $headingLetterSpacing;