0

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 Answers2

1

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.

Scott
  • 4,857
  • 3
  • 22
  • 33
0

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.

Alfred
  • 21,058
  • 61
  • 167
  • 249
  • I think the OP already has icons, they just want to integrate them within the APEX environment – Scott May 14 '18 at 04:09