28 lines
558 B
CSS
28 lines
558 B
CSS
|
|
@font-face {
|
||
|
|
font-family: "iconfont"; /* Project id 2541463 */
|
||
|
|
src: url('iconfont.woff2?t=1620725070961') format('woff2'),
|
||
|
|
url('iconfont.woff?t=1620725070961') format('woff'),
|
||
|
|
url('iconfont.ttf?t=1620725070961') format('truetype');
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconfont {
|
||
|
|
font-family: "iconfont" !important;
|
||
|
|
font-size: 16px;
|
||
|
|
font-style: normal;
|
||
|
|
-webkit-font-smoothing: antialiased;
|
||
|
|
-moz-osx-font-smoothing: grayscale;
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconzu16:before {
|
||
|
|
content: "\e611";
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconshishigailan:before {
|
||
|
|
content: "\e60f";
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconyuce:before {
|
||
|
|
content: "\e610";
|
||
|
|
}
|
||
|
|
|