Can I use Chrome to debug why a Truetype font fails to load
I am trying to use a ttf font in a webpage and it is failing. The log tells me it failed to load but not more details (like why). I can use 开发者_如何学Cthe font and Open it on my Mac.
Any ideas on how I might debug the issue (ie find out why the font fails) in Chrome?
The Google Chrome inspector should tell you some information about it, on the Network tab chose the font tab on the bottom and then reload your page.
精彩评论