From fec549f193f4a9fd32841cd9169b1f3e5aaae422 Mon Sep 17 00:00:00 2001 From: Jon Kirwan <87758239+jon-kirwan@users.noreply.github.com> Date: Tue, 26 Jul 2022 16:44:51 +0100 Subject: [PATCH] Turn off font --- app/assets/stylesheets/application.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index f6ca70e0e..fb9fe8789 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -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";