Find the version of Font Awesome used

azheaz
Tera Contributor

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.

1 ACCEPTED SOLUTION

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi Azheaz,

I've just checked Font Awesome version as follows:

  1. Open ServicePortal page
    https://<instance name>.service-now.com/sp
  2. In my web browser, select to view html source of the page
  3. 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
  4. 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>
  5. 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)

 

View solution in original post

2 REPLIES 2

Michael Jones -
Giga Sage

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. 

find_real_file.png

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!

I hope this helps!
Michael D. Jones
Proud member of the GlideFast Consulting Team!

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi Azheaz,

I've just checked Font Awesome version as follows:

  1. Open ServicePortal page
    https://<instance name>.service-now.com/sp
  2. In my web browser, select to view html source of the page
  3. 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
  4. 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>
  5. 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)