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.
Best way to ensure most up to date icon set is available?
-
I’m trying to make use of FontAwesome icons from the latest available. Specifically, I’d like to use
fa-palette
, however, it would appear it’s not available. I tried opening the static file and adding a unicode line for the icon, but that doesn’t work. I also tried adding theclass
in hopes that something was just “hidden” somewhere. That didn’t work either. I really don’t want to bulk the up by re-importing from CDN or otherwise, but I’m ok with replacing what exists.So, to summarize, I need a way to, at all times, be able (“recompiling” if necessary) to have the latest and greatest icons available.