summaryrefslogtreecommitdiff
path: root/res/client/css/partials/typography.scss
blob: e9724b5f052cc485269132c0bad5a973d328f10b (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
/* Headings */

h1 {
  font-size: $h1-size;
}

h2 {
  font-size: $h2-size;
}

h3 {
  font-size: $h3-size;
}

h4 {
  font-size: $h4-size;
}

h5 {
  font-size: $h5-size;
  line-height: $base-line-height;
}


/* Paragraph */

p {
  font-size: $base-font-size;
  color: $dark-grey;
  line-height: $base-line-height;
}