@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Duployan&family=Noto+Sans+Nushu&family=Noto+Serif+Hentaigana&display=swap');

.f32 td { line-height: 32px; font-size: 24px; }
.hentaigana td {
  font-family: "Noto Serif Hentaigana", 'IBM VGA 8x16', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.nushu td {
  font-family: "Noto Sans Nushu", 'IBM VGA 8x16', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.duployan td {
  font-family: "Noto Sans Duployan", 'IBM VGA 8x16', sans-serif;
  font-weight: 400;
  font-style: normal;
}