/* @font-face {
  font-family: 'My Times New Roman';
  src: url('/tinymce/fonts/TimesNewRoman/timesnewroman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'My Kai Ti';
  src: url('/tinymce/fonts/KaiTi/kaiti.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'My Song Ti';
  src: url('/tinymce/fonts/SongTi/songti.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PinyinFont';
  src: local('PingFang SC'), local('Microsoft YaHei'), local('SimHei');
  unicode-range: U+00C0-024F; /* 覆盖所有带声调的拉丁字母 */
}