app/assets/stylesheets/timequake/typography.scss in timequake-2.0.1 vs app/assets/stylesheets/timequake/typography.scss in timequake-2.0.2

- old
+ new

@@ -42,11 +42,11 @@ .heading-3 { font-size: $heading-3-font-size; } .heading-4 { font-size: $heading-4-font-size; } .heading-5 { font-size: $heading-5-font-size; } .heading-6 { font-size: $heading-6-font-size; } -@for $i from 1 through 100 { - .fz-#{$i} { font-size: #{$i}px; } +@for $i from 1 through 200 { + .fz-#{$i} { font-size: #{$i}px !important; } } .fw-100 { font-weight: 100 !important; } .fw-200 { font-weight: 200 !important; } .fw-300 { font-weight: 300 !important; }