diff options
author | Martin Wright <martin@mysociety.org> | 2020-05-21 13:33:45 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-10-19 11:07:54 +0100 |
commit | 28d0ad3148b2fa3cbdc4017d24ddc548ec8a7e30 (patch) | |
tree | cf04e4a285573118ce6f4a7dbeb4ded2440c5e3c | |
parent | 3227d1b61693022f6cf0efa790449182efb25784 (diff) |
[Bromley] Switch out header font
Bromley's live site doesn't seem to have Gill Sans anywhere any more
-rw-r--r-- | web/cobrands/bromley/_fonts.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/bromley/_fonts.scss b/web/cobrands/bromley/_fonts.scss index b54d10542..cf3b85148 100644 --- a/web/cobrands/bromley/_fonts.scss +++ b/web/cobrands/bromley/_fonts.scss @@ -7,4 +7,4 @@ } $body-font: Arial,'Helvetica Neue',Helvetica,sans-serif; $meta-font: $body-font; -$heading-font: 'Gill Sans condensed', 'Gill Sans','Trebuchet MS',Calibri,sans-serif; +$heading-font: $body-font; |