/* 定义字体 */
@font-face {
    font-family: 'XINFont';
    src: url('xin.eot'); /* 兼容IE9 */
    src: url('xin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('xin.woff') format('woff'), /* 现代浏览器 */
            url('xin.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 可选：优化字体加载时的显示 */
}

@font-face {
    font-family: 'FANGKUFont';

    src: url('fangku.eot'); /* 兼容IE9 */
    src: url('fangku.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('fangku.woff') format('woff'), /* 现代浏览器 */
            url('fangku.ttf') format('truetype'); /* Safari, Android, iOS */

            
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 可选：优化字体加载时的显示 */
}



/* 应用字体 */
.xin-font {
    font-family: 'XINFont', sans-serif;
}
.fangku-font {
    font-family: 'FANGKUFont', sans-serif;
}
