@font-face {
	font-family: 'Entypo';
	src: url('../fonts/Entypo.eot');
	src: url('../fonts/Entypo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Entypo.svg#Entypo') 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: 'Entypo';
	content: attr(data-icon);
	speak: none;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'Entypo';
	font-style: normal;
	speak: none;
}
.icon-fast-forward:before {
	content: "\0023";
}
.icon-fast-backward:before {
	content: "\0024";
}
