From b7da92de67c179e58e1dcf9427aa416a91924a3a Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sun, 17 Apr 2016 15:25:23 +0200 Subject: [PATCH] Generic version number in "Fonts not showing up in Phonegap application (Android and Windows Phone)" --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)