Change font size across the platform

rcook
Tera Expert

In order to align with the corporate style guide and to make the system more user friendly, I have a requirement to increase the font size across the entire platform. We have been able to set this in email templates, but we now need to do it holistically and I cannot find any system properties that control the font or its size. 

I am hoping that there is an OOB solution to this that I may have just missed.

1 ACCEPTED SOLUTION

SatyakiBose
Mega Sage

Hi @rcook 

Since the release of Fuji, ServiceNow has removed the option to allow end users to alter the size of the font displayed on an instance. The ability to increase and decrease the font size on an instance caused some reflow issues on the Document Object Model (DOM), which in turn would impact the end-user experience.

 

You can read it over here - https://www.servicenow.com/community/now-platform-blog/changing-the-font-size-in-your-instance/ba-p/...

 

However, you can change the fonts for portal.

Here are some resources for you:

 

View solution in original post

2 REPLIES 2

SatyakiBose
Mega Sage

Hi @rcook 

Since the release of Fuji, ServiceNow has removed the option to allow end users to alter the size of the font displayed on an instance. The ability to increase and decrease the font size on an instance caused some reflow issues on the Document Object Model (DOM), which in turn would impact the end-user experience.

 

You can read it over here - https://www.servicenow.com/community/now-platform-blog/changing-the-font-size-in-your-instance/ba-p/...

 

However, you can change the fonts for portal.

Here are some resources for you:

 

Thank you @SatyakiBose