@font-face {
    font-family: "思源黑体 cn bold";
    src:  format('opentype');
    font-weight: 700;/* 设置字体的粗细，可以是 normal、bold 或具体的数值如 400、700 等 */
    font-style: normal;/* 设置字体的风格，可以是 normal 或 italic */
}


