@ font-face block page loading in Chrome

I use @ font-face and my page is blocked at loading when my @ font-face service provider goes down. (All requests slow down significantly bypassing ONLY in the place where the font provider .css file is requested, and this does not happen when the .css service provider loads smoothly)

All I read suggests that this should ONLY happen in IE and only when there is a tag above the css call. However, I ran into this problem in Webkit browsers, and I'm sure that you are invoking the css file before any script tags.

Has anyone else encountered this problem? Do you know what could be causing this or how to mitigate it?

+3
source share
2 answers

, . , CSS . , css . - css/font , .

, cdn, , -.

+2

? fonts.com, yslow http://developer.yahoo.com/yslow/ , , CDN , , javascript, . ,

http://code.google.com/speed/page-speed/docs/rtt.html , , "AvoidCssImport"

,

0

All Articles