devroom.io/content/css/_typography.sass
Ariejan de Vroom 0fc0af5efc wip
2013-08-16 06:38:15 +02:00

61 lines
941 B
Sass

@import url(http://fonts.googleapis.com/css?family=PT+Sans:700)
$text-color: #393939
$base-font-size: 16px
$base-line-height: 26px
@import "compass/typography"
@include establish-baseline
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
header
h1
@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