Skip to content

Commit

Permalink
Add new fonts and declare in font-faces.scss file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave House authored and aliuk2012 committed Jun 7, 2019
1 parent 0cf4bc0 commit 0f0dc41
Show file tree
Hide file tree
Showing 19 changed files with 8 additions and 29 deletions.
Binary file added src/assets/fonts/bold-5d3836b441-v2.woff
Binary file not shown.
Binary file added src/assets/fonts/bold-9561e2d007-v2.woff2
Binary file not shown.
Binary file removed src/assets/fonts/bold-a2452cb66f-v1.woff2
Binary file not shown.
Binary file added src/assets/fonts/bold-a7fa10839b-v2.eot
Binary file not shown.
Binary file removed src/assets/fonts/bold-f38c792ac2-v1.woff
Binary file not shown.
Binary file removed src/assets/fonts/bold-fb2676462a-v1.eot
Binary file not shown.
Binary file removed src/assets/fonts/bold-tabular-357fdfbcc3-v1.eot
Binary file not shown.
Binary file removed src/assets/fonts/bold-tabular-784c21afb8-v1.woff
Binary file not shown.
Binary file removed src/assets/fonts/bold-tabular-b89238d840-v1.woff2
Binary file not shown.
Binary file added src/assets/fonts/light-222368e53d-v2.woff
Binary file not shown.
Binary file removed src/assets/fonts/light-2c037cf7e1-v1.eot
Binary file not shown.
Binary file removed src/assets/fonts/light-458f8ea81c-v1.woff
Binary file not shown.
Binary file added src/assets/fonts/light-68f0c84f0e-v2.woff2
Binary file not shown.
Binary file added src/assets/fonts/light-df2b968d71-v2.eot
Binary file not shown.
Binary file removed src/assets/fonts/light-f38ad40456-v1.woff2
Binary file not shown.
Binary file removed src/assets/fonts/light-tabular-498ea8ffe2-v1.eot
Binary file not shown.
Binary file removed src/assets/fonts/light-tabular-62cc6f0a28-v1.woff
Binary file not shown.
Binary file removed src/assets/fonts/light-tabular-851b10ccdd-v1.woff2
Binary file not shown.
37 changes: 8 additions & 29 deletions src/helpers/_font-faces.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,47 +21,26 @@

@font-face {
font-family: "nta";
src: govuk-font-url("light-2c037cf7e1-v1.eot");
src: govuk-font-url("light-2c037cf7e1-v1.eot?#iefix") format("embedded-opentype"),
govuk-font-url("light-f38ad40456-v1.woff2") format("woff2"),
govuk-font-url("light-458f8ea81c-v1.woff") format("woff");
src: govuk-font-url("light-df2b968d71-v2.eot");
src: govuk-font-url("light-df2b968d71-v2.eot?#iefix") format("embedded-opentype"),
govuk-font-url("light-68f0c84f0e-v2.woff2") format("woff2"),
govuk-font-url("light-222368e53d-v2.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: fallback;
}

@font-face {
font-family: "nta";
src: govuk-font-url("bold-fb2676462a-v1.eot");
src: govuk-font-url("bold-fb2676462a-v1.eot?#iefix") format("embedded-opentype"),
govuk-font-url("bold-a2452cb66f-v1.woff2") format("woff2"),
govuk-font-url("bold-f38c792ac2-v1.woff") format("woff");
src: govuk-font-url("bold-a7fa10839b-v2.eot");
src: govuk-font-url("bold-a7fa10839b-v2.eot?#iefix") format("embedded-opentype"),
govuk-font-url("bold-9561e2d007-v2.woff2") format("woff2"),
govuk-font-url("bold-5d3836b441-v2.woff") format("woff");
font-weight: bold;
font-style: normal;
font-display: fallback;
}

@font-face {
font-family: "ntatabularnumbers";
src: govuk-font-url("light-tabular-498ea8ffe2-v1.eot");
src: govuk-font-url("light-tabular-498ea8ffe2-v1.eot?#iefix") format("embedded-opentype"),
govuk-font-url("light-tabular-851b10ccdd-v1.woff2") format("woff2"),
govuk-font-url("light-tabular-62cc6f0a28-v1.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: fallback;
}

@font-face {
font-family: "ntatabularnumbers";
src: govuk-font-url("bold-tabular-357fdfbcc3-v1.eot");
src: govuk-font-url("bold-tabular-357fdfbcc3-v1.eot?#iefix") format("embedded-opentype"),
govuk-font-url("bold-tabular-b89238d840-v1.woff2") format("woff2"),
govuk-font-url("bold-tabular-784c21afb8-v1.woff") format("woff");
font-weight: bold;
font-style: normal;
font-display: fallback;
}
}
}
}

0 comments on commit 0f0dc41

Please sign in to comment.