
@font-face {
    font-family: "Microsoft-YaHei-Semibold";        //自定义字体名称
    src:url("Microsoft-YaHei-Semibold.ttf");       //字体包路径
    font-weight: normal;
    font-style: normal;
}
