@font-face {
    font-family: 'MainFont';
    src: url('../font/XiaolaiSC-Regular.woff2') format('woff2'),
         url('../font/XiaolaiSC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CodeFont';
    src: url('../font/Cubic_11.woff2') format('woff2'),
         url('../font/Cubic_11.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitleFont';
    src: url('../font/YuWeiShuFaYunMoFanTi-2.woff2') format('woff2'),
         url('../font/YuWeiShuFaYunMoFanTi-2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.logo-title-font{
    font-family: CodeFont;
}