@font-face {
	/*LICENSE /css/fonts/NotoSans-LICENSE.txt*/
	font-family: 'notosans';
	font-style: normal;
	font-weight: normal;
	src:
		local('notosans'),
		url('/css/fonts/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'notosans';
	font-style: normal;
	font-weight: bold;
	src:
		local('notosans_bold'),
		url('/css/fonts/NotoSans-Bold.ttf') format('truetype');
}
