I’m using TinyMCE as the editor for creating an HTML form for people to be able to send HTML emails.
Everything seems to work absolutely fine so when you submit the form any editing you do sends through, however the default font it’s using is Times and I would much rather it were Ariel.
I’ve created a CSS template for it to use and it’s working within the TinyMCE editor, but when I submit the email it’s defaulting back to Times!
Any ideas how to get it to pass Ariel like it’s showing in the editor?
In this case your font won’t be usable in another context as long as you don’t apply your css there too (see the settings of your email client).