From acdcbca9714a83c187a8dcabc914c8cdbe078f62 Mon Sep 17 00:00:00 2001 From: Satoshi Ebisawa Date: Tue, 22 Oct 2024 08:54:00 +0900 Subject: [PATCH] Fix typo --- prepare-font.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-font.js b/prepare-font.js index ed7d70ff..226c7d2b 100644 --- a/prepare-font.js +++ b/prepare-font.js @@ -35,7 +35,7 @@ const downloadFile = async (url, destination) => { url: `${BLOB_URL}/fonts/${fileName}.woff2`, destination: `./app/fonts/${fileName}.woff2`, })); - fs.copyFile("./vendor/fonts/rosert.ts", "./app/fonts/index.ts"); + fs.copyFile("./vendor/fonts/rosart.ts", "./app/fonts/index.ts"); for (const file of filesToDownload) { try {