/* body { font-family: "font_regular"} */
@font-face {
    font-family: 'font_regular';
    src: url('/fonts/msyh.eot');
    src: url('/fonts/msyh.eot?#iefix') format('embedded-opentype'),
        url('/fonts/msyh.woff2') format('woff2'),
        url('/fonts/msyh.woff') format('woff'),
        url('/fonts/msyh.ttf') format('truetype'),
        url('/fonts/msyh.svg#../fonts/msyh') format('svg');
}

body { font-family: "DeltaSans"}
@font-face {
    font-family: 'DeltaSans';
    src: url('/fonts/DeltaSans-Regular.eot');
    src: url('/fonts/DeltaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/DeltaSans-Regular.woff2') format('woff2'),
        url('/fonts/DeltaSans-Regular.woff') format('woff'),
        url('/fonts/DeltaSans-Regular.ttf') format('truetype'),
        url('/fonts/DeltaSans-Regular.svg#../fonts/msyh') format('svg');
}

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap'); */
body,h1,h2,h3,h4,h5,h6,p,a,li,span{/* font-family: 'Noto Sans SC', sans-serif!important; */font-family: 'DeltaSans', 'Microsoft YaHei', sans-serif!important;}