added stylesheet ref for google fonts and added backup helvetica and sans-serif to app sass and getting started
This commit is contained in:
parent
c52719e9db
commit
e5363fc64d
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user