Adding gilroy font in the notifications

Deepika54
Tera Contributor

Hello Team,

 

I wanted to check if there is way to incorporate a font called gilroy in the message html of ServiceNow Notifications.

 

Normally it gives us the option to choose arial, georgia,helvetica etc.

 

I have tried updating the system property 'glide.ui.html.editor.v4.font.collection' and added the value Gilroy=Gilroy at the end but no help. Can anyone please help

2 ACCEPTED SOLUTIONS

Siddhesh Jadhav
Kilo Sage

 

Hi @Deepika54 ,

 

To add the Gilroy font to the message HTML editor in ServiceNow Notifications, you can use the system property:

 

SiddheshJadhav_0-1750867130856.png

 

SiddheshJadhav_1-1750867293434.png

---

Key Points to Note:

1. Editor Font List vs. Rendering Font
This system property only adds the font to the TinyMCE editor dropdown. It lets users select the font while editing HTML content but does not ensure it will render in emails unless certain conditions are met.

2. Gilroy is not a web-safe font
Gilroy is a custom/commercial font and won’t render in email clients unless:

It's installed on the recipient's machine, or
You embed or host it via a public font server.

 

Thanks and regards,
Siddhesh Jadhav
Please mark this reply as helpful and accept the solution if it resolves your query.

 

View solution in original post

Hi @Deepika54,

 

No worries at all — happy to help!

Please refer to the attached images for guidance on using 'Segoe UI'.


If this helps resolve your question, kindly mark my response as Accepted and Helpful.

 

Thanks, and regards,
Siddhesh Jadhav

 

SiddheshJadhav_1-1750953266189.png

 

SiddheshJadhav_2-1750953393874.pngSiddheshJadhav_3-1750953414133.png

 

View solution in original post

5 REPLIES 5

Siddhesh Jadhav
Kilo Sage

 

Hi @Deepika54 ,

 

To add the Gilroy font to the message HTML editor in ServiceNow Notifications, you can use the system property:

 

SiddheshJadhav_0-1750867130856.png

 

SiddheshJadhav_1-1750867293434.png

---

Key Points to Note:

1. Editor Font List vs. Rendering Font
This system property only adds the font to the TinyMCE editor dropdown. It lets users select the font while editing HTML content but does not ensure it will render in emails unless certain conditions are met.

2. Gilroy is not a web-safe font
Gilroy is a custom/commercial font and won’t render in email clients unless:

It's installed on the recipient's machine, or
You embed or host it via a public font server.

 

Thanks and regards,
Siddhesh Jadhav
Please mark this reply as helpful and accept the solution if it resolves your query.

 

Hi Sid. Thanks so much.

 

Also so u are suggesting that we should advise client not to use gilroy because of the complications as you have mentioned and go with OOB like arial

Hi @Deepika54,

 

You're welcome!

Yes, that’s correct — due to the limited support for custom fonts like Gilroy in email clients, it’s generally best to advise clients to use standard, web-safe fonts such as Arial, Helvetica, Georgia, etc., especially for email notifications.

 

Hello @Siddhesh Jadhav ,

 

Sorry to keep bothering u again. My client wants to use 'Segoe UI'. Can you please advise what needs to be added in the system property for that to appear.