/*@font-face {
  font-family: "BebasNeue";
  src: url("fonts/BebasNeue-webfont.eot?#iefix");
  src: local("☺"), url("fonts/BebasNeue-webfont.woff") format("woff"), url("fonts/BebasNeue-webfont.ttf") format("truetype"), url("fonts/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/BebasNeue-webfont.eot'); /* IE9 Compat Modes */
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/BebasNeue-webfont.woff') format('woff'), /*Modern Browsers*/ 
	     url('fonts/BebasNeue-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/BebasNeue-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
	}