/* ===== Bundled fonts =====
 *
 * Note: 经典国风雅集行楷.ttf (15 MB), 寒蝉正楷体.ttf (35 MB), and
 * 全新硬笔行书.ttf (2.6 MB) were removed — Chrome's FontFace API
 * rejects them with "Invalid font data in ArrayBuffer", even though
 * the file structure is valid TTF.
 */
@font-face {
  font-family: 'ZitieXiaoZhongShan';
  src: url('../fonts/小重山行楷.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'ZitieZuiHanJiang';
  src: url('../fonts/醉寒江行草.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'ZitieYuHongLiangYingBiXingKai';
  src: url('../fonts/于洪亮硬笔行楷.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'ZitieHanYiTianMaXingKai';
  src: url('../fonts/汉仪天马行楷.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'ZitieYiYeZhiQiuXingKai';
  src: url('../fonts/一叶知秋行楷.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'ZitieMengChangAnXingKai';
  src: url('../fonts/梦长安行楷.ttf') format('truetype');
  font-display: swap;
}
