/* Cubic 11 — open source CJK 11px pixel font.
 * Source: https://github.com/ACh-K/Cubic-11 (SIL OFL 1.1)
 * 这个文件直接放在 static/ 下，由 docusaurus.config.ts 的 stylesheets 字段
 * 当作 <link> 标签注入，绕开 webpack/cssnano 处理（不然 @font-face 会被丢）。
 */
@font-face {
  font-family: 'Cubic 11';
  src: url('/fonts/Cubic_11.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
