@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';
}