Skip to content

Commit 53b751c

Browse files
committed
Remove the GOV.UK crown and font
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.
1 parent 1ec0e29 commit 53b751c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

config/tech-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
host: team-docs.design-system.service.gov.uk
33

44
# Header-related options
5-
show_govuk_logo: true
6-
service_name: Design System team docs
5+
show_govuk_logo: false
6+
service_name: GOV.UK Design System team docs
77
service_link: https://team-docs.design-system.service.gov.uk
88
phase: Alpha
99

source/stylesheets/screen.css.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
$govuk-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2+
13
@import "govuk_tech_docs";

0 commit comments

Comments
 (0)