From e98a42df468da54c482be9b64e0b30d29d688f53 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Tue, 26 Aug 2014 01:19:34 -0700 Subject: [PATCH] wordpress --- Troubleshooting.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 66cf222..6ed1b23 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -92,6 +92,16 @@ FontAwesome is not compatible with [ie7-js](https://code.google.com/p/ie7-js/). (more info on [#2171](https://github.com/FortAwesome/Font-Awesome/issues/2821)) +#### Stack icons inside Wordpress posts + +Wordpress automatically adds a `
` tag at the end of the line and this will break icon stacks. Please put your html in one line or add to your stylesheet: + +```css +.fa-stack br { display: none } +``` +(more info on [#4212](https://github.com/FortAwesome/Font-Awesome/issues/4212)) + + #### 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. This behavior is reproduced when neither `.woff` nor `.eot` variants are served to IE.