@font-face {
  font-family: 'WenDingPLzKai';  /* 定义一个自定义名称 */
  src: url('../fonts/WenDingPLzKai.ttf') format('truetype'); /* 相对路径指向字体文件 */
  font-weight: normal;   /* 字体粗细 */
  font-style: normal;    /* 字体样式 */
}

@font-face {
  font-family: 'simkai';  /* 定义一个自定义名称 */
  src: url('../fonts/simkai.ttf') format('truetype'); /* 相对路径指向字体文件 */
  font-weight: normal;   /* 字体粗细 */
  font-style: normal;    /* 字体样式 */
}

@font-face {
  font-family: 'LXKai';  /* 定义一个自定义名称 */
  src: url('../fonts/LXGWWenKaiGB-Light.ttf') format('truetype'); /* 相对路径指向字体文件 */
  font-weight: normal;   /* 字体粗细 */
  font-style: normal;    /* 字体样式 */
}


.plKaiti {
  font-family: 'WenDingPLzKai';
}

.simkaiti {
  font-family: 'simkai';
}

.LXKaiti {
  font-family: 'LXKai';
}