26 lines
458 B
CSS
26 lines
458 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id */
|
|
src: url('iconfont.ttf?t=1695101560017') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-xiangxiajiantoucuxiao:before {
|
|
content: "\e8c8";
|
|
}
|
|
|
|
.icon-xiangshangjiantoucuxiao:before {
|
|
content: "\e8d8";
|
|
}
|
|
|
|
.icon-hr:before {
|
|
content: "\e60a";
|
|
}
|
|
|