0
votes

I have been surfing through the sites looking for a way to add my custom css font icons for my own application. I have uploaded the css file in the workspace static files, and put the url in Shared Components\ Themes \ Icons \ Custom Library File URLs.

Please show my how to used my custom css font icons, for I don't want to upload images or so.

2

2 Answers

1
votes

Depends on your version, but Maxime has an example here describing how to import Font APEX library for APEX 5.0

http://max-tremblay.blogspot.com.au/2017/02/using-font-apex-in-apex-50.html

You're chasing attributes in the theme settings.

0
votes

Fonts like Wingdings render letters as a variety of symbols. If you look at some font websites likes dafont, you can see a lot of symbol fonts. Download the font file (ttf) and convert it to woff using some converter tool / websites like convertio. You may refer this stackoverflow question to get an idea about its usage in CSS.

Hope this helps.