@font-face {
	font-family: 'cn';
	src:url('../4k-icons-pack01/icons/fonts/cn.eot');
	src:url('../4k-icons-pack01/icons/fonts/cn.eot?#iefix') format('embedded-opentype'),
		url('../4k-icons-pack01/icons/fonts/cn.woff') format('woff'),
		url('../4k-icons-pack01/icons/fonts/cn.ttf') format('truetype'),
		url('../4k-icons-pack01/icons/fonts/cn.svg#oi') 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: 'cn';
	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*="oi-"] {
*/
[class*="cn-"] {
	font-family: 'cn';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
