20 lines
373 B
CSS
20 lines
373 B
CSS
@font-face {
|
|
font-family: "ZhiNian"; /* Project id 4988933 */
|
|
src: url("iconfont.ttf?t=1753966564544") format("truetype");
|
|
}
|
|
|
|
.ZhiNian {
|
|
font-family: "ZhiNian" !important;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.iconyoujiantou:before {
|
|
content: "\e678";
|
|
}
|
|
|
|
.iconshizhong:before {
|
|
content: "\e600";
|
|
}
|