Page 1 of 1

fontawesome editor

Posted: Tue Nov 15, 2022 2:20 am
by KingSparta
I was playing with a menu today that also had "fontawesome" icons in it.

it seems I can never find a bunch of icons on one set that I would like to use. is there a program I can use to copy the fonts I want onto one bunch so WYCSIWYG can use it?

Re: fontawesome editor

Posted: Tue Nov 15, 2022 3:13 am
by crispy68
In WB18, you can create your own collection of icons from the different icon fonts available. Think of it sort of like a collection of your favorites or most used icons.

Re: fontawesome editor

Posted: Tue Nov 15, 2022 7:14 am
by Pablo
See also:
https://www.wysiwygwebbuilder.com/forum ... 15#p478841

But you can also create your own icon font libraries with third party tools, like
https://fontello.com/
https://fontastic.me/

Re: fontawesome editor

Posted: Tue Nov 15, 2022 4:15 pm
by KingSparta
crispy68 wrote: Tue Nov 15, 2022 3:13 am In WB18, you can create your own collection of icons from the different icon fonts available. Think of it sort of like a collection of your favorites or most used icons.
I made a list of the ICOns and downloaded them; now, what do I do with them? I found nothing in the help files.

Re: fontawesome editor

Posted: Tue Nov 15, 2022 4:24 pm
by Pablo
Please see "Adding custom icon fonts"
https://www.wysiwygwebbuilder.com/iconfonts.html

This is also documented in the help.

Re: fontawesome editor

Posted: Tue Nov 15, 2022 5:28 pm
by crispy68
Keep in mind you just can't download icons in .svg format and expect them to work. You have to convert them into an iconfont and then create a .json file to use in WB. Then you can place them into the icon library folder in WB to be used in WB itself.

Re: fontawesome editor

Posted: Tue Nov 15, 2022 5:57 pm
by KingSparta
crispy68 wrote: Tue Nov 15, 2022 5:28 pm Keep in mind you just can't download icons in .svg format and expect them to work. You have to convert them into an iconfont and then create a .json file to use in WB. Then you can place them into the icon library folder in WB to be used in WB itself.
What can I use to do that?

Re: fontawesome editor

Posted: Tue Nov 15, 2022 6:54 pm
by crispy68
See the links Pablo suggested or take a look at icomoon.io app to generate font files. You will need to create the .json file on your own.

Re: fontawesome editor

Posted: Tue Nov 15, 2022 8:08 pm
by KingSparta
I will have to do some reading, including whatever a ".json file" is.