(Update) Typography: Reduce xxlarge title size

This commit is contained in:
0xfff 2016-09-26 15:18:51 +02:00
parent e3c762edf8
commit 372b67d9c0

View file

@ -16,7 +16,7 @@ $font-size-base-plus: 19px;
$font-size-medium: 24px;
$font-size-large: 30px;
$font-size-xlarge: 40px;
$font-size-xxlarge: 80px;
$font-size-xxlarge: 70px;
$line-height-base: 1.5;
$line-height-heading: 1.2;
@ -78,7 +78,7 @@ $line-height-heading: 1.2;
letter-spacing: -0.015em;
}
@mixin font-title-xxlarge() {
font-weight: $font-weight-xlight;
font-weight: $font-weight-light;
font-size: pxToRem($font-size-xxlarge);
line-height: $line-height-heading;
letter-spacing: -0.025em;