The number of available icons is very limited. Hence, I need to use external icons such as font-awesome icons. I tried to search the posts here, I can only find this one is related: https://getsatisfaction.com/apperyio/...
However, the post does not answer how to use the icons after importing them. I need to use these icons in buttons, navbar buttons and other page items. How can I do that.
I know that I can background images as an icon by using something like this:
pre[dsid=mobilenavbaritem_29] .ui-icon {
background: url('../../../resources/image/icon-present-small.png') !important;
}/pre
But here I want to use icons and not images. Do I have to download all icons as images and then use the same method above?
Your help is deeply appreciated.