diff --git a/src/get-started.html b/src/get-started.html index 645516764..57a670c9f 100644 --- a/src/get-started.html +++ b/src/get-started.html @@ -148,7 +148,18 @@ $ gem install font-awesome-sass

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.

-
+
+ +

+ IE8 has some issues with @font-face when combined with :before. + 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. + See issue #954 for details. +

+
+ +

If you need IE7 support, you have my condolences. Really. Font Awesome {{ site.fontawesome.version }}