27 lines
581 B
CSS
27 lines
581 B
CSS
|
|
@font-face {
|
||
|
|
font-family: 'iconfont'; /* Project id 3112541 */
|
||
|
|
src: url('iconfont.woff2?t=1640939015921') format('woff2'),
|
||
|
|
url('iconfont.woff?t=1640939015921') format('woff'),
|
||
|
|
url('iconfont.ttf?t=1640939015921') format('truetype');
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconfont {
|
||
|
|
font-family: 'iconfont' !important;
|
||
|
|
font-size: 16px;
|
||
|
|
font-style: normal;
|
||
|
|
-webkit-font-smoothing: antialiased;
|
||
|
|
-moz-osx-font-smoothing: grayscale;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-quanxian:before {
|
||
|
|
content: '\e658';
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-setting:before {
|
||
|
|
content: '\e659';
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-home:before {
|
||
|
|
content: '\e65a';
|
||
|
|
}
|