32 lines
603 B
CSS
32 lines
603 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 3226183 */
|
|
src: url('iconfont.woff2?t=1646623670176') format('woff2'),
|
|
url('iconfont.woff?t=1646623670176') format('woff'),
|
|
url('iconfont.ttf?t=1646623670176') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-duihao:before {
|
|
content: "\eaf1";
|
|
}
|
|
|
|
.icon-guanbi:before {
|
|
content: "\eaf2";
|
|
}
|
|
|
|
.icon-jiahao:before {
|
|
content: "\eaf3";
|
|
}
|
|
|
|
.icon-setup:before {
|
|
content: "\eb80";
|
|
}
|
|
|