Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

@font-face not working with Internet Explorer + HTTPS + Header Cache-Control / Pragma #359

Closed
gamba opened this issue Feb 25, 2015 · 2 comments

Comments

@gamba
Copy link

gamba commented Feb 25, 2015

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:

<FilesMatch "\.(eot|otf|woff|ttf)$">
   Header unset Cache-Control
   Header unset Pragma
</FilesMatch>

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

@tonifisler
Copy link
Contributor

Thanks, we'll add this notice to the README file in the next update.

@dagnelies
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants