System Setting for Default Font
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2013 09:54 AM
Apologies if this is posted elsewhere, I just can't seem to find an answer.
All of our email notifications are in Times New Roman by default. I would like to change this to Calibri, to match with our internal corporate communications. Does anyone know where the system setting is to change all outbound communications to a particular font and font size?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2014 01:09 AM
Hi Midori,
I believe this is what you are looking for:- Styling Emails?
Also, you can change the font inside the <mail_script> tag in the following way:-
<mail_script>
template.print("< font color='#0099D8' face='Calibri'>" + <something>] + "\n\n< /font>");
</mail_script>
Hope this helps.
Thanks & Regards,
Hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2014 01:43 AM
You could also try changing the system default font in:
sys_properties.list > css.base.font-family
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2014 08:34 AM
Hi,
I have changed our system default font to 'Trebuchet MS' which is the font I want to appear on the emails. I have previewed the email and ti shows in the correct font so hopefully this will transfer to the email when it fire to an inbox.
Thanks,
Emma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2014 06:15 AM
Hi Karl hope you are well, our emails come out in Times and I have checked the sys_properties.list > css.base.font-family and it is set to Ariel?
Emma, did you manage to sort it?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2014 06:32 AM
Hi,
Please can you add this as the first line in your email notification:
<font size="2" face="Arial">
It should allow you control the font, I update Calibri and tested ok in Dublin.
Regards,
Karl