Email newsletter and web fonts

I’m creating a HTML email. Is it possible to use web fonts (such as Google web fonts or TypeKit) or do I have to stick web safe fonts?

Thanks

Mark


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I would not count on external resources from an e-mail reader. Definitely not if it loads from a JavaScript loader. You might be able to load css from a URL, but seriously I would ensure that you had a good set of fallbacks in the font-family attribute. There are even e-mail readers that will not execute “head” CSS, requiring you to use inline CSS for everything. That would mean that each paragraph or whatever that loaded a Web font would have to do it all over again – huge waste of your time and the reader’s.

Walter

On Mar 21, 2013, at 12:38 PM, Mark wrote:

I’m creating a HTML email. Is it possible to use web fonts (such as Google web fonts or TypeKit) or do I have to stick web safe fonts?

Thanks

Mark


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter

Thought as much. Thanks for confirming.

Mark


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options