Font for Page Header Title

ctu1
Giga Expert

Hi,

is there a way to change the font for the Page Header Title? The Title itself can be customized through System Properties -> System -> "Rightmost portion of the page header and browser title.". Also the font for lists and forms can be set in System Properties -> CSS -> "Font used in forms and lists:". But the Page title? I see there is a property "css.nav_header.font-size" but there is none for "css.nav_header.font-family". There are both for "css.base....". It should be Arial for us, now it seems to be Calibri ...

It's a corporate communication thing, the world will terminate if not changed, you know the game... 😉

3 REPLIES 3

eric_jacobson
Giga Contributor

Have you tried adding the font in System Properties -> System -> "Style for product description next to banner"? It is right under the property that defines the text to appear there.

Add something like:



font-family: arial, sans-serif;


Thanx for your replies guys 🙂 I've had a brief try into the first suggestion, not success 😞 The other one using UI script will definately be checked out tomorrow and I'll update you on how it went.


gaidem
ServiceNow Employee
ServiceNow Employee

You can also customize the title in a UI script. For example, if on a task record I use a UI script to show the task number as the title.