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";