32 lines
650 B
Stylus
32 lines
650 B
Stylus
@font-face {
|
|
font-family: "iconfont";
|
|
src: url('iconfont/iconfont.woff2') format('woff2'),
|
|
url('iconfont/iconfont.woff') format('woff'),
|
|
url('iconfont/iconfont.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "PangMenZhengDao";
|
|
src: url('font/PangMenZhengDao.ttf')
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "SourceHanSansCN";
|
|
src: url('font/SourceHanSansCN-Normal.otf');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-guanbi:before {
|
|
content: "\e60f";
|
|
}
|
|
|
|
.icon_arrow:before {
|
|
content: '\e601'
|
|
} |