Hi All,
Can someone please help us with an issue where on IE, where fonts are displaying correctly only when we navigate to a page using a web page link. But on refreshing the page you navigate to, the fonts don’t display.
Test page: https://www.aut.ac.nz/test/test-font (Click on “Go to test page 2” > Font loads > refresh test page 2 > Font doesn’t load)
We found this… https://stackoverflow.com/questions/13415073/on-ie-css-font-face-works-only-when-navigating-through-inner-links
saying that one solution is to make sure cache-control is not saying “no-cache”.
We have tried Root Node Specific cache setting but that doesn’t seem to do anything. We still see the response header saying “no-cache”.
We have also tried setting “Send No-Cache Header for File assets?” in the system configuration screen to “No” but that doesn’t seem to do anything either. Likewise response header still says “no-cache”.
Does anyone know of a sure way to resolve this issue? Or how we can set cache-control?
We’re on version 5.4.3.0
Thanks.