summaryrefslogtreecommitdiff
path: root/res/client/css/partials/typography.scss
blob: 388afef52c852d7eee7eacff37958c035903c771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Headings */

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

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

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

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

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