diff --git a/Troubleshooting.md b/Troubleshooting.md index 1f92c67..dfa4747 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -185,7 +185,7 @@ You also need to be sure that the font files are in your project's "Resources" f #### Fonts not showing up in Phonegap application (Android and Windows Phone) -Try to remove all occurrences of `?v=4.2.0` from the `@font-face` property in the `font-awesome.css` file. +Try to remove all occurrences of `?v=4.x.y` from the `@font-face` property in the `font-awesome.css` file. Ref: [#3632](https://github.com/FortAwesome/Font-Awesome/issues/3632#issuecomment-71591314)