26 lines
456 B
Plaintext
26 lines
456 B
Plaintext
@font-face {
|
|
font-family: "iconfont"; /* Project id */
|
|
src: url('iconfont.ttf?t=1673860464573') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-weiwancheng-:before {
|
|
content: "\e613";
|
|
}
|
|
|
|
.icon-yiwancheng-:before {
|
|
content: "\e614";
|
|
}
|
|
|
|
.icon-a-renwuqingdanliebiao:before {
|
|
content: "\e6b5";
|
|
}
|
|
|