/* 定义NotoSerifSC字体 */
@font-face {
  font-family: "NotoSerifSC";
  src: url("https://cos.fscm.tech/foshanplus/font/SourceHanSerifCN-Medium-7000plus.ttf") format("truetype");
  font-weight: 100 400; /* 可变字重范围 */
  font-style: normal;
  font-display: swap; /* 优化字体加载显示 */
}

/* 定义NotoSerifSC字体 */
@font-face {
  font-family: "FangZhengYaSong";
  src: url("https://fsnewsres.foshanplus.com/cms/20251210/710ad963398846bf960eca5235cecb3e.TTF") format("truetype");
  font-weight: 100 400; /* 可变字重范围 */
  font-style: normal;
  font-display: swap; /* 优化字体加载显示 */
}

/*  FZCYSK_FSRB_7000plus.TTF */
/* https://fsnewsres.foshanplus.com/cms/20260520/053a2da792b940d6a2d1e8b232d5bd7b.TTF */
@font-face {
  font-family: "FZCYSK";
  src: url("https://cos.fscm.tech/foshanplus/font/FZCYSK_FSRB_7000plus.TTF") format("truetype");
  font-weight: 100 400; /* 可变字重范围 */
  font-style: normal;
  font-display: swap; /* 优化字体加载显示 */
}

/* SourceHanSerifCN-Bold-7000plus.ttf */
/* https://fsnewsres.foshanplus.com/cms/20260520/f5364604ca73443d861ac2a2f8a2c29b.ttf */
@font-face {
  font-family: "SourceHanSerifCNBold";
  src: url("https://fsnewsres.foshanplus.com/cms/20260520/f5364604ca73443d861ac2a2f8a2c29b.ttf") format("truetype");
  font-weight: 100 400; /* 可变字重范围 */
  font-style: normal;
  font-display: swap; /* 优化字体加载显示 */
}


/* SourceHanSerifCN-Medium-7000plus.ttf */
/* https://fsnewsres.foshanplus.com/cms/20260520/7d6fa94a28904043b215576d725426cf.ttf */
@font-face {
  font-family: "SourceHanSerifCN";
  src: url("https://fsnewsres.foshanplus.com/cms/20260520/7d6fa94a28904043b215576d725426cf.ttf") format("truetype");
  font-weight: 100 400; /* 可变字重范围 */
  font-style: normal;
  font-display: swap; /* 优化字体加载显示 */
}


/* 应用字体到全局 */
* {
  font-family: "NotoSerifSC", serif !important;
}

/* ios app 使用的标题样式 */
.article-title {
  font-family: "FZCYSK", serif!important;
}

.head .title {
  font-family: "FZCYSK", serif !important;
}

