app/assets/stylesheets/timequake/typography.scss in timequake-2.0.4 vs app/assets/stylesheets/timequake/typography.scss in timequake-2.0.5

- old
+ new

@@ -56,9 +56,15 @@ .fw-600 { font-weight: 600 !important; } .fw-700 { font-weight: 700 !important; } .fw-800 { font-weight: 800 !important; } .fw-900 { font-weight: 900 !important; } +.lh-1 { line-height: 1 !important; } +.lh-normal { line-height: 1.2 !important; } +.lh-2 { line-height: 2 !important; } +.lh-lg { line-height: 2.5 !important; } +.lh-xl { line-height: 3.5 !important; } + /* TEXT HELPERS */ .bold { font-weight: bold !important; } .italic { font-style: italic !important; } .uppercase { text-transform: uppercase !important; } .lowercase { text-transform: lowercase !important; }