Generic version number in "Fonts not showing up in Phonegap application (Android and Windows Phone)"

Geremia Taglialatela 2016-04-17 15:25:23 +02:00
parent b5625ef6a4
commit b7da92de67

@ -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)