@font-face {
	font-family: "icons";
	src: url('./icons.eot?0.8969717139726276');
	src: url('./icons.eot?0.8969717139726276#iefix') format('eot'),
		url('./icons.woff2?0.8969717139726276') format('woff2'),
		url('./icons.woff?0.8969717139726276') format('woff'),
		url('./icons.ttf?0.8969717139726276') format('truetype'),
		url('./icons.svg?0.8969717139726276#icons') format('svg');
}

.icon:before {
	font-family: "icons";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}


.icon-book:before {
	content: "\E001";
}

.icon-category:before {
	content: "\E002";
}

.icon-close:before {
	content: "\E003";
}

.icon-down:before {
	content: "\E004";
}

.icon-email:before {
	content: "\E005";
}

.icon-github:before {
	content: "\E006";
}

.icon-link:before {
	content: "\E007";
}

.icon-list:before {
	content: "\E008";
}

.icon-tag:before {
	content: "\E009";
}

.icon-twitter:before {
	content: "\E00A";
}

.icon-zhihu:before {
	content: "\E00B";
}
