@font-face {
    font-family: 'pingFang Medium';
    src: url('./PingFang Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pingFang Bold';
    src: url('./PingFang Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pingFang Regular';
    src: url('./PingFang Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pingFang Heavy';
    src: url('./PingFang Heavy.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pingFang Light';
    src: url('./PingFang Light.ttf');
    font-weight: normal;
    font-style: normal;
}