System Setting for Default Font

mrichard5689
Kilo Contributor

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?

13 REPLIES 13

harikrish_v
Mega Guru

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


KHDouglas
Giga Expert

You could also try changing the system default font in:



sys_properties.list > css.base.font-family


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


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


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