Skip to content

Commit 9c396ff

Browse files
hazzeryCopilot
andauthored
Update scripts/fetchFonts.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bbf605e commit 9c396ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetchFonts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default async function main(): Promise<void> {
1414
const cssFile = fs.promises.writeFile("public/swiML.css", cssContent);
1515
const fontFiles = downloadRelativeUrls(urls, "https://swiml.org", "public");
1616

17-
console.log("Fetching JetBrains fonts");
17+
console.log("Fetching fonts referenced in swiML.css");
1818
await Promise.all([cssFile, fontFiles]);
1919
console.log("Downloaded all fonts");
2020
}

0 commit comments

Comments
 (0)