/* 古文字体定义 */
/* 字体文件位于 public/fonts/ 目录中 */

/* JX字体 */
@font-face {
  font-family: 'JX';
  src: url('./fonts/JX.subset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JX Full';
  src: url('./fonts/JX.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* jgw字体 */
@font-face {
  font-family: 'jgw';
  src: url('./fonts/jgw.subset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'jgw Full';
  src: url('./fonts/jgw.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* jinwen_B字体 */
@font-face {
  font-family: 'jinwen_B';
  src: url('./fonts/jinwen_B.subset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'jinwen_B Full';
  src: url('./fonts/jinwen_B.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* CWZX字体 */
@font-face {
  font-family: 'CWZX';
  src: url('./fonts/CWZX.subset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CWZX Full';
  src: url('./fonts/CWZX.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* SW字体（说文解字小篆） */
@font-face {
  font-family: 'SW';
  src: url('./fonts/SW.subset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SW Full';
  src: url('./fonts/SW.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 郭店楚简等数据库字体 */
@font-face {
  font-family: 'GX';
  src: url('./fonts/GX.subset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GX Full';
  src: url('./fonts/GX.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 石刻文字体；兼容 shiyu / SHIKEWEN / shikezi 三种数据库值 */
@font-face {
  font-family: 'shiyu';
  src: url('./fonts/shiyu.subset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'shiyu Full';
  src: url('./fonts/shiyu.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
