devroom.io/content/css/_typography.sass

61 lines
941 B
Sass
Raw Normal View History

2013-08-03 19:19:05 +00:00
@import url(http://fonts.googleapis.com/css?family=PT+Sans:700)
$text-color: #393939
$base-font-size: 16px
$base-line-height: 26px
2013-07-25 05:35:02 +00:00
@import "compass/typography"
@include establish-baseline
2013-08-03 19:19:05 +00:00
html, body
font-family: 'PT Sans'
font-weight: 200
background-color: #737373
color: $text-color
a
color: $peterriver
text-decoration: none
section#page
background-color: #ffffff
2013-07-25 05:35:02 +00:00
2013-08-03 19:19:05 +00:00
header
2013-07-25 05:35:02 +00:00
h1
2013-08-03 19:19:05 +00:00
@include adjust-font-size-to(32px)
font-family: 'PT Sans'
font-weight: 700
nav#primary
ol
li
@include adjust-font-size-to(16px)
margin-right: rhythm(0.5)
font-family: 'PT Sans'
a
color: $concrete
nav#social
display: none
article.post
margin-top: rhythm(1)
p
margin-bottom: rhythm(1)
#meta
font-family: 'PT Sans'
font-weight: 200
color: $concrete
h1
@include adjust-font-size-to(48px)
color: $peterriver
#body
#comments