_icon.css
1.32 KB
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
@font-face {
font-family: "iconfont";
src: resolve("iconfont.eot?vqs6e2");
src: resolve("iconfont.eot?vqs6e2#iefix") format("embedded-opentype"), resolve("iconfont.ttf?vqs6e2") format("truetype"), resolve("iconfont.woff?vqs6e2") format("woff"), resolve("iconfont.svg?vqs6e2#iconfont") format("svg");
font-weight: normal;
font-style: normal;
}
.icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "iconfont" !important;
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;
}
.icon-bag: before {
content: "\e601";
}
.icon-check: before {
content: "\e603";
}
.icon-yoho-share: before {
content: "\e60a";
}
.icon-close: before {
content: "\e605";
}
.icon-left: before {
content: "\e606";
}
.icon-right: before {
content: "\e607";
}
.icon-search: before {
content: "\e608";
}
.icon-down: before {
content: "\e602";
}
.icon-up: before {
content: "\e617";
}
.icon-delete: before {
content: "\e600";
}
.icon-love: before {
content: "\e604";
}
.icon-love-solid: before {
content: "\e609";
}