/* CSS Document 

@font-face {
 font-family: Roboto;
 src: url("fonts/Roboto-Condensed.ttf") /* TTF file for CSS3 browsers *;
 src: url("fonts/Roboto-Condensed.eot") /* EOT file for IE *;
}

@font-face {
 font-family: Roboto-Bold;
 src: url("fonts/Roboto-BoldCondensed.ttf") /* TTF file for CSS3 browsers /;
 src: url("fonts/Roboto-BoldCondensed.eot") /* EOT file for IE *;
}

@font-face {
 font-family: Mission-Script;
 src: url("fonts/Mission-Script.ttf") /* TTF file for CSS3 browsers *;
 src: url("fonts/Mission-Script.eot") /* EOT file for IE *;
}
*/

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Condensed.eot');
	src: local('☺'), url('fonts/Roboto-Condensed.woff') format('woff'), url('fonts/Roboto-Condensed.ttf') format('truetype'), url('fonts/Roboto-Condensed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('fonts/Roboto-BoldCondensed.eot');
	src: local('☺'), url('fonts/Roboto-BoldCondensed.woff') format('woff'), url('fonts/Roboto-BoldCondensed.ttf') format('truetype'), url('fonts/Roboto-BoldCondensed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Mission-Script';
	src: url('fonts/Mission-Script.eot');
	src: local('☺'), url('fonts/Mission-Script.woff') format('woff'), url('fonts/Mission-Script.ttf') format('truetype'), url('fonts/Mission-Script.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NEON';
	src: url('fonts/beon-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}