From 12fc51a1f28f153f4bac5e9511082628dbcb3499 Mon Sep 17 00:00:00 2001 From: Matthew Olker Date: Thu, 20 Jun 2024 12:22:52 -0400 Subject: [PATCH] update chinese party font size --- src/plugins/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/i18n.ts b/src/plugins/i18n.ts index ed2b0c8dc56..3bcac101465 100644 --- a/src/plugins/i18n.ts +++ b/src/plugins/i18n.ts @@ -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" } ), ];