Hi there guys, The general population of the internet seems to have been against putting custom fonts into emails because until recently the email clients didnt like it that much. Nowadays it seems that most clients can somewhat handle the @fontface and <link> ways of customizing email fonts to a custom webfont. What would be the best way to handle this in Mendix? Just add the HTML <link> through a snippet into the email body? and have seperate templates? I'm fairly new to mendix, and this is my first post. (so i hope that when you use super nerdy language i can understand what youre saying) Happy holidays everyone, http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ https://www.campaignmonitor.com/resources/guides/web-fonts-in-email/
asked
Leon de Kuiper
1 answers
1
If you go for the @import or the <link> option the only thing you would have to do is add those to the HTML before you send the mail. So change the HtmlBody with