@font-face {
    font-family: 'yuweij';
    src: url('../font/yuweij.ttf') format('truetype');
}
@font-face {
    font-family: 'fangzheng';
    src: url('../font/fangzheng.ttf') format('truetype');
}
@font-face {
    font-family: '71MKSD2';
    src: url('../font/71MKSD2.ttf') format('truetype');
}
.css-font{
    font-family: 'yuweij';
}
.css-font-fangzheng{
    font-family: 'fangzheng';
}
.css-font-71MKSD2{
    font-family: '71MKSD2';
}