Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Font Awesome Pro 5
-
Hoping someone could point me in the right direction.
Having the darnest time attempting to swap the Tabbar icons in the Kitchen sample with FontAwesome Pro ‘fal’ assets. Need to prefix the icons with ‘fal’ as opposed to the default ‘fa’ returned by the framework. has anyone had any success with this?
Thanks!
-
This is actually a bug that has been fixed in Onsen UI but not released yet (https://github.com/OnsenUI/OnsenUI/pull/2595). There should be a release with the fix in a week or so.
If you need the fix right now then clone Onsen UI from GitHub and build it locally. There are instructions here: https://github.com/OnsenUI/OnsenUI/blob/master/CONTRIBUTING.md#development-setup. Once it’s built you can use
npm link
to use the local version of Onsen UI in your project.I hope this helps resolve your problem. If you get stuck please let us know.