/*Usage
<link href="<?php bloginfo('stylesheet_directory');?>.'/fonts/fonts.css'" rel='stylesheet' type='text/css'>

*/
@font-face {
	 font-family: 'NewsGothicStd';
	 	src: url('newsgothicstd0.eot');
		src: url('newsgothicstd0.eot?#iefix') format('embedded-opentype'),  
			url('newsgothicstd0.woff') format('woff'),  
			url('newsgothicstd0.ttf') format('truetype'),  
			url('newsgothicstd0.svg#newsgothicstd0') format('svg');
		 font-weight: normal;
		 font-style: normal;
}
@font-face {
	font-family: 'NewsGothicStd-Bold';
		src: url('newsgothicstdbold0.eot');
		src: url('newsgothicstdbold0.eot?#iefix') format('embedded-opentype'),
			url('newsgothicstdbold0.woff') format('woff'),
			url('newsgothicstdbold0.ttf') format('truetype'),
			url('newsgothicstdbold0.svg#newsgothicstdbold0') format('svg');
		font-weight: normal;
		font-style: normal;
}
