/* fonts.css */

/*
 * Credit and References:
 * - Font conversion by FontSquirrel <http://www.fontsquirrel.com/fontface/generator>
 * - CSS syntax inspired by:
 *   - Paul Irish <http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/>
 *   - Richard Fink <http://readableweb.com/mo-bulletproofer-font-face-css-syntax/>
 */

/* For IE: */
@font-face {
	/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
	font-family	: "Calluna";
	src			: url("http://etc.foomg.com/fonts/calluna/calluna-regular.eot");
	font-style	: normal;
	font-weight	: normal;
}

/* For good browsers: */
@font-face {
	/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
	font-family	: "Calluna";
	src			: local("☺"),
				  url("http://etc.foomg.com/fonts/calluna/calluna-regular.otf") format("opentype");
	font-style	: normal;
	font-weight	: normal;
}
