/*
 * 导出图片使用的中文开源字体。
 * 这里只注册字体，不会在页面加载时下载；
 * 只有导出图片前调用 document.fonts.load() 时才会按需拉取选中的字体。
 */
@font-face {
  font-family: "QMP Export Source Han Sans";
  src: url("source-han-sans/SourceHanSansSC-VF.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "QMP Export HarmonyOS Sans";
  src: url("harmonyos-sans/HarmonyOS_Sans_SC_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "QMP Export HarmonyOS Sans";
  src: url("harmonyos-sans/HarmonyOS_Sans_SC_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "QMP Export Alibaba PuHuiTi";
  src: url("alibaba-puhuiti/AlibabaPuHuiTi-3-55-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "QMP Export Alibaba PuHuiTi";
  src: url("alibaba-puhuiti/AlibabaPuHuiTi-3-75-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
