@charset "UTF-8";
/************* 颜色定义 **************/
/************* 字体定义 **************/
/************* 公用@mimix ***********/


@font-face {
    font-family: "华文彩云";        //自定义字体名称
    src:url("STCAIYUN.ttf");       //字体包路径
    font-weight: normal;
    font-style: normal;
}
/***和下面这个效果一样***/
@font-face {
    font-family: "仿宋_GB2312";        //自定义字体名称
    src:url("GB2312.ttf");       //字体包路径
    font-weight: normal;
    font-style: normal;
}
