forked from fengluo/qingcheng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
icon.css
91 lines (88 loc) · 1.61 KB
/
icon.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
@font-face {
font-family: 'qingcheng';
src:url('fonts/qingcheng.eot?pk5ey7');
src:url('fonts/qingcheng.eot?#iefixpk5ey7') format('embedded-opentype'),
url('fonts/qingcheng.ttf?pk5ey7') format('truetype'),
url('fonts/qingcheng.woff?pk5ey7') format('woff'),
url('fonts/qingcheng.svg?pk5ey7#qingcheng') format('svg');
font-weight: normal;
font-style: normal;
}
i {
font-family: 'qingcheng';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.qc-icon-weibo:before {
content: "\e600";
}
.qc-icon-quill:before {
content: "\e907";
}
.qc-icon-image:before {
content: "\e90d";
}
.qc-icon-mic:before {
content: "\e91e";
}
.qc-icon-stack:before {
content: "\e92e";
}
.qc-icon-cog:before {
content: "\e994";
}
.qc-icon-bin:before {
content: "\e9ac";
}
.qc-icon-link:before {
content: "\e9cb";
}
.qc-icon-flag:before {
content: "\e9cc";
}
.qc-icon-bookmark:before {
content: "\e9d2";
}
.qc-icon-star-empty:before {
content: "\e9d7";
}
.qc-icon-star-full:before {
content: "\e9d9";
}
.qc-icon-heart:before {
content: "\e9da";
}
.qc-icon-heart-broken:before {
content: "\e9db";
}
.qc-icon-share:before {
content: "\ea7d";
}
.qc-icon-embed:before {
content: "\ea80";
}
.qc-icon-mail:before {
content: "\ea86";
}
.qc-icon-google:before {
content: "\ea87";
}
.qc-icon-facebook:before {
content: "\ea8c";
}
.qc-icon-twitter:before {
content: "\ea91";
}
.qc-icon-feed:before {
content: "\ea94";
}
.qc-icon-github:before {
content: "\eab4";
}