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();