summaryrefslogtreecommitdiffstats
path: root/app/common/styles/base/typography.scss
blob: db5bdd766916c421163af296b80c22bbcd88fe54 (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
48
49
50
51
52
53
54
55
56
57
58
// 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;
  padding-top: .5rem;
  margin-bottom: .6em;
}

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;
}

.courier-normal {
  font-family: "Courier New", Helvetica, arial, sans-serif;
}
.courier-bold {
  font-family: "Courier New", Helvetica, arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
OpenPOWER on IntegriCloud