Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julkuh authored Aug 9, 2023
1 parent 1812ce0 commit 66ee6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Font-Awesome Icon Set
This bundle allows you to use Font Awesome Free icons as themes extension in map.apps. All available icons can be seen here: http://fortawesome.github.io/Font-Awesome/icons/
This bundle allows you to use Font Awesome Free icons as themes extension in map.apps. All available icons can be seen in the [font awesome gallery](https://fontawesome.com/search).

After installing the bundle to your map.apps installation and adding it to your app you can use the new icons by adding e.g. “iconClass”:”fa-binoculars” to a tool definition inside the app.json. Or, if you have your own custom theme, you can replace all of the map.apps default icons.

Expand All @@ -11,7 +11,7 @@ https://demos.conterra.de/mapapps/resources/apps/downloads_fontawesome

## :warning: Updating from Font Awesome smaller than 5.0.0 :warning: ##

Font Awesome provides an even larger variation of icons with the 5.0.0 release. Please have a look at [the Font Awesome Documentation](https://fontawesome.com/how-to-use/svg-with-js) for detailed information.
Font Awesome provides an even larger variation of icons with the 5.0.0 release. Please have a look at [the Font Awesome Documentation](https://fontawesome.com/docs) for detailed information.
### In short ###
In case you have used a previous version of the bundle dn_fontawesome it is needed to add a prefix to your icon class otherwise the icons will not appear.
Example: "iconClass": "fa-truck" will become "iconClass": "fas fa-truck". Where "fas" stand for "fontawesome-solid".
Expand Down

0 comments on commit 66ee6d0

Please sign in to comment.