Skip to content

Commit

Permalink
Turn off font
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-kirwan committed Jul 27, 2022
1 parent c04b03c commit fec549f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ $govuk-typography-use-rem: false;
$govuk-use-legacy-palette: false;
$govuk-new-link-styles: true;

// This flag stops the font from being included in this application's
// stylesheet - the font is being served by Static across all of GOV.UK, so is
// not needed here.
$govuk-include-default-font-face: false;

// Components from govuk_publishing_components gem
@import "govuk_publishing_components/govuk_frontend_support";

Expand Down

0 comments on commit fec549f

Please sign in to comment.