From 6b37b2fae63a1b7aa33f08399a062d3d005d6a1d Mon Sep 17 00:00:00 2001 From: Shua-github Date: Sun, 29 Dec 2024 21:58:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=AD=97=E4=BD=93=E4=BB=8ESSFangTangT?= =?UTF-8?q?i=E6=9B=BF=E6=8D=A2=E4=B8=BAInter=EF=BC=8C=E4=BB=A5=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=9B=B4=E5=A5=BD=E7=9A=84=E6=96=87=E6=9C=AC=E6=B8=B2?= =?UTF-8?q?=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 27f0f27..2695361 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -96,7 +96,7 @@ function App() { img.width * ratio, img.height * ratio ); - ctx.font = `${fontSize}px YurukaStd, SSFangTangTi`; + ctx.font = `${fontSize}px YurukaStd, Inter`; ctx.miterLimit = 2.5; ctx.save();