/* 引入汉仪行楷简 */
@font-face {
  font-family: 'HYXingKai';
  src: url('/font/HanYiXingKaiJian-1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 全局使用 */
body {
  font-family: 'HYXingKai', "Microsoft YaHei", sans-serif !important;
}