27 lines
561 B
CSS
27 lines
561 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 3725111 */
|
|
src: url("iconfont.woff2?t=1666579652662") format("woff2"),
|
|
url("iconfont.woff?t=1666579652662") format("woff"),
|
|
url("iconfont.ttf?t=1666579652662") format("truetype");
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-bofang_o:before {
|
|
content: "\eb5e";
|
|
}
|
|
|
|
.icon-zanting_o:before {
|
|
content: "\eb6c";
|
|
}
|
|
|
|
.icon-quanping_o:before {
|
|
content: "\eb99";
|
|
}
|