You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Here a bizarre IE bug, so no change in styleguide is needed, nevertheless it would be good to mention it in the documentation.
If IE loads a page over HTTPS with Cache-Control or Pragma headers set, then @font-face will not work (and make IE skip Frutiger and fall back to a default choice).
Disabling cache control on fonts is the simplest way I found to let Frutiger load correctly on HTTPS apps:
Here a bizarre IE bug, so no change in styleguide is needed, nevertheless it would be good to mention it in the documentation.
If IE loads a page over HTTPS with Cache-Control or Pragma headers set, then @font-face will not work (and make IE skip Frutiger and fall back to a default choice).
Disabling cache control on fonts is the simplest way I found to let Frutiger load correctly on HTTPS apps:
Here i found something on a m$ website:
https://connect.microsoft.com/IE/feedbackdetail/view/992569/font-face-not-working-with-internet-explorer-and-http-header-pragma-no-cache
The text was updated successfully, but these errors were encountered: