40 lines
691 B
CSS
40 lines
691 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 2894474 */
|
|
src: url('iconfont.woff2?t=1680857472498') format('woff2'),
|
|
url('iconfont.woff?t=1680857472498') format('woff'),
|
|
url('iconfont.ttf?t=1680857472498') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-tag:before {
|
|
content: "\e715";
|
|
}
|
|
|
|
.icon-logout:before {
|
|
content: "\e636";
|
|
}
|
|
|
|
.icon-user:before {
|
|
content: "\e682";
|
|
}
|
|
|
|
.icon-xiaoxi:before {
|
|
content: "\e61f";
|
|
}
|
|
|
|
.icon-chenggong:before {
|
|
content: "\e60d";
|
|
}
|
|
|
|
.icon-xiala:before {
|
|
content: "\e635";
|
|
}
|
|
|