It just puts up a “NetworkError: A network error occurred.” error and doesn’t start.
The reason is this:
await document.fonts.load(`14px ${font_family}`)
Since this isn’t actually necessary for page functionality, it would be better wrapped in a try { … } catch {}, or just with .catch(() => {}) appended.My bizarre workaround is a user stylesheet to remove the offending font:
:root {
--glkote-mono-family: monospace;
}
Honestly, I’m a little surprised it took five years to find something that actually broke completely from this.I was inspired and went on to play one of the games listed on IFDB tagged “short” and “recommended for beginners”. (Suveh Nux).
Also super fun and satisfying to beat!