angular-editor
angular-editor copied to clipboard
Support for Font Awesome in offline mode?
Is there a way to locally host the Font Awesome files? When running on a disconnected box, none of the icons display because it is trying to pull them from netdna.bootstrapcdn.com.
Thanks! I think, that we may use own svg icons.
This may be related to the other issue for customizable toolbar which may enable looser coupling with frontawesome and bootstrap.
Another issue with download Font Awesome from https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/ is that it may not work when it's not being specified in Content Security Policy.
Would be nice to have an option to skip loading Font Awesome as they might be loaded separately.
so has this been done or not?
Would be great to remove this dep and use local svg icons instead.
Would be great if icons could be customized too.
Is there any news for this problem? thanks
Is there any news for this problem? thanks
Looks like no news so far, unfortunately.
Thanks! I think, that we may use own svg icons.
Hi, how can we use SVG instead of default font awesome icons? Can you post with an example?