Skip to content

Commit

Permalink
Merge pull request #1208 from OpenTechFund/fix/letter-spacing-headers…
Browse files Browse the repository at this point in the history
…-apply-site

Add letter spacing to headers on the apply site just as on the public…
  • Loading branch information
frjo authored May 13, 2019
2 parents 226a859 + bf764aa commit db87666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions opentech/static_src/src/sass/apply/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 0 additions & 2 deletions opentech/static_src/src/sass/public/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ small, .milli {
@include font-size(milli);
}



// thin
@font-face {
font-family: 'montserrat';
Expand Down

0 comments on commit db87666

Please sign in to comment.