20 lines
466 B
CSS
20 lines
466 B
CSS
|
@font-face {
|
||
|
font-family: "iconfont"; /* Project id 2505219 */
|
||
|
src: url('iconfont.woff2?t=1626686156492') format('woff2'),
|
||
|
url('iconfont.woff?t=1626686156492') format('woff'),
|
||
|
url('iconfont.ttf?t=1626686156492') format('truetype');
|
||
|
}
|
||
|
|
||
|
.iconfont {
|
||
|
font-family: "iconfont" !important;
|
||
|
font-size: 16px;
|
||
|
font-style: normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.iconlaba:before {
|
||
|
content: "\e600";
|
||
|
}
|
||
|
|