/* Local subset font built by build-font-subset.mjs */
/* If the woff2 file is absent (local dev), the browser falls through to
   the stack defined in style.css: PingFang SC, Hiragino Sans GB, Microsoft Yahei, sans-serif */
@font-face {
  font-family: "LXGW WenKai Subset";
  src: local("LXGW WenKai"), local("霞鹜文楷"),
       url("/assets/fonts/lxgw-wenkai-regular.subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
