From e5363fc64d7e926ced435cf36efcd96581d5e735 Mon Sep 17 00:00:00 2001 From: Justine Arreche <justine@neo.com> Date: Mon, 14 Oct 2013 17:33:48 -0400 Subject: [PATCH] added stylesheet ref for google fonts and added backup helvetica and sans-serif to app sass and getting started --- assets/styles/app.sass | 2 +- assets/styles/getting_started.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/app.sass b/assets/styles/app.sass index b586643c..2bc86a61 100644 --- a/assets/styles/app.sass +++ b/assets/styles/app.sass @@ -1,7 +1,7 @@ @import "_mixins/all" html, body - font-family: 'Source Sans Pro', sans-serif + font-family: 'Source Sans Pro', Helvetica, sans-serif font-size: $font-size-small line-height: $line-height margin: 0 diff --git a/assets/styles/getting_started.sass b/assets/styles/getting_started.sass index fcc4cf9b..109f5a98 100644 --- a/assets/styles/getting_started.sass +++ b/assets/styles/getting_started.sass @@ -2,7 +2,7 @@ width: 850px margin: 0 auto padding-top: 30px - font-family: 'Source Sans Pro' + font-family: 'Source Sans Pro', Helvetica, sans-serif font-size: 17px line-height: 26px text-align: center