@font-face {
    font-family: 'iconfont';
    src: url('../../fonts/iconfont.woff2?t=1665456700580') format('woff2'),
    url('../../fonts/iconfont.woff?t=1665456700580') format('woff'),
    url('../../fonts/iconfont.ttf?t=1665456700580') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'PingFang SC';
    src: url('/static/fonts/PingFang/PingFang SC-Regular.otf') format('opentype'),
    url('/static/fonts/PingFang/PingFang SC-Light.otf') format('opentype'),
    url('/static/fonts/PingFang/PingFang SC-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
*{
    font-family: 'PingFang SC';
}