Include own font in email HTML notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 03:25 AM
Hello Experts,
How do I include my own FONT (we have got the installation) to include for only HTML contents like Email as currently we do not have the font choice with Email Notifications . How to include this style step by step any guidance or instructions be helpful
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 03:35 AM
Hi @Nisha30
No , not possible mate.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 03:47 AM
Hello @Nisha30
Test this procedure out thoroughly in a subprod instance before applying this change to a production instance.
In this example, the font-family is set to helvetica and the font-size to 10.
1. Go to System Notification > Email > Layouts
2. Click New
Name: name of your choice
Advanced: check this checkbox
Layout:
<span style="font-family: helvetica; font-size: 10pt;">
${notification:body}
</span>
3. Click Submit.
4. You can apply the new email layout to any existing email templates.
Or, if you aren't using email templates for your notifications, add one:
5. Go to System Policy > Email > Templates
6. Click New.
Name: name of your choice
Email layout: name of the email layout you created above.
7. Click Submit.
8. Apply the new template to any notifications you want to use this font family and size for. You can do this in bulk from list view:
a. Select the notifications you want to apply this template to.
b. From the context menu for any of the column headers, select Update Selected.
c. In the What it will contain section, select the template in the Email Template field.
d. Click Update.
After these changes, emails sent by notifications whose template is associated with the email layout should reflect the font-family and size provided in the email layout.
you may want to see-
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0783405
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,
CB