don't reduce line height for all headings in base theme (#753)

This commit is contained in:
Hakim El Hattab 2014-02-25 12:32:23 +01:00
parent ecce48d1c0
commit 1aadc53eac
10 changed files with 10 additions and 10 deletions

View File

@ -48,7 +48,7 @@ body {
margin: 0 0 20px 0;
color: #333333;
font-family: "League Gothic", Impact, sans-serif;
line-height: 0.9em;
line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: none; }

View File

@ -47,7 +47,7 @@ body {
margin: 0 0 20px 0;
color: #eeeeee;
font-family: Ubuntu, "sans-serif";
line-height: 0.9em;
line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: 2px 2px 2px #222222; }

View File

@ -48,7 +48,7 @@ body {
margin: 0 0 20px 0;
color: #eeeeee;
font-family: "League Gothic", Impact, sans-serif;
line-height: 0.9em;
line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

View File

@ -48,7 +48,7 @@ body {
margin: 0 0 20px 0;
color: #eee8d5;
font-family: "League Gothic", Impact, sans-serif;
line-height: 0.9em;
line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: none; }

View File

@ -36,7 +36,7 @@ body {
margin: 0 0 20px 0;
color: #eeeeee;
font-family: "Montserrat", Impact, sans-serif;
line-height: 0.9em;
line-height: 1em;
letter-spacing: -0.03em;
text-transform: none;
text-shadow: none; }

View File

@ -38,7 +38,7 @@ body {
margin: 0 0 20px 0;
color: #383d3d;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
line-height: 0.9em;
line-height: 1em;
letter-spacing: 0.02em;
text-transform: none;
text-shadow: none; }

View File

@ -38,7 +38,7 @@ body {
margin: 0 0 20px 0;
color: black;
font-family: "News Cycle", Impact, sans-serif;
line-height: 0.9em;
line-height: 1em;
letter-spacing: 0.02em;
text-transform: none;
text-shadow: none; }

View File

@ -45,7 +45,7 @@ body {
margin: 0 0 20px 0;
color: #333333;
font-family: "Quicksand", sans-serif;
line-height: 0.9em;
line-height: 1em;
letter-spacing: -0.08em;
text-transform: uppercase;
text-shadow: none; }

View File

@ -48,7 +48,7 @@ body {
margin: 0 0 20px 0;
color: #586e75;
font-family: "League Gothic", Impact, sans-serif;
line-height: 0.9em;
line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: none; }

View File

@ -13,7 +13,7 @@ $mainColor: #eee;
$headingMargin: 0 0 20px 0;
$headingFont: 'League Gothic', Impact, sans-serif;
$headingColor: #eee;
$headingLineHeight: 0.9em;
$headingLineHeight: 1em;
$headingLetterSpacing: 0.02em;
$headingTextTransform: uppercase;
$headingTextShadow: 0px 0px 6px rgba(0,0,0,0.2);