/* 自托管网页字体。由 scripts/build_fonts.py 生成，不要手改。
 *
 * 为什么要自托管：站上原来用的 Songti SC / Snell Roundhand / Didot / Noteworthy
 * 全是 macOS 独有的字体，Windows 上一个都没有。甲方多半用 Windows。
 *
 * 每个文件都只包含本站实际用到的字（子集化），所以体积很小。
 * 内容更新后出现新字，重跑 python3 scripts/build_fonts.py 即可。
 */

/* 思源宋体 Noto Serif SC · SIL OFL 1.1 · 186 KB */
@font-face{
  font-family:'noto-serif-sc';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/official-site/fonts/noto-serif-sc-400.woff2') format('woff2');
}

/* 思源宋体 Noto Serif SC · SIL OFL 1.1 · 192 KB */
@font-face{
  font-family:'noto-serif-sc';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/official-site/fonts/noto-serif-sc-700.woff2') format('woff2');
}

/* Mrs Saint Delafield · SIL OFL 1.1 · 12 KB */
@font-face{
  font-family:'mrs-saint-delafield';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/official-site/fonts/mrs-saint-delafield-400.woff2') format('woff2');
}

/* Bodoni Moda · SIL OFL 1.1 · 13 KB */
@font-face{
  font-family:'bodoni-moda';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/official-site/fonts/bodoni-moda-400.woff2') format('woff2');
}

/* 霞鹜文楷 · SIL OFL —— 只给 --hand 这几处小字用，按字裁剪 */
@font-face{
  font-family:'lxgw-hand';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/official-site/fonts/lxgw-hand-400.woff2') format('woff2');
}
