@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(../font/DroidSans.woff) format('woff');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(../font/DroidSans-Bold.woff) format('woff');
}

*/

/*
* openSans fonts
*	Light
*	Light italic
*	Regular
*	Italic
*	Semibold
*	Bold
*
*/

@font-face{
	font-family:'OpenSans';
	src: url(../font/OpenSans-Regular-webfont.woff);
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'OpenSansLight';
	src: url(../font/OpenSans-Light-webfont.woff);
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'OpenSansBold';
	src: url(../font/OpenSans-Bold-webfont.woff);
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'OpenSansItalic';
	src: url(../font/OpenSans-Italic-webfont.woff);
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'OpenSansSemiBold';
	src: url(../font/OpenSans-Semibold-webfont.woff);
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'OpenSansLightItalic';
	src: url(../font/OpenSans-LightItalic-webfont.woff);
	font-weight:normal;
	font-style:normal;
}




