From 9086b9c3cac1d184f32398d447d3b7ba80012b2f Mon Sep 17 00:00:00 2001 From: Jiang-Red <79574799+Jiang-Red@users.noreply.github.com> Date: Fri, 13 May 2022 13:09:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA=E5=B0=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#225)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/font/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/font/main.go b/plugin/font/main.go index be46ffc4..93ea0262 100644 --- a/plugin/font/main.go +++ b/plugin/font/main.go @@ -29,6 +29,7 @@ func init() { case "用Consolas体": fnt = text.ConsolasFontFile case "用苹方体": + fallthrough default: fnt = text.FontFile }