21 lines
402 B
CSS
21 lines
402 B
CSS
@font-face {
|
|
font-family: "iconfont";
|
|
/* Project id */
|
|
src: url('iconfont.ttf?t=1709170909101') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-xianshiyincang:before {
|
|
content: "\e619";
|
|
}
|
|
|
|
.icon-xianshiyincang1:before {
|
|
content: "\e699";
|
|
} |