*{
    font-family: "SourceHanSansCN-Regular";
}
.richtext strong,.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "SourceHanSansCN-Bold";
    font-weight: normal;
}
.richtext h2{
    font-family: "SourceHanSansCN-Bold";
    font-weight: normal;
}
.richtext *{
	font-family: inherit;
}


@font-face{
       font-family: "SourceHanSansCN-Regular";
       src: local("SourceHanSansCN-Regular"), url("../fonts/SourceHanSansCN-Regular_0.otf") format('truetype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}

@font-face{
    font-family: "SourceHanSansCN-Bold";
    src: local("SourceHanSansCN-Bold"), url("../fonts/SourceHanSansCN-Bold_0.otf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

@font-face{
    font-family: "SourceHanSansCN-Medium";
    src: local("SourceHanSansCN-Medium"), url("../fonts/SourceHanSansCN-Medium_0.otf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "SourceHanSansCN-Heavy";
    src: local("SourceHanSansCN-Heavy"), url("../fonts/SourceHanSansCN-Heavy_0.otf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "SourceHanSansCN-Light";
    src: local("SourceHanSansCN-Light"), url("../fonts/SourceHanSansCN-Light_0.otf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
.regular{
    font-family: "SourceHanSansCN-Regular";
}

.bold,.text-bold{
    font-family: "SourceHanSansCN-Bold";
    font-weight: normal;
}
.heavy{
    font-family: "SourceHanSansCN-Heavy";
    font-weight: normal;
}
.medium{
    font-family: "SourceHanSansCN-Medium";
    font-weight: initial;
}
.light{
    font-family: "SourceHanSansCN-Light";
}












