Skip to content

Commit

Permalink
remove helvetica from fallback font
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhunter08 authored and chrimesdev committed Oct 16, 2019
1 parent ed1e032 commit 7ec72d1
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 @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/core/settings/_globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7ec72d1

Please sign in to comment.