Update to serif fonts again
Will Brown
9 years ago
0 | @import url(http://fonts.googleapis.com/css?family=Merriweather:300,400); | |
1 | ||
0 | 2 | body { |
1 | 3 | color: #000; |
2 | 4 | background: #FFF; |
4 | 6 | width: 33em; |
5 | 7 | margin: 6em auto; |
6 | 8 | |
7 | font-family: sans-serif; | |
8 | font-size: 14pt; | |
9 | line-height: 1.5; | |
9 | font-family: Merriweather, serif; | |
10 | font-size: 12pt; | |
11 | line-height: 1.7; | |
10 | 12 | } |
11 | 13 | |
12 | 14 | h1 { font-size:2.25em; /* 16x2.25=36 */ } |
65 | 67 | a:hover { |
66 | 68 | color: #1a6192; |
67 | 69 | } |
70 | ||
71 | #bottom { | |
72 | margin-top: 2em; | |
73 | font-size: 0.7em; | |
74 | text-align: center; | |
75 | } |