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

/* 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-"] {
*/
.icon-weibo, .icon-douban, .icon-renren, .icon-wechat, .icon-qq, .icon-pengyou, .icon-kaixin, .icon-baidu, .icon-qq-weibo, .icon-qzone {
	font-family: 'wlige';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-weibo:before {
	content: "\21";
}
.icon-douban:before {
	content: "\22";
}
.icon-renren:before {
	content: "\23";
}
.icon-wechat:before {
	content: "\24";
}
.icon-qq:before {
	content: "\25";
}
.icon-pengyou:before {
	content: "\26";
}
.icon-kaixin:before {
	content: "\27";
}
.icon-baidu:before {
	content: "\28";
}
.icon-qq-weibo:before {
	content: "\29";
}
.icon-qzone:before {
	content: "\2a";
}
