diff options
author | Martin Wright <martin@mynameismartin.com> | 2015-08-17 13:13:28 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-08-21 10:44:35 +0100 |
commit | 17859db585cc6546aae04064ca748cacce6c1ff5 (patch) | |
tree | cb2d20d5ad71d046fc4dad754a4dc3de858c3a63 /assets | |
parent | 555de97291aef7f8b3d2547f6e8f1c2c6e8f4eba (diff) |
Default typeface is now Source Sans
Diffstat (limited to 'assets')
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 66e83e2..f77638e 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -19,8 +19,7 @@ $body-bg: $color_neutral_light; $body-font-color: $color_neutral_dark; $link-color: darken($color_blue, 20%); $action-color: $color_green; -$font-family: "Roboto Slab", Georgia, serif; -$sans-serif-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; +$font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; $form_input-bg: $color_white; $button-bg: $action-color; |