@font-face {
    font-family: 'lishu';
    src: url('../font/CTLiShuSJ.eot');
    src: url('../font/CTLiShuSJ.eot?#iefix') format('embedded-opentype'),
    url('../font/CTLiShuSJ.woff2') format('woff2'),
    url('../font/CTLiShuSJ.woff') format('woff'),
    url('../font/CTLiShuSJ.ttf') format('truetype'),
    url('../font/CTLiShuSJ.svg#CTLiShuSJ') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*使用选择器指定字体*/
.lishu{
    font-family: 'lishu'!important;
}