update chinese party font size

This commit is contained in:
Matthew Olker 2024-06-20 12:22:52 -04:00
parent 7a7e944a1c
commit 12fc51a1f2

View File

@ -49,7 +49,7 @@ const fonts = [
),
Object.assign(
new FontFace("pkmnems", "url(./fonts/unifont-15.1.05.otf)", { unicodeRange: [unicodeCJK, unicodeHalfAndFullWidthForms].join(",") }),
{ sizeAdjust: "70%", format: "opentype" }
{ format: "opentype" }
),
];