@font-face {
    font-family: 'Bahnschrift';
    src: url(/static/front/fonts/Bahnschrift.subset.woff) format('woff'), url(/static/front/fonts/Bahnschrift.subset.TTF)
}

@font-face {
    font-family: 'SourceHanSerifCN';
    src: url(/static/front/fonts/SourceHanSerifCN-Regular.subset.woff2) format('woff'), url(/static/front/fonts/SourceHanSerifCN-Regular.subset.otf)
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url(/static/front/fonts/SourceHanSerifCN-Heavy.subset.woff2) format('woff2'), url(/static/front/fonts/SourceHanSerifCN-Heavy.subset.OTF)
}

@font-face {
    font-family: 'iconfont';
    src: url(/static/front/fonts/iconfont.woff) format('woff2'), url(/static/front/fonts/iconfont.ttf);
}

@font-face {
    font-family: 'SOURCEHANSERIFCN-BOLD';
    src: url(/static/front/fonts/SOURCEHANSERIFCN-BOLD.OTF);
}

.bahnschrift {
    font-family: 'Bahnschrift';
}

.shscn {
    font-family: 'SourceHanSerifCN';
}

.shscn-heavy {
    font-family: 'SourceHanSerifCN-Heavy';
}


/* .icon-font {
    font-family: 'SourceHanSerifCN-Heavy';
} */

.iconfont {
    font-family: 'iconfont';
    font-weight: normal;
}

.icon-font {
    font-family: 'SOURCEHANSERIFCN-BOLD';
}<!--ºÄÊ±1756182377.6394Ãë-->