added stylesheet ref for google fonts and added backup helvetica and sans-serif to app sass and getting started

This commit is contained in:
Justine Arreche 2013-10-14 17:33:48 -04:00
parent c52719e9db
commit e5363fc64d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
@import "_mixins/all" @import "_mixins/all"
html, body html, body
font-family: 'Source Sans Pro', sans-serif font-family: 'Source Sans Pro', Helvetica, sans-serif
font-size: $font-size-small font-size: $font-size-small
line-height: $line-height line-height: $line-height
margin: 0 margin: 0

View File

@ -2,7 +2,7 @@
width: 850px width: 850px
margin: 0 auto margin: 0 auto
padding-top: 30px padding-top: 30px
font-family: 'Source Sans Pro' font-family: 'Source Sans Pro', Helvetica, sans-serif
font-size: 17px font-size: 17px
line-height: 26px line-height: 26px
text-align: center text-align: center