summaryrefslogtreecommitdiffstats
path: root/core/css/fonts.css
blob: 01ecea737969b1182caf3f2ee5c15aed47781a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
@font-face {
	font-family: 'OpenSans';
	font-weight: normal;
	src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
	font-family: 'OpenSans';
	font-weight: bold;
	src: url(../fonts/OpenSans-Bold.ttf);
}