Skip to content

Commit

Permalink
Change Supria Sans weight from 400 to 500 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Oct 24, 2023
1 parent e78c0fa commit 492e96b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Font paths fixed for prototype kit, stylesheets and JavaScript loading
- Better alignment of site name next to logo in header
- Fixed right/left padding of logo and hamburger on small devices
- Change Supria Sans weight from `400` to `500` (medium, as provided by TypeKit)
- Card image type is now variable when using sources

### Security
Expand Down
2 changes: 1 addition & 1 deletion src/nationalarchives/variables/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $font-weight-main: normal !default; // Defined in utilities/_typography.scss
$font-weight-main-bold: bold !default; // Defined in utilities/_typography.scss

$font-family-heading: supria-sans-condensed, "Arial Narrow", sans-serif !default;
$font-weight-heading: 400 !default;
$font-weight-heading: 500 !default;

$font-family-detail: "Roboto Mono", monospace !default;
$font-weight-detail: normal !default;

0 comments on commit 492e96b

Please sign in to comment.