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?

Spelling? fa instead of far?

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

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

.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.

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.