Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
satococoa committed Oct 21, 2024
1 parent 5b0181d commit acdcbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-font.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit acdcbca

Please sign in to comment.