load fonts from forked version

This commit is contained in:
Felix Roos 2022-06-20 22:00:14 +02:00
parent d5938a016c
commit 38b1717fac
3 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@ import fetch from 'node-fetch';
const name = '0000_JCLive';
const js = await fetch(`https://surikov.github.io/webaudiofontdata/sound/${name}_sf2_file.js`).then((res) =>
const js = await fetch(`https://felixroos.github.io/webaudiofontdata/sound/${name}_sf2_file.js`).then((res) =>
res.text(),
);
// console.log(js);