typekit / webfontloader

Web Font Loader gives you added control when using linked fonts via @font-face.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to compile js without minification code?

retyui opened this issue · comments

I need to debug strange bag, but the minified code prevents me from doing this
Can you explain how to compile the assembly?

My bag:

Default I try load this font Black+Han+Sans:400,400i,700,700i

As you can see on the Network panel, the font is loaded very quickly. But the webfontloader waits for the timeout and calls the method inactive

screnshot:

image

If I set window.FontFace = undefined;
Loading works as it should
image