diff --git a/app/assets/stylesheets/globals.scss b/app/assets/stylesheets/globals.scss index 33204ec3c..8db4a7fc7 100644 --- a/app/assets/stylesheets/globals.scss +++ b/app/assets/stylesheets/globals.scss @@ -1,3 +1,5 @@ +@import 'settings/typography-font-families'; + // needed for IE10 desktop snap mode: http://menacingcloud.com/?c=cssViewportOrMetaTag @-ms-viewport { width: device-width; @@ -88,3 +90,10 @@ button:focus { outline: 3px solid $focus-colour; outline-offset: 0; } + +// To be removed when all buttons follow the GOV.UK Frontend conventions +// - https://design-system.service.gov.uk/components/button/ + +button { + font-family: $govuk-font-family-nta; +}