- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 08:19 AM
Hello SN Community,
The requirement is to change the font style and size in the Compose Email pop-out to our company standard of Arial 12pt.
I've tried changing our Email Client Templates, but the change does not stick - it reverts back to the Verdana 8pt. See screenshot below.
Any thoughts?
TIA!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 09:27 AM
Hi @Maria20 ,
Hope you are oidng great.
- Navigate to the System UI --> "Email Client Templates" module. Open the template that corresponds to the Compose Email pop-out.
- Add the following HTML code to set the font style to Arial and font size to 12pt.
<style>
body {
font-family: Arial, sans-serif;
font-size: 12pt;
}
</style>
- save it
Regards,
Riya Verma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 10:52 AM
Thank-you so much for your responses.....both very helpful but the code in Riya's post worked.
Maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Riya Verma / @Joe Wong
I have a requirement where i have to use Outfit font in the email and size 11 . both aren't present in snow.
Can you help me to incorporate the same.
