forked from daneden/Toast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtype.css
38 lines (37 loc) · 979 Bytes
/
type.css
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
28
29
30
31
32
33
34
35
36
37
38
/* Toast Framework - type.css */
body {
font: 100%/1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
}
h1 {
font-size: 3em; /* 48 / 16 */
line-height: 1em; /* 48 / 48 */
margin-bottom: .5em; /* 24 / 48 */
}
h2 {
font-size: 2.25em; /* 36 / 16 */
line-height: 1.333333333333333em; /* 48 / 36 */
margin-bottom: .6666666666666667em; /* 24 / 36 */
}
h3 {
font-size: 1.5em; /* 24 / 16 */
line-height: 1em; /* 24 / 24 */
margin-bottom: 1em; /* 24 / 24 */
}
h4 {
font-size: 1.3125em; /* 21 / 16 */
line-height: 1.142857142857143em; /* 24 / 21 */
margin-bottom: 1.142857142857143em; /* 24 / 21 */
}
h5 {
font-size: 1.125em; /* 18 / 16 */
line-height: 1.333333333333333em; /* 24 / 18 */
margin-bottom: 1.333333333333333em; /* 24 / 18 */
}
h6 {
font-size: 1em; /* 16 / 16 */
line-height: 1.5em; /* 24 / 16 */
margin-bottom: 1.5em; /* 24 / 16 */
}
p, ul, ol, dl, blockquote {
margin-bottom: 1.5em; /* 24 / 16 */
}