/* IMPORT FONTS FOR @FONT-FACE RULES */

/* IE's font-face rules must come first
@font-face {font-family: "Trade"; src: url(/re-fonts/tgoth.eot);}
@font-face {font-family: "Droid"; src: url(/re-fonts/droidsans.eot);}
 */

/* create @font-face rule for other supporting browsers
@font-face {font-family: "Trade"; src: url(/re-fonts/tgoth.ttf); format("truetype");}
@font-face {font-family: "Droid"; src: url(/re-fonts/droidsans.ttf); format("truetype");}
 */
 
/* added fix for IE7/8 font rendering issues ... June 2 DJJ
   http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/
*/

/* new method of single file */

@font-face {
	font-family: 'Trade';
	src: url('/re-fonts/tgoth.eot');
	src: local('☺'), url('/re-fonts/tgoth.woff') format('woff'), url('/re-fonts/tgoth.ttf') format('truetype'), url('/re-fonts/tgoth-webfont.svg#webfontu5TCzeK1') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Droid';
	src: url('/re-fonts/droidsans.eot');
	src: local('☺'), url('/re-fonts/droidsans.woff') format('woff'), url('/re-fonts/droidsans.ttf') format('truetype'), url('/re-fonts/droidsans-webfont.svg#webfontxYAUPIbs') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
@font-face {
    font-family: "Trade"; src: url(/re-fonts/tgoth.eot);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/re-images/hIEfix.png,sizingMethod=crop);zoom:1;
}
@font-face {
    font-family: "Droid"; src: url(/re-fonts/droidsans.eot);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/re-images/hIEfix.png,sizingMethod=crop);zoom:1;
}

@font-face {
	font-family: "Droid";
	src: url('/re-fonts/droidsans.woff') format('woff'), url('/re-fonts/droidsans.ttf') format('truetype'), url('/re-fonts/droidsans.svg#webfontPWG1Gbw5') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Trade";
	src: url('/re-fonts/tgoth.woff') format('woff'), url('/re-fonts/tgoth.ttf') format('truetype'), url('/re-fonts/tgoth.svg#webfont6loaiY1I') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

