]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Close #6002
authorGeremia Taglialatela <tagliala.dev@gmail.com>
Thu, 19 Mar 2015 22:59:25 +0000 (23:59 +0100)
committerDave Gandy <dave@davegandy.com>
Tue, 28 Jul 2015 21:54:16 +0000 (14:54 -0700)
src/get-started.html

index 64551676435a312c056c66bba367b430af7d2060..57a670c9f99c90c4bf76ca12be8ebf8f297fdd4e 100644 (file)
@@ -148,7 +148,18 @@ $ gem install font-awesome-sass
     <p>These validation warnings don't matter in practice since the non-hacky portion of our CSS does fully validate and the hacky portions don't interfere with the proper functioning of the non-hacky portion, hence why we deliberately ignore these particular warnings.</p>
   </section>
 
-  <section class="need-ie7">
+  <section id="ie8-font-face">
+    <h2 class="page-header">Internet Explorer 8 and @font-face</h2>
+    <p>
+      IE8 has some issues with <code>@font-face</code> when combined with <code>:before</code>.
+      Font Awesome uses that combination. If a page is cached, and loaded without the mouse over the window
+      (i.e. hit the refresh button or load something in an iframe) then the page gets rendered before the font loads.
+      Hovering over the page (body) will show some of the icons and hovering over the remaining icons will show those as well.
+      <a href="https://github.com/FortAwesome/Font-Awesome/issues/954">See issue #954</a> for details.
+    </p>
+  </section>
+
+  <section id="need-ie7">
     <h2 class="page-header">Need IE7 Support?</h2>
     <p>
       If you need IE7 support, you have my condolences. Really. Font Awesome {{ site.fontawesome.version }}