Forum Discussion
VarunGrazitti
10 years agoBoss
Did you check this link: http://community.lithium.com/t5/Developers-Knowledge-Base/Email-template-context-objects/ta-p/75924
I am not 100% whether this would work or not.
I am not 100% whether this would work or not.
kandulmadhu
10 years agoAdvisor
Hey Grazitti,
I didn't find anything specific to Custom fonts there but thanx for the link.
Regards,
Madhu
- bhupen10 years agoAdvisor
Hi kandulmadhu Iam not sure whether its correct way or not but yes we can apply custom font on specific email template using style tag. following is the example: you can achive this by using style tag.
<head>
<title>${notification.message.author.login} mentioned you in ${community.title}</title>
<style type="text/css">
body, td { font: 10pt Arial, Helvetica; }
.post-body p { margin:0; }
</style>
</head>- kandulmadhu10 years agoAdvisor
Hi Bhupen,
Applying custom fonts is fine but how to import them?
If you any information on importing custom fonts in email templates, can you please share that?
Thanks in advance.
Regards,
Madhu
- VarunGrazitti10 years agoBossNot feasible unless you host the fonts on a CDN. You can try including custom fonts in your templates from the CDN path.
Related Content
- 3 years ago
- 2 years ago