diff options
author | Struan Donald <struan@exo.org.uk> | 2014-03-14 15:03:48 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-04-08 13:21:10 +0100 |
commit | 8c65dc95a9551419a10a63944fea803db6b7d73c (patch) | |
tree | 3267670e0ec3b5f970559e9053443e9d4fde7b38 | |
parent | 7187775c54baf4f1aa30c3cc5230b7656df1b495 (diff) |
set default fonts and weight
-rw-r--r-- | web/cobrands/zerotb/base.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/cobrands/zerotb/base.scss b/web/cobrands/zerotb/base.scss index 7c303e874..f166934b4 100644 --- a/web/cobrands/zerotb/base.scss +++ b/web/cobrands/zerotb/base.scss @@ -3,4 +3,14 @@ @import "../sass/mixins"; @import "compass"; +@import url(http://fonts.googleapis.com/css?family=Lato:300,700); + +$body-font: 'Lato', sans-serif !default; +$meta-font: 'Lato', sans-serif !default; +$heading-font: 'Lato', sans-serif !default; + @import "../sass/base"; + +body { + font-weight: 300; +} |