From aa18d4d4d59085a509425021b519d55fbe69289f Mon Sep 17 00:00:00 2001 From: Carlos Figueiredo Date: Tue, 6 May 2014 10:34:39 -0700 Subject: [PATCH] Added workaround to get FontAwesome 4.0.3 working on IE8. --- Troubleshooting.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 36b3643..f06e1a7 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -8,6 +8,15 @@ #### Are you/your customers using Adblock Plus? If "Remove Social Media Buttons" option is enabled, you will miss some brand icons. Refers to [#1799]( https://github.com/FortAwesome/Font-Awesome/issues/1799) +#### Are you using IE8? +If you are using IE8, it's necessary to add the html5.js script like: +```css + +``` +That work around was used even for Font-Awesome 3.2.1 homepage, but works also for Font-Awesome 4.0.3. Refers to [#2324](https://github.com/FortAwesome/Font-Awesome/issues/2324#issuecomment-42333148) + #### Phonegap / Android (icons in Heading tags) Icons doesn't show up in tags with `text-rendering: optimizeLegibility`. According to your Font Awesome version, please add to your stylesheets: ```css