summaryrefslogtreecommitdiff
path: root/res/css/partials/typography.scss
blob: 63074f9009e41911379cfd18f4ba66e6df246c60 (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
@font-face {
  font-family: 'MyWebFont';
  src: url(../../font/SourceSansPro-Regular.ttf) format('ttf');
}

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