@font-face {
	font-family: 'Gadgets';
	src:url('fonts/Gadgets.eot');
	src:url('fonts/Gadgets.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gadgets.woff') format('woff'),
		url('fonts/Gadgets.ttf') format('truetype'),
		url('fonts/Gadgets.svg#Gadgets') format('svg');
	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: 'Gadgets';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-gadgets"] {
*/
.icon-gadgetssignup, .icon-gadgetsstar, .icon-gadgetspaperclip, .icon-gadgetseye {
	font-family: 'Gadgets';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-gadgetssignup:before {
	content: "\e000";
}
.icon-gadgetsstar:before {
	content: "\e001";
}
.icon-gadgetspaperclip:before {
	content: "\e002";
}
.icon-gadgetseye:before {
	content: "\e003";
}
