summaryrefslogtreecommitdiffstats
path: root/app/common/styles/base/typography.scss
blob: bcf26d114e71ebf92ea159aa78d72c591a6795b3 (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
59
60
61
62
63
64
65
66
67
68
69
// Typography

b,
strong {
  font-weight: bold;
}

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

// Headers
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.25;
  color: $text-01;
}

h1,
.h1 {
  font-size: 2.25rem;
  font-weight: 500;
  padding-top: 0.5rem;
  margin-bottom: 3rem;
}

h2,
.h2 {
  font-size: 1.25rem;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 1rem;
  font-weight: bold;
}

h4,
.h4 {
  font-size: 0.875rem;
  font-weight: bold;
}

h5,
.h5 {
  font-size: 0.875rem;
  font-weight: 500;
  color: $text-02;
}

// Fonts
.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;
}

.page-title {
  margin-bottom: 50px;
  font-size: 2rem;
}
OpenPOWER on IntegriCloud