﻿@charset "utf-8";
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 */
/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Typodermic
 * @licenseurl: http://www.fontspring.com/fflicense/typodermic
 *
 *
 */

@font-face {
	font-family: 'GnuolaneRegular';
	src: url('fonts/gnuolane_rg-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

/*
@font-face {
	font-family: 'GnuolaneRegular-1';
	src: url(//:) format('no404'), url('fonts/gnuolane_rg_font1.ttf');
}

@font-face {
	font-family: 'GnuolaneRegular-2';
	src: url(//:) format('no404'), url('fonts/gnuolane_rg_font2.ttf');
}
*/

@font-face {
	font-family: 'GnuolaneRegular';
	src: url(http://:/) format("No-IE-404"),
		 url('fonts/gnuolane_rg-webfont.woff') format('woff'),
		 url('fonts/gnuolane_rg-webfont.ttf') format('truetype'),
		 url('fonts/gnuolane_rg-webfont.svg#webfontmZB1z5h2') format('svg');
	font-weight: normal;
	font-style: normal;
}


