@font-face {
	font-family: 'WCGlyph';
	src:url('wc-glyph.eot');
	src:url('wc-glyph.woff') format('woff'),
		url('wc-glyph.ttf') format('truetype'),
		url('wc-glyph.eot?#iefix') format('embedded-opentype'),
		url('wc-glyph.svg#WCGlyph') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Add the following classes to your stylesheet if you want to use data attributes for inserting your icons */
.iconb:before, .icona:after {
	font-family: 'WCGlyph';
	content: attr(data-icon);
}