@font-face { 
	font-family:'DaxCondensedRegular';
	src: url('daxcondensed.eot'); /* Declaration for IE 6, 7, and 8. Should work fine in IE9. */
	src: local('DaxCondensed'), local('DaxCondensed'), url('daxcondensed.woff') format('woff'), url('daxcondensed.ttf') format('truetype');
	
	/*For testing a single EOT file, declaring it as font-weight:normal/font-style:normal is OK.
	But in real-world use, when declaring the font as part of a larger font-family, the font-weight and font style
	should always be declared to match the settings within the internal font data of the TTF font file.
	Regular as normal, italic as italic, bold as bold, bold italic as bold and italic, etc. But for
	testing a single file in this test page, just keep it declared as normal/normal */
	
	
      }
