css-font-rendering
css-font-rendering copied to clipboard
What's the behaviour of connection failure before the timeout?
trafficstars
…or an invalid response before the timeout?
I assume it just falls back?
At least Blink (and I assume WebKit too) will give up. So it should fall back.
+1
Depends on the specified strategy. If "block" is set to infinite (https://github.com/KenjiBaheux/css-font-rendering/issues/11#issuecomment-63159022), then we shouldn't fallback.. otherwise, treat timer as expired and apply the fallback.