﻿/*
 * 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:      FontSite Inc.
 * License URL: http://www.fontspring.com/fflicense/fontsite
 *
 *
 */

 /* OLD School declaration style...
@font-face {
	# This declaration targets Internet Explorer 
	font-family: 'AlternateGothicFSNo1';
	src: url('../fonts/AlternateGothicNo1-webfont.eot');
}

@font-face {
	# This declaration targets everything else 
	font-family: 'AlternateGothicFSNo1';
	src: url(//:) format('no404'), url('../fonts/AlternateGothicNo1-webfont.woff') format('woff'), url('../fonts/AlternateGothicNo1-webfont.ttf') format('truetype'), url('../fonts/AlternateGothicNo1-webfont.svg#webfontjrJKrsh5') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
  font-family: 'AlternateGothicFSNo1';
  src: url('../../fonts/AlternateGothicNo1-webfont.eot');  /* IE6–8 */
  src: local('☺'), 
        url('../../fonts/AlternateGothicNo1-webfont.woff') format('woff'),  /* FF3.6, IE9 */
        url('../../fonts/AlternateGothicNo1-webfont.ttf') format('truetype');  /* Saf3+, Chrome, FF3.5, Opera 10+ */
}