Discussions
Changing Font on workflow's email
I have workflow that is sending e-mail to customers. It's body contains some HTML code but when i try to apply <style> </style> on start of code it just wont accept it.
Im getting something like this
http://prntscr.com/dgnabk
And css is not applying at all. It should be just:
http://prntscr.com/dgnaj7
And CSS should apply.
My css code which is on start of body:
<style>
p, span, td, div{
font-size: 10.5pt !important;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
}
</style>
Any suggestion would be great! Thanks in advance