internet explorer - Serving google fonts with webfont loader not working on ie11 -


i trying load font google fonts using webfontloader.

it works on browsers ie 11 + microsoft edge.

the problem: first time font loaded, not shown. in page there 2 iframes. on first loading, first iframe not loaded, second loading fine

but when hit refresh, both iframes load correctly

this has made me think has caching - file not loaded first time.

from read here : icon fonts not loading in ie11 , other places understand issue ie not loading files no-cache flag.

various answers on web claim solved removing 'no-cache' flag server or setting "cache-control "max-age=3600"" flag.

the problem not serving files myself, loaded dynamically using webfont-loader directly google fonts, , cannot change these flags.

i unable host them myself because product considerations, can serve files google fonts (also enjoy benefits of caching other browsers).


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -