summaryrefslogtreecommitdiff
path: root/css/webfonts.css
blob: e94d5e2816046e4b2e6a00543c873e4d013ee2f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@font-face {
  font-family: 'Baloo';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/baloo.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/source-serif-pro.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/ubuntu-mono.ttf) format('truetype');
}