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 {