19 lines
576 B
CSS
19 lines
576 B
CSS
|
@font-face {
|
||
|
font-family: "iconlihai";
|
||
|
/* Project id 4057568 */
|
||
|
src: url('//at.alicdn.com/t/c/font_4057568_ebzei8v5onu.woff2?t=1683613050891') format('woff2'),
|
||
|
url('//at.alicdn.com/t/c/font_4057568_ebzei8v5onu.woff?t=1683613050891') format('woff'),
|
||
|
url('//at.alicdn.com/t/c/font_4057568_ebzei8v5onu.ttf?t=1683613050891') format('truetype');
|
||
|
}
|
||
|
|
||
|
.iconlihai {
|
||
|
font-family: "iconlihai" !important;
|
||
|
font-size: 16px;
|
||
|
font-style: normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.lihai-gengduo:before {
|
||
|
content: "\e624";
|
||
|
}
|