@font-face {
  font-family: "Noto Sans JP";
  src: url("/static/NotoSansJP.woff2") format("woff2-variations");
  font-weight: 100 900;   /* 太さの範囲（100〜900） */
  font-style: normal;
  font-display: swap;     /* 初回チラつき対策。とりあえずこれでOK */
}