summaryrefslogtreecommitdiff
path: root/static/fonts.css
blob: 653b88f41110d1b2ba4a979cefb5616549193caa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@font-face {
	font-family: 'Abel';
	font-style: normal;
	font-weight: 400;
	src: local('Abel'), url(/static/abel.woff) format('woff');
}
@font-face {
	font-family: 'Anonymous Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Anonymous Pro'), url(/static/anonymouspro.woff) format('woff');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: local('Raleway'), url(/static/raleway.woff) format('woff');
}