@font-face {
	font-family: 'NotCourierSans';
	
src: url('NotCourierSans-webfont.eot');
	
src: url('NotCourierSans-webfont.eot?#iefix') format('eot'),
		
url('NotCourierSans-webfont.woff') format('woff'),
		
url('NotCourierSans-webfont.ttf') format('truetype'),
		
url('NotCourierSans-webfont.svg') format('svg');


}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'NotCourierSans';
src: url('NotCourierSans-webfont.svg') format('svg');

}
}