summaryrefslogtreecommitdiff
path: root/static/fonts.css
blob: 352030e9d98b311177450a8a10cebd6172dac93a (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');
}