From 53b751ce954e089fbbc2f8835aedd9ec3c6bc01b Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Thu, 4 May 2023 15:33:18 +0100 Subject: [PATCH] Remove the GOV.UK crown and font MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Our team docs won’t be hosted on a service domain (at least not initially) so we should avoid using the logo or font. Remove the logo (but add GOV.UK back to the name) and switch out the font. --- config/tech-docs.yml | 4 ++-- source/stylesheets/screen.css.scss | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/tech-docs.yml b/config/tech-docs.yml index 98f4f94..d3868c8 100644 --- a/config/tech-docs.yml +++ b/config/tech-docs.yml @@ -2,8 +2,8 @@ host: team-docs.design-system.service.gov.uk # Header-related options -show_govuk_logo: true -service_name: Design System team docs +show_govuk_logo: false +service_name: GOV.UK Design System team docs service_link: https://team-docs.design-system.service.gov.uk phase: Alpha diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index f045633..eebbcf3 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -1 +1,3 @@ +$govuk-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + @import "govuk_tech_docs";