From 6df189c49ac5a3cd752cd760805cfbda5b22c9de Mon Sep 17 00:00:00 2001 From: Jon Maim Date: Tue, 3 Feb 2015 16:45:19 +0530 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index ac40e0e..ced02f8 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -126,4 +126,10 @@ Under you should at least see an "Item 0" key. If it doesn't have a value, doubl For every additional font you can click the "+" button next to any of the items (visible when the item is selected) to add a new row. -You also need to be sure that the font files are in your project's "Resources" folder. I believe support is limited to .otf and .ttf. \ No newline at end of file +You also need to be sure that the font files are in your project's "Resources" folder. I believe support is limited to .otf and .ttf. + +#### Fonts not showing up in Phonegap application (Android and Windows Phone) + +https://github.com/FortAwesome/Font-Awesome/issues/3632#issuecomment-72075216 + +Try to remove all occurrences of `?v=4.2.0` from the `@font-face` property in the `font-awesome.css` file. \ No newline at end of file