aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/_typography.sass
blob: b5fcd56e6d04b95cd6b6ee431162d338b8c4a0b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
!base_font_size = 16px
!base_font_size_small = 13px
!base_font_color = #333
!default_border_radius = 6px

+general-typography
=heading-font
  +serif-font
=quote-font
  +serif-font

body
  font-size= !base_font_size
  +sans-font
  
h1,h2,h3,h4,h5,h6
  color: #333
  font-weight: bold
  +heading-font

blockquote
  +heading-font
  font-size= !base_font_size * 1.2
.quote blockquote
  font-size= !h4
  line-height= !h5 * 1.625
  color: #555