Hey everyone,
Is there a way to change the default fonts in emails and landing pages? I tried adding a style into the head part of the blank email template, but when I created a test email, the font still showed up as Times New Roman.
Unfortunately, the ladies using Marketo don't understand HTML so I'm trying to make updating my email templates easier for them (aka not needing them to to go into the HTML button at all).
In additon to the font-family change, we have a standard line-height and margin-top setting. I'd really like to get them incorporated into my emails and landing pages if possible.
Any one know how to do it???
~Jaime
Solved! Go to Solution.
Hey Jaime- Have them copy their text FIRST into Notepad or TextEdit, a "style deleter" ... If you pass MS word formatted text into Notepad, then it will delete all the style and only paste the text.
As an asside, I don't know how you've written your emails. But I write the styles, not inline on the paragraphs & headings themselves, but into the DIV tag. So I have <div class="mktEditable" id="uniqueid" style="This Div's style formatting">
Then if someone does use Marketo to put in some inline text styles, ie changes the font size, etc. The next time, instead of having to recreate all my styles, I can just delete the inline styles and it reverts back to the <div> 's styling.
Hey Jaime- Have them copy their text FIRST into Notepad or TextEdit, a "style deleter" ... If you pass MS word formatted text into Notepad, then it will delete all the style and only paste the text.
As an asside, I don't know how you've written your emails. But I write the styles, not inline on the paragraphs & headings themselves, but into the DIV tag. So I have <div class="mktEditable" id="uniqueid" style="This Div's style formatting">
Then if someone does use Marketo to put in some inline text styles, ie changes the font size, etc. The next time, instead of having to recreate all my styles, I can just delete the inline styles and it reverts back to the <div> 's styling.