summaryrefslogtreecommitdiffstats
path: root/app/common/styles/base/typography.scss
blob: 461304c1400ebe921cdef94a9670f02fc3574a68 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// Typography

b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
  line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0 0 .8rem;
  line-height: 1;
  color: #333;
}

h1, .h1 {
  font-size: 3rem;
  font-weight: 500;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.3rem;
  letter-spacing: -.08rem;
}

h4, .h4 {
  font-size: 1.125rem;
  letter-spacing: -.04rem;
}

h5, .h5 {
  font-size: 1rem;
  letter-spacing: -.05rem;
}
OpenPOWER on IntegriCloud