diff --git a/CHANGELOG.md b/CHANGELOG.md index 491cf31c2..b9736b969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Images - Add `size` and `srcset` attributes to the images component for responsive loading of images. ([Issue 422](https://github.com/nhsuk/nhsuk-frontend/issues/422)) - Jaws/NVDA not reading fieldset heading - removing old `overflow: hidden` hack for hint text in legend +- Fallback font - Fix fallback to be Arial by removing Helvetica. ## 2.3.2 - 30th September 2019 diff --git a/packages/core/settings/_globals.scss b/packages/core/settings/_globals.scss index 646761c84..ea985e261 100644 --- a/packages/core/settings/_globals.scss +++ b/packages/core/settings/_globals.scss @@ -9,7 +9,7 @@ // $nhsuk-font: Frutiger W01; -$nhsuk-font-fallback: Helvetica, Arial, Sans-serif; // [1] // +$nhsuk-font-fallback: Arial, Sans-serif; // [1] // $nhsuk-font-family-print: sans-serif !default; $nhsuk-font-bold: 600; $nhsuk-font-normal: 400;