hmrc / hmrc-frontend

Apache License 2.0
9 stars 18 forks source link

NOJIRA: Stop accessible-autocomplete css including webfonts #254

Closed oscarduignan closed 1 year ago

oscarduignan commented 1 year ago

where we import the helpers it's pulling in the fonts - we need to set $govuk-include-default-font-face: false; (which stops it from being pulled in when we use govuk-font()) before we do the @import in that file to stop it. Because the font will already be available on the page via the main hmrc-frontend css