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

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

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