@font-face {
    font-family: 'MaoKenZhuYuan'; /* 这里的名称是你给字体起的名字，用于CSS中引用 */
    src: url('MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf') format('truetype'); /* 路径需要根据你的服务器结构调整 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PingFangMengMeng'; /* 这里的名称是你给字体起的名字，用于CSS中引用 */
    src: url('PingFangMengMeng-2.ttf') format('truetype'); /* 路径需要根据你的服务器结构调整 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'QianTuXiaoTuTi'; /* 这里的名称是你给字体起的名字，用于CSS中引用 */
    src: url('QianTuXiaoTuTi-2.ttf') format('truetype'); /* 路径需要根据你的服务器结构调整 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'XiaoKeNaiLaoTiShangYongMianFei'; /* 这里的名称是你给字体起的名字，用于CSS中引用 */
    src: url('XiaoKeNaiLaoTiShangYongMianFei@QingKeZiTi-2.ttf') format('truetype'); /* 路径需要根据你的服务器结构调整 */
    font-weight: normal;
    font-style: normal;
}

/*引入woff2 字体*/
@font-face {
    font-family: 'XiaoCute';
    src: url('Cute.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
