- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2022 05:54 PM
Hi all,
I was just wondering if someone can help me find the version of Font Awesome used in the Rome release? Is it the same as the one used in Quebec? I'd like to find out if someone in my organisation has 'upgraded' our instance.
The only version information I can find is on this article: https://docs.servicenow.com/bundle/rome-employee-service-management/page/product/wsd-reservation-management/task/add-standard-services.html
Thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2022 08:35 PM
Hi Azheaz,
I've just checked Font Awesome version as follows:
- Open ServicePortal page
https://<instance name>.service-now.com/sp - In my web browser, select to view html source of the page
- Search for "awesome" in the html source
In my instance, some thing like "scripts/icon-fonts/font-awesome/css/font-awesome.css?v=<sys_id>" is found - Open a new web browser page and enter the complete url
https://<instance name>.service-now.com/scripts/icon-fonts/font-awesome/css/font-awesome.css?v=<sys_id> - A page is displayed with font awesome information.
In my case, it was as below, so the version is 4.7.0
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2022 08:17 PM
That is also the only direct reference that I can find in the documentation. I can say, however, in an OOB Rome instance version 4.7 works, but version 5 does not.
I hope this helps!
If this was helpful, or correct, please be kind and mark the answer appropriately.
Michael Jones - Proud member of the GlideFast Consulting Team!
Michael D. Jones
Proud member of the GlideFast Consulting Team!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2022 08:35 PM
Hi Azheaz,
I've just checked Font Awesome version as follows:
- Open ServicePortal page
https://<instance name>.service-now.com/sp - In my web browser, select to view html source of the page
- Search for "awesome" in the html source
In my instance, some thing like "scripts/icon-fonts/font-awesome/css/font-awesome.css?v=<sys_id>" is found - Open a new web browser page and enter the complete url
https://<instance name>.service-now.com/scripts/icon-fonts/font-awesome/css/font-awesome.css?v=<sys_id> - A page is displayed with font awesome information.
In my case, it was as below, so the version is 4.7.0
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)