Jacky Zhao
2025-03-13 1efe2e20a4fb2f47625c4a22c9ad87f7830eabf3
quartz/plugins/emitters/componentResources.ts
@@ -234,7 +234,7 @@
        for (const fontFile of fontFiles) {
          const res = await fetch(fontFile.url)
          if (!res.ok) {
            throw new Error(`failed to fetch font ${fontFile.filename}`)
            throw new Error(`Failed to fetch font ${fontFile.filename}`)
          }
          const buf = await res.arrayBuffer()