32 lines
608 B
CSS
32 lines
608 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 3317614 */
|
|
src: url('iconfont.woff2?t=1649638105995') format('woff2'),
|
|
url('iconfont.woff?t=1649638105995') format('woff'),
|
|
url('iconfont.ttf?t=1649638105995') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-dianzan:before {
|
|
content: "\e652";
|
|
}
|
|
|
|
.icon-shoucang:before {
|
|
content: "\e655";
|
|
}
|
|
|
|
.icon-tuisong:before {
|
|
content: "\e656";
|
|
}
|
|
|
|
.icon-xihuan:before {
|
|
content: "\e657";
|
|
}
|
|
|