@font-face {
	font-family: 'NotCourierSans';
	src: url('webfonts/NotCourierSans.woff') format('woff'),
		 url('ttf/NotCourierSans.ttf') format('truetype'),
		 url('otf/NotCourierSans.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NotCourierSans';
	src: url('webfonts/NotCourierSans-Bold.woff') format('woff'),
		 url('ttf/NotCourierSans-Bold.ttf') format('truetype'),
		 url('otf/NotCourierSans-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}