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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'MLBaseIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}