don't reduce line height for all headings in base theme (#753)
This commit is contained in:
		| @@ -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; } | ||||
|   | ||||
| @@ -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; } | ||||
|   | ||||
| @@ -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); } | ||||
|   | ||||
| @@ -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; } | ||||
|   | ||||
| @@ -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; } | ||||
|   | ||||
| @@ -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; } | ||||
|   | ||||
| @@ -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; } | ||||
|   | ||||
| @@ -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; } | ||||
|   | ||||
| @@ -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; } | ||||
|   | ||||
| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user