PointsWell eagles9999 wroteMy 5.8.2 download includes light... [attachment=0]Screen Shot 2019-05-27 at 3.51.50 pm.png[/attachment] So did mine I was comparing with the free version. Spent all day testing this and I'm a bit stupid now.
PointsWell fal has been omitted from aware.css You need to modify aware.css (until Vlad updates) .fa, .fas, .far, .fal { font-family: 'Font Awesome 5 Pro' !important; This should be at the top of aware.css
rbross eagles9999 wroteDelete everything in folder AwareIM/fontawesome-free-5.6.3-web Copy all the folders and files from your Fontawesome 5 Pro into AwareIM/fontawesome-free-5.6.3-web Edit AwareIM\aware_kendo\resources\css\aware.css and change the Free near the top to Pro. All good. everything seems to work for me Did all this Mark and changed one of my edit fonts from fa fa-edit to fas fa-edit also tried far fa-edit and no icons are displaying! Added what Pointwell suggested: .fa, .fas, .far, .fal { font-family: 'Font Awesome 5 Pro' !important; What silly step did I miss???
BLOMASKY PointsWell wrote Also, if you go the route of adding a line to startup.html don't forget to update all the previewXXX.html files - otherwise you won't be able to see your font awesome icons in the config tool Where are these PreviewXXX files and how do you update them? Thanks Bruce
rbross Not sure what he is talking about I did what Mark did, cleared my cache and I see fa5 pro fonts in the config tool.
BLOMASKY I just installed the latest build (gives me zero supress in shortcuts) and I guess Vlad changed the CSS since it now works with Light, Reguar and Solid. Bruce
rbross BLOMASKY wrotePointsWell wrote Also, if you go the route of adding a line to startup.html don't forget to update all the previewXXX.html files - otherwise you won't be able to see your font awesome icons in the config tool Where are these PreviewXXX files and how do you update them? Thanks Bruce Bruce, not sure what previewxxx files he is referring to I did what Mark did refresh my cache and I can see FA5 pro fonts in the config tool.
PointsWell rbross wroteBLOMASKY wrotePointsWell wrote Also, if you go the route of adding a line to startup.html don't forget to update all the previewXXX.html files - otherwise you won't be able to see your font awesome icons in the config tool Where are these PreviewXXX files and how do you update them? Thanks Bruce Bruce, not sure what previewxxx files he is referring to I did what Mark did refresh my cache and I can see FA5 pro fonts in the config tool. There are 3 Previewxxx.html in Tomcat/webapps/AwareIM folder previewform.html, previewquery.html, previewperspective.html. These seem to be used when you preview forms inside the configuration. I work with a remote server and a local configurator, if I make changes to startup (like add a new css location) but don't change the preview file then the configurator doesn't show the changes. Your mileage may differ. If you've updated to the latest build it should have been fixed (see change log).
customaware They are in webapps/AwareIM folder Bruce. I did not need to update them when replacing the Free version with the Pro version.