iconfont.css
890 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
@font-face {
font-family: "iconfont"; /* Project id 2631077 */
src: url('iconfont.woff2?t=1624519749738') format('woff2'),
url('iconfont.woff?t=1624519749738') format('woff'),
url('iconfont.ttf?t=1624519749738') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-store"], [class*="icon-store"] {
font-family:"iconfont" !important;
/* 以下内容参照第三方图标库本身的规则 */
font-size: 18px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-store-blocks:before {
content: "\e600";
}
.icon-store-malls:before {
content: "\e601";
}
.icon-store-floors:before {
content: "\e602";
}
.icon-store-stores:before {
content: "\e603";
}