@font-face {
	font-family: DroidSans;
	src: url('../fonts/droidsans.eot');
	src: url('../fonts/droidsans.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/droidsans.woff') format('woff'),
		 url('../fonts/droidsans.ttf') format('truetype'),
		 url('../fonts/droidsans.svg#droidsans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DroidSansBold;
	src: url('../fonts/droidsansbold.eot');
	src: url('../fonts/droidsansbold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/droidsansbold.woff') format('woff'),
		 url('../fonts/droidsansbold.ttf') format('truetype'),
		 url('../fonts/droidsansbold.svg#droidsansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IconFont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iconfont.woff') format('woff'),
		 url('../fonts/iconfont.ttf') format('truetype'),
		 url('../fonts/iconfont.svg#iconfont') format('svg');
	font-weight: normal;
	font-style: normal;
}