diff --git a/web/debugger.js b/web/debugger.js index 1d5571007..5bc6bdf95 100644 --- a/web/debugger.js +++ b/web/debugger.js @@ -117,7 +117,7 @@ const FontInspector = (function FontInspectorClosure() { download.href = url[1]; } else if (fontObj.data) { download.href = URL.createObjectURL( - new Blob([fontObj.data], { type: fontObj.mimeType }) + new Blob([fontObj.data], { type: fontObj.mimetype }) ); } download.textContent = "Download";