32 lines
606 B
CSS
32 lines
606 B
CSS
|
@font-face {
|
||
|
font-family: "iconfont"; /* Project id 3446052 */
|
||
|
src: url('iconfont.woff2?t=1656919180579') format('woff2'),
|
||
|
url('iconfont.woff?t=1656919180579') format('woff'),
|
||
|
url('iconfont.ttf?t=1656919180579') format('truetype');
|
||
|
}
|
||
|
|
||
|
.iconfont {
|
||
|
font-family: "iconfont" !important;
|
||
|
font-size: 16px;
|
||
|
font-style: normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.icon-likefill:before {
|
||
|
content: "\e668";
|
||
|
}
|
||
|
|
||
|
.icon-like:before {
|
||
|
content: "\e669";
|
||
|
}
|
||
|
|
||
|
.icon-online:before {
|
||
|
content: "\e647";
|
||
|
}
|
||
|
|
||
|
.icon-hengping:before {
|
||
|
content: "\e63d";
|
||
|
}
|
||
|
|