From 06d957ec98b0b8e99f32cb89a5531ea3e371dbb2 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Mon, 14 Apr 2014 13:55:28 -0700 Subject: [PATCH] This behavior is reproduced when neither woff nor eot variants are served to IE. --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index bb44988..36b3643 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -72,7 +72,7 @@ FontAwesome is not compatible with [ie7-js](https://code.google.com/p/ie7-js/). #### Get TTF/OTF fonts working in IE9+ -While [some browsers](http://caniuse.com/ttf) support the TTF/OTF formats as webfonts, Internet Explorer generates an error unless the font is set to Installable Embedding mode. +While [some browsers](http://caniuse.com/ttf) support the TTF/OTF formats as webfonts, Internet Explorer generates an error unless the font is set to Installable Embedding mode. This behavior is reproduced when neither `.woff` nor `.eot` variants are served to IE. (more info on [#2517](https://github.com/FortAwesome/Font-Awesome/issues/2517))