Question
Infosys
IN
Last activity: 21 Apr 2017 2:52 EDT
How to use font awesome fonts and icons in pega?
Hi,
We have a requirement to use font awesome icons in our application, please let me know how can i do it.
Thanks,
Vidyasagar
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Virtusa IT Consulting
AE
I don't see pxfontawesome in 7.1.8 either. As per the video you have to download font awesome tool kit which will include following files.
CSS files:
font-awesome.css
font-awesome.min.css
Fonts files:
fontawesome-webfont.eot
fontawesome-webfont.svg
fontawesome-webfont.ttf
fontawesome-webfont.woff
FontAwesome.otf
All files except .css files should be uploaded to Rule-File-Binary which will store these files in /webwb directory on server.
You could upload the font-awesome.css file in a text file rule instance with file type as .css and add the same css file in your application skin rule.
Pegasystems Inc.
IN
Refer the related post, it speaks about the same.
https://community.pega.com/video-library/implementing-icons-fonts-pega-applications
Pegasystems Inc.
IN
Hi I'm currently working in PRPC v7.2.
I'm trying to use Font Awesome icons, but i did not find any CSS rule pxfontawesome. Please help me.
Pegasystems Inc.
IN
Hello!
I found this Help Topic which could shed some light for you: Icon Fonts
Does this help you?
Regards,
Pegasystems Inc.
IN
Hi,
I had seen py-icons, but i want to use Font Awesome icons only. Is there any way to do that ?
Are the Font Awesome icon rules which are mentioned in below post had been removed in 7.2 ?
https://community.pega.com/video-library/implementing-icons-fonts-pega-applications
Accepted Solution
Virtusa IT Consulting
AE
I don't see pxfontawesome in 7.1.8 either. As per the video you have to download font awesome tool kit which will include following files.
CSS files:
font-awesome.css
font-awesome.min.css
Fonts files:
fontawesome-webfont.eot
fontawesome-webfont.svg
fontawesome-webfont.ttf
fontawesome-webfont.woff
FontAwesome.otf
All files except .css files should be uploaded to Rule-File-Binary which will store these files in /webwb directory on server.
You could upload the font-awesome.css file in a text file rule instance with file type as .css and add the same css file in your application skin rule.
Pegasystems Inc.
IN
Hi baigh,
It works, Thanks very much for the help!
-
Harish Dega