We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf605e commit 9c396ffCopy full SHA for 9c396ff
scripts/fetchFonts.ts
@@ -14,7 +14,7 @@ export default async function main(): Promise<void> {
14
const cssFile = fs.promises.writeFile("public/swiML.css", cssContent);
15
const fontFiles = downloadRelativeUrls(urls, "https://swiml.org", "public");
16
17
- console.log("Fetching JetBrains fonts");
+ console.log("Fetching fonts referenced in swiML.css");
18
await Promise.all([cssFile, fontFiles]);
19
console.log("Downloaded all fonts");
20
}
0 commit comments