-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathiconfont.css
More file actions
55 lines (43 loc) · 877 Bytes
/
iconfont.css
File metadata and controls
55 lines (43 loc) · 877 Bytes
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
@font-face {
font-family: "iconfont"; /* Project id 5032989 */
src: url('iconfont.woff2?t=1759104954321') format('woff2'),
url('iconfont.woff?t=1759104954321') format('woff'),
url('iconfont.ttf?t=1759104954321') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-zhuye:before {
content: "\e71f";
}
.icon-shezhi:before {
content: "\e63a";
}
.icon-shipinzhibo:before {
content: "\e621";
}
.icon-lishi:before {
content: "\e61e";
}
.icon-jiexi:before {
content: "\e614";
}
.icon-shoucang:before {
content: "\e6c4";
}
.icon-ceshi:before {
content: "\efb1";
}
.icon-dianbo:before {
content: "\e770";
}
.icon-zhuye1:before {
content: "\e697";
}
.icon-shugui:before {
content: "\e71e";
}