missing fontawesome icons in V9

If you think that something doesn't work in Aware IM post your message here
Post Reply
joben
Posts: 230
Joined: Wed Nov 06, 2019 9:49 pm
Location: Sweden
Contact:

missing fontawesome icons in V9

Post by joben »

These icons don't work in V9 Build 3238:

far fa-clock
far fa-circle
far fa-user

I am wondering if all of the regular icons are broken? All i can see is a rectangle symbol.
They work in older AwareIM that uses the same bundled version of Font Awesome free (5.6.3).

Anyone else experiencing this problem?
Regards, Joakim

Image
Rennur
Posts: 1191
Joined: Thu Mar 01, 2012 5:13 am
Location: Sydney, Australia

Re: missing fontawesome icons in V9

Post by Rennur »

Spelling? fa instead of far?
joben
Posts: 230
Joined: Wed Nov 06, 2019 9:49 pm
Location: Sweden
Contact:

Re: missing fontawesome icons in V9

Post by joben »

Some icons have a ”far” class in Font Awesome 5.x.
fa fa-circle = circle with a fill
far fa-circle = circle that does not have fill

R means ”regular”.

Example: https://fontawesome.com/v5/search?q=circle&o=r&m=free

https://fontawesome.com/v5/icons/circle ... &s=regular
Regards, Joakim

Image
PointsWell
Posts: 1460
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

Re: missing fontawesome icons in V9

Post by PointsWell »

far is marked on the Font Awesome web site as a Pro font. https://fontawesome.com/v5/docs/web/reference-icons/
Screenshot 2023-01-06 at 18.25.47.png
Screenshot 2023-01-06 at 18.25.47.png (49.76 KiB) Viewed 493 times
but on the link that you have included it is marked as a free font https://fontawesome.com/v5/search?q=circle&o=r&m=free

So FA have created some confusion as to what is what.

The aware.css file at /Tomcat/webapps/AwareIM/aware_kendo/resources/css controls this at

Code: Select all

.fa, .fas, .fab {
  font-family: 'Font Awesome 5 Free' !important;
}
.far, .fal, .fad {
  font-family: 'Font Awesome 5 Pro' !important;
}
Move far from the pro to the free group.
joben
Posts: 230
Joined: Wed Nov 06, 2019 9:49 pm
Location: Sweden
Contact:

Re: missing fontawesome icons in V9

Post by joben »

Thanks PointsWell!

This solves the issue. I am updating my documentation to make sure to fix this file after each upgrade.
My experience is that all icons listed on Fontawesome as "version 5.x" and "free" has worked perfectly in AwareIM since I started using it.
So I am very pleased that we can keep using them freely.
Regards, Joakim

Image
Post Reply