/*
 *	Bulletproof Smiley @font-face declaration, AKA the 'Paul Irish Method'
 *	@see http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/#smiley
 *
 *	Fonts generated by Font Squirrel
 *	@see http://www.fontsquirrel.com/fontface/generator/
 *
 */

@font-face {
	font-family: "Serif6BetaBold";
	src: url("../fonts/serif6beta-bold-webfont.eot");
	src: local('?'), 
		url("../fonts/serif6beta-bold-webfont.woff") format("woff"), 
		url("../fonts/serif6beta-bold-webfont.otf") format("opentype"), 
		url("../fonts/serif6beta-bold-webfont.ttf") format("truetype"), 
		url("../fonts/serif6beta-bold-webfont.svg#webfont") format('svg');
	font-weight: normal;
	font-style: normal;
}
