28 lines
561 B
CSS
28 lines
561 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 3288638 */
|
|
src: url('iconfont.woff2?t=1648612866190') format('woff2'),
|
|
url('iconfont.woff?t=1648612866190') format('woff'),
|
|
url('iconfont.ttf?t=1648612866190') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-baoyang:before {
|
|
content: "\e7ee";
|
|
}
|
|
|
|
.icon-weixiu:before {
|
|
content: "\e7f2";
|
|
}
|
|
|
|
.icon-xunjian:before {
|
|
content: "\e614";
|
|
}
|
|
|