@font-face {
	font-family: 'testfont';
	src:url('fonts/testfont.eot?4rr57m');
	src:url('fonts/testfont.eot?4rr57m#iefix') format('embedded-opentype'),
		url('fonts/testfont.ttf?4rr57m') format('truetype'),
		url('fonts/testfont.woff?4rr57m') format('woff'),
		url('fonts/testfont.svg?4rr57m#testfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'testfont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-android:before {
	content: "\e26e";
}

