|
4 | 4 | .display-2 {font-weight:700;font-size:4rem;line-height:80px;} |
5 | 5 |
|
6 | 6 | // TODO: Go through html and ensure headers use appropriate header class, header and class do not need to match. |
7 | | -.h1 {font-weight:700;font-size:64px;line-height:72px;} |
8 | | -.h2 {font-weight:700;font-size:48px;line-height:54px;} |
9 | | -.h3 {font-weight:700;font-size:40px;line-height:46px;} |
10 | | -.h4 {font-weight:700;font-size:32px;line-height:40px;} |
11 | | -.h5 {font-weight:700;font-size:28px;line-height:34px;} |
12 | | -.h6 {font-weight:700;font-size:24px;line-height:30px;} |
| 7 | +//.h1 {font-weight: 700; font-size: 64px; line-height: 72px;} |
| 8 | +//.h2 {font-weight: 700; font-size: 48px; line-height: 54px;} |
| 9 | +//.h3 {font-weight: 700; font-size: 40px; line-height: 46px;} |
| 10 | +//.h4 {font-weight: 700; font-size: 32px; line-height: 40px;} |
| 11 | +//.h5 {font-weight: 700; font-size: 28px; line-height: 34px;} |
| 12 | +//.h6 {font-weight: 700; font-size: 24px; line-height: 30px;} |
13 | 13 |
|
14 | 14 | .subcopy-text {font-size:18px;line-height:22px} |
15 | 15 | .body-text {font-size:16px;line-height:20px} |
|