26 lines
449 B
CSS
26 lines
449 B
CSS
@font-face {
|
|
font-family: "imfont"; /* Project id 5108944 */
|
|
src: url('/static/imfont/iconfont.ttf?t=1768272147036') format('truetype');
|
|
}
|
|
|
|
.imfont {
|
|
font-family: "imfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.im-bell_slash:before {
|
|
content: "\e7e5";
|
|
}
|
|
|
|
.im-bell-off:before {
|
|
content: "\e87f";
|
|
}
|
|
|
|
.im-user-plus:before {
|
|
content: "\e9d4";
|
|
}
|
|
|