diff --git a/Troubleshooting.md b/Troubleshooting.md index e92e2e4..1f92c67 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -185,10 +185,10 @@ 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) -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. +Ref: [#3632](https://github.com/FortAwesome/Font-Awesome/issues/3632#issuecomment-71591314) + #### .fa-ul problem If a general css specified `list-style-image` that this image is superimposed on the marker. I propose to add to the definition `.fa-ul` property `list-style-image: none`.