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

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -