/* 思源黑体 可变字体（替换原来所有多文件字体） */
@font-face {
  font-family: 'Source Han Sans CN';
  src: url('/themes/fonts/SourceHanSansSC-VF.otf.woff2') format('woff2-variations');
  font-weight: 100 900;  /* 支持所有粗细 */
  font-style: normal;
  font-display: swap;    /* 优化网页加载速度 */
}