36 lines
647 B
CSS
36 lines
647 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 2823647 */
|
|
src: url('iconfont.woff2?t=1632043193027') format('woff2'),
|
|
url('iconfont.woff?t=1632043193027') format('woff'),
|
|
url('iconfont.ttf?t=1632043193027') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-switch:before {
|
|
content: "\e65b";
|
|
}
|
|
|
|
.icon-user:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-stop:before {
|
|
content: "\e60d";
|
|
}
|
|
|
|
.icon-message:before {
|
|
content: "\e632";
|
|
}
|
|
|
|
.icon-setting:before {
|
|
content: "\e696";
|
|
}
|
|
|