39 lines
651 B
CSS
39 lines
651 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4921806 */
|
|
src: url('iconfont.woff?t=1748312335696') format('woff'),
|
|
url('iconfont.ttf?t=1748312335696') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-yuyueh:before {
|
|
content: "\e60d";
|
|
}
|
|
|
|
.icon-yuyue:before {
|
|
content: "\e606";
|
|
}
|
|
|
|
.icon-qunzutaozhuang:before {
|
|
content: "\eac9";
|
|
}
|
|
|
|
.icon-jia:before {
|
|
content: "\e6a9";
|
|
}
|
|
|
|
.icon-RectangleCopy:before {
|
|
content: "\e6a2";
|
|
}
|
|
|
|
.icon-RectangleCopy1:before {
|
|
content: "\e6a4";
|
|
}
|
|
|