We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c4b96 commit 5ebeb7fCopy full SHA for 5ebeb7f
docs/font-inspector.html
@@ -288,6 +288,9 @@ <h1>Free Software</h1>
288
}
289
290
const form = document.forms.demo;
291
+const loadScript = (src) => new Promise((onload) => document.documentElement.append(
292
+ Object.assign(document.createElement('script'), {src, onload})
293
+));
294
async function display(file, name) {
295
form.fontname.innerText = name;
296
const isWoff2 = name.endsWith('.woff2');
0 commit comments