Mozza
Mozza
Unless I'm misunderstanding - it looks like youngunix is right, using firefox's Network tab and loading the site, there's the odd request header that is showing: `Mozilla/5.0 (Windows NT 10.0;...
looks like a typo, the request goes to https://unpkg.com/[email protected]/fonts//Digital.flf which returns 404, swap the // between "fonts" and Font name for a / and the request goes through fine
> > looks like a typo, the request goes to https://unpkg.com/[email protected]/fonts//Digital.flf which returns 404, swap the // between "fonts" and Font name for a / and the request goes through...