@charset "UTF-8";

@font-face {
    font-family: "Alibaba-PuHuiTi-Regular";
    src: url("Alibaba-PuHuiTi-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
.new-font {
    font-family:"Alibaba-PuHuiTi-Regular" !important;
    -moz-font-smoothing: grayscale;/*抗锯齿渲染 firefox*/
    -osx-font-smoothing: grayscale;/*抗锯齿渲染 ios*/
    -webkit-font-smoothing: antialiased !important;/*抗锯齿渲染 chrome、safari*/
}