From bf764aab188cc5e59b7e02df4411fcaae21fb047 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Fri, 10 May 2019 10:34:21 +0200 Subject: [PATCH] Add letter spacing to headers on the apply site just as on the public site. --- opentech/static_src/src/sass/apply/base/_typography.scss | 4 ++++ opentech/static_src/src/sass/public/base/_typography.scss | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/opentech/static_src/src/sass/apply/base/_typography.scss b/opentech/static_src/src/sass/apply/base/_typography.scss index 57c58a6e15..8462c47b9b 100644 --- a/opentech/static_src/src/sass/apply/base/_typography.scss +++ b/opentech/static_src/src/sass/apply/base/_typography.scss @@ -40,18 +40,22 @@ h1, h2, h3, h4, h5, h6, h1, %h1, .alpha { @include responsive-font-sizes(40px, map-get($font-sizes, alpha)); font-weight: $weight--black; + letter-spacing: -.02rem; } h2, %h2, .beta { @include responsive-font-sizes(30px, map-get($font-sizes, beta)); + letter-spacing: -.02rem; } h3, %h3, .gamma { @include responsive-font-sizes(20px, map-get($font-sizes, gamma)); + letter-spacing: -.02rem; } h4, %h4, .delta { @include responsive-font-sizes(18px, map-get($font-sizes, delta)); + letter-spacing: -.02rem; } h5, %h5, .epsilon { diff --git a/opentech/static_src/src/sass/public/base/_typography.scss b/opentech/static_src/src/sass/public/base/_typography.scss index 6e5138d3a5..8462c47b9b 100644 --- a/opentech/static_src/src/sass/public/base/_typography.scss +++ b/opentech/static_src/src/sass/public/base/_typography.scss @@ -70,8 +70,6 @@ small, .milli { @include font-size(milli); } - - // thin @font-face { font-family: 'montserrat';