34 lines
534 B
CSS
34 lines
534 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id */
|
|
src: url('iconfont.ttf?t=1638846674983') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-xiangxiajiantou:before {
|
|
content: "\e65e";
|
|
}
|
|
|
|
.icon-duigouzhong:before {
|
|
content: "\e8bf";
|
|
}
|
|
|
|
.icon-fuzhi_o:before {
|
|
content: "\eb4e";
|
|
}
|
|
|
|
.icon-wenhao:before {
|
|
content: "\e647";
|
|
}
|
|
|
|
.icon-inbox:before {
|
|
content: "\e896";
|
|
}
|
|
|