32 lines
692 B
CSS
32 lines
692 B
CSS
@font-face {
|
|
font-family: "startMessageIconFont"; /* Project id 4906634 */
|
|
src: url('iconfont.woff2?t=1745672562595') format('woff2'),
|
|
url('iconfont.woff?t=1745672562595') format('woff'),
|
|
url('iconfont.ttf?t=1745672562595') format('truetype');
|
|
}
|
|
|
|
.startMessageIconFont {
|
|
font-family: "startMessageIconFont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.startMessageerror-fill:before {
|
|
content: "\e839";
|
|
}
|
|
|
|
.startMessageinfo-fill:before {
|
|
content: "\e83d";
|
|
}
|
|
|
|
.startMessagesuccess-fill:before {
|
|
content: "\e842";
|
|
}
|
|
|
|
.startMessageuser-defined-fill:before {
|
|
content: "\e871";
|
|
}
|
|
|