/* 华文行楷字体配置 */
@font-face {
  font-family: "华文行楷";
  font-family: "STXingkai";
  src: url("./STXingkai.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* 楷体字体配置 */
@font-face {
  font-family: "楷体";
  font-family: "ktgb2312";
  src: url("./ktgb2312.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}