SlideShare una empresa de Scribd logo
1 de 46
Typography.
// Creative typography in email
Beyond the Envelope™@Paul_Airy
I Type.
Beyond the Envelope™@Paul_Airy
Why HTML?
Beyond the Envelope™@Paul_Airy
// First 100 emails received in
November
Think recipient.
20 Only 20% html type within body
100 emails
Beyond the Envelope™@Paul_Airy
Think recipient.
What would you expect as a recipient?
Beyond the Envelope™@Paul_Airy
// Something to read
(it’s the least you can expect!)
HTML text is clear and crisp,
even when enlarged
// A way to interact
(clear and obvious)
Text Links, Bullet-Proof
Buttons.
// A smooth experience
HTML text loads quickly and
uses less data.
// No hurdles
No clicking to view the email
content.
The essential ingredients.
// Text Links
Beyond the Envelope™@Paul_Airy
What can HTML deliver?
// Pre-header (useful in iOS)
// Navigation (marketing emails)
// Title / Heading
// Subheadings
// Body copy
// Call to action
Where do we start?
Beyond the Envelope™@Paul_Airy
Layout. Type. Color.
Beyond the Envelope™@Paul_Airy
Layout. Type. Color.
Consider.
// Layout (managing space within a grid)
// Type (obviously)
// Color (not just the hex stuff!)
Beyond the Envelope™@Paul_Airy
Layout.
Beyond the Envelope™@Paul_Airy
// The <table> is our friend
Layout.
Beyond the Envelope™@Paul_Airy
Layout.
// Create thumbnails sketches
// Consider what each <table> will contain
// Consider what each <td> will contain
// One element per <td>
// One element per <table> in some cases
// Single or multi-column?
// Responsive?
Beyond the Envelope™@Paul_Airy
Layout.
// Create a wireframe from your sketch
// Construct using <table>, <tr> and
<td>
Beyond the Envelope™@Paul_Airy
Beyond the Envelope™@Paul_Airy
Create better experiences for
your subscribers.
GO RESPONSIVE
Nearly half of opens occur on
mobile devices. It’s time to get
responsive in your design.
Type & Typography.
Beyond the Envelope™@Paul_Airy
Type & Typography.
// Standard & Web Fonts
// Heading (or Display Font) Styling
// Bodycopy Styling
// Typographic Color
// Special Characters, Symbols & Ligatures
Beyond the Envelope™@Paul_Airy
style="font-family: helvetica, arial,
font-size: 13px; font-weight: normal;
sans-serif;
line-height:
18px; color: #333333;"
// Standard fonts are safe
// Limited choice
// Force you to use images to brand emails
// Consider styled alt tags where this is necessary
Standard Fonts.
Beyond the Envelope™@Paul_Airy
Web Fonts.
// Is email just playing catchup with the
web?
// Are web fonts good for email?
// Let’s look at the pro’s and con’s
Beyond the Envelope™@Paul_Airy
Web Fonts – Pros.
// ‘Theming’ your email becomes a reality
// Adds personality
Beyond the Envelope™@Paul_Airy
Web Fonts – Cons.
// Not really good for brands
// Support is sporadic
// ‘Management’ of fallbacks is time consuming
Beyond the Envelope™@Paul_Airy
Web Fonts.
// Use @font-face or @import to display ‘Google’ fonts
// Limited email client support
// Web fonts can work well with a good fallback
// Apple devices offer best support
// Test, test, test!
style="font-family: ‘GillSansMTStandard-Light’,
arial, sans-serif; font-size: 13px; font-weight:
helvetica,
normal;
line-height: 18px; color: #333333;"
Beyond the Envelope™@Paul_Airy
Web Fonts. Fallback.
// Choosing a good fallback is all important
// Be guided by the x-height of the typeface
// Consider the typeface characteristics
// Test, test, test!
x
Istok Web
Typography.
Arial
Beyond the Envelope™@Paul_Airy
The X-Height.
// X-height varies from typeface to typeface
// The length of the word is affected by the x-height
X-Height
Baseline
Cap Height
Beyond the Envelope™@Paul_Airy
Beyond the Envelope™@Paul_Airy
Various inboxes render your
fonts + fallback fonts differently.
PREVIEW NOW
Preview your emails before each
send to guarantee your font
styles looks great —everywhere,
every time.
Heading (Display) Styling.
style="font-family: ‘GillSansMTStandard-Light’, helvetica, arial,
font-size: 13px; font-weight: normal;sans-serif;
line-height: 18px; color: #333333;"
// Good opportunity to use web fonts
// If you do, ensure you have a fallback in the font-stack
// Keep headings relationally positioned to other text
// Use <table> to space as well as line-height
// Test, test, test!
Beyond the Envelope™@Paul_Airy
Bodycopy Styling.
// Use standard fonts
// Work up from 13px or 14px (iOS and user-friendly)
// Line-Height = Font-Size + 5px (and above)
// Allow enough <td> height for variations in rendering
style="font-family: helvetica, arial,
normal;
sans-serif;
line-height:font-size: 13px; font-weight:
18px; color: #333333;"
Beyond the Envelope™@Paul_Airy
Bodycopy Styling.
style="font-family: helvetica, arial,
normal;
sans-serif;
line-height:font-size: 13px; font-weight:
18px; color: #333333;"
// Be careful with <p> tags
// Style text with paragraphs using <span>
// Style the text within the <a> links too
// Check for typeface rendering within links
// Use <td> to space as well as line-height
Beyond the Envelope™@Paul_Airy
Special Characters.
&#42; *
// Special characters are best coded using entities
// Support of entity names is reasonable
// Support of entity codes is more reliable
Beyond the Envelope™@Paul_Airy
Special Characters.
* ’ £ $ – ½
// Asterisk &#42; *
// Apostrophies &#8217; ’
// Currency &#163; £ &#36; $
// En Dash &#8211; –
// One Half Fraction &#189; ½
Beyond the Envelope™@Paul_Airy
Ligatures.
flfiff
// Ligatures are available as entities
// Only available in Arial
// Particularly useful on Fl, Fi and FF
Beyond the Envelope™@Paul_Airy
Beyond the Envelope™@Paul_Airy
No longer are we tied to Times
New Roman and Arial.
CHECK IT OUT
Web fonts are just scratching the
surface of what is possible. Pick
up more handy typography tips
in our guide.
Color.
Beyond the Envelope™@Paul_Airy
Typographic Color.
#000000;
// Typographic color is NOT about red, blue, green etc.
// It describes the use of a variety of sizes and weights
// Makes for an interesting email, even in black
// Ensure contrast is strong against the background
Beyond the Envelope™@Paul_Airy
Beyond the Envelope™@Paul_Airy
8% of the male population is
color blind.
RUN A QUICK TEST
Contrast can increase
readability. Run your emails
through a color blind filter to
increase your accessibility.
Links & Buttons.
Beyond the Envelope™@Paul_Airy
Links & Buttons.
// Developing text links using inline CSS styling
// ‘Bullet-Proof’ buttons
// Restyling ‘blue links’ in iOS
// Disappearing font syndrome
Beyond the Envelope™@Paul_Airy
Text Links.
// Style within <a> tag
// Font-Family and Font-Size
// Font-Weight
// Text-Decoration
// Color
Beyond the Envelope™@Paul_Airy
&#9658;
Bullet-Proof Buttons.
// 44px high table cell
// Centre text within table cell
// Add padding around the text to enlarge clickable area
Beyond the Envelope™@Paul_Airy
Beyond the Envelope™@Paul_Airy
Dive a bit deeper. Become an
expert on bulletproof buttons.
LEARN MORE
Restyling Blue Links.
// Dates
// Addresses
// Telephone Numbers
// Number Strings (e.g. order references)
.iOSLinks a {color: #333333 !important; text-decoration: underline;}
<span class="iOSLinks">07962 177 477</span>
Beyond the Envelope™@Paul_Airy
Beyond the Envelope™@Paul_Airy
There are various strategies for
styling blue links.
SEE FOR YOURSELF
We did an in-depth analysis
on a few popular methods,
and found there is one
solution better than the rest.
Images.
Beyond the Envelope™@Paul_Airy
Images.
// Images sell
// Image based emails take less time to build
// Develop code snippets for re-use
// Create matching comp files in Photoshop
Beyond the Envelope™@Paul_Airy
Beyond the Envelope™@Paul_Airy
Various inboxes automatically
block images.
TEST YOUR IMAGES
Use ALT text to guarantee
your emails are functional in
every inbox.
Resources
// Web Fonts Elliot Ross
http://www.emaildesignreview.com/html-email-coding/
web-fonts-in-email-1482/
// Blue Links Lauren Smith
https://litmus.com/blog/update-banning-blue-links-on-ios-devices
// Styled Alt Tags Justine Jordan
https://litmus.com/blog/the-ultimate-guide-to-styled-alt-text-in-email
// Ligatures
http://www.amp-what.com/unicode/search/latin%20ligature
Beyond the Envelope™@Paul_Airy
Beyond the Envelope™@Paul_Airy
Test your emails to ensure your
typography functions across
inboxes.
GET TESTING

Más contenido relacionado

Destacado

Outsourcing Partners: Business Profile
Outsourcing Partners: Business ProfileOutsourcing Partners: Business Profile
Outsourcing Partners: Business ProfileOutsourcingPartners
 
TheLadders Top Recruiter List: Top 200 Agency Recruiters for Q2 2014
TheLadders Top Recruiter List: Top 200 Agency Recruiters for Q2 2014TheLadders Top Recruiter List: Top 200 Agency Recruiters for Q2 2014
TheLadders Top Recruiter List: Top 200 Agency Recruiters for Q2 2014TheLadders
 
Finn-Power E Brake
Finn-Power E BrakeFinn-Power E Brake
Finn-Power E Brakeguest0193a9
 
Recruitment training course
Recruitment training courseRecruitment training course
Recruitment training courseKelly James
 
Trabajo concreto santanita
Trabajo concreto santanitaTrabajo concreto santanita
Trabajo concreto santanitaRosangela Torres
 
EL CONCILIO DEL PAPA JUAN- MICHAEL DAVIES
EL CONCILIO DEL PAPA JUAN- MICHAEL DAVIESEL CONCILIO DEL PAPA JUAN- MICHAEL DAVIES
EL CONCILIO DEL PAPA JUAN- MICHAEL DAVIESBRIAN MOORE
 
TC Future Leader Program Session 4
TC Future Leader Program Session 4TC Future Leader Program Session 4
TC Future Leader Program Session 4Touchstone Crystal
 
green day
green day green day
green day Toño Hu
 
TC Future Leader Program Session 3
TC Future Leader Program Session 3TC Future Leader Program Session 3
TC Future Leader Program Session 3Touchstone Crystal
 

Destacado (16)

Sitp publica
Sitp publicaSitp publica
Sitp publica
 
Revista 2013
Revista 2013Revista 2013
Revista 2013
 
Jenoptik "Industrial Metrology"
Jenoptik "Industrial Metrology" Jenoptik "Industrial Metrology"
Jenoptik "Industrial Metrology"
 
Cultura de japón ii
Cultura de japón iiCultura de japón ii
Cultura de japón ii
 
Portafolio MineGains Marketing Digital Ecuador 2013
Portafolio MineGains Marketing Digital Ecuador 2013Portafolio MineGains Marketing Digital Ecuador 2013
Portafolio MineGains Marketing Digital Ecuador 2013
 
Concepto es deducible de renta indemnizaciones laborales 2014
Concepto es deducible de renta indemnizaciones laborales 2014Concepto es deducible de renta indemnizaciones laborales 2014
Concepto es deducible de renta indemnizaciones laborales 2014
 
Outsourcing Partners: Business Profile
Outsourcing Partners: Business ProfileOutsourcing Partners: Business Profile
Outsourcing Partners: Business Profile
 
Feedfood 44
Feedfood 44Feedfood 44
Feedfood 44
 
TheLadders Top Recruiter List: Top 200 Agency Recruiters for Q2 2014
TheLadders Top Recruiter List: Top 200 Agency Recruiters for Q2 2014TheLadders Top Recruiter List: Top 200 Agency Recruiters for Q2 2014
TheLadders Top Recruiter List: Top 200 Agency Recruiters for Q2 2014
 
Finn-Power E Brake
Finn-Power E BrakeFinn-Power E Brake
Finn-Power E Brake
 
Recruitment training course
Recruitment training courseRecruitment training course
Recruitment training course
 
Trabajo concreto santanita
Trabajo concreto santanitaTrabajo concreto santanita
Trabajo concreto santanita
 
EL CONCILIO DEL PAPA JUAN- MICHAEL DAVIES
EL CONCILIO DEL PAPA JUAN- MICHAEL DAVIESEL CONCILIO DEL PAPA JUAN- MICHAEL DAVIES
EL CONCILIO DEL PAPA JUAN- MICHAEL DAVIES
 
TC Future Leader Program Session 4
TC Future Leader Program Session 4TC Future Leader Program Session 4
TC Future Leader Program Session 4
 
green day
green day green day
green day
 
TC Future Leader Program Session 3
TC Future Leader Program Session 3TC Future Leader Program Session 3
TC Future Leader Program Session 3
 

Más de Litmus

Litmus Live 2018 Workshop: Reinvent Your Email Workflow
Litmus Live 2018 Workshop: Reinvent Your Email WorkflowLitmus Live 2018 Workshop: Reinvent Your Email Workflow
Litmus Live 2018 Workshop: Reinvent Your Email WorkflowLitmus
 
The Trends Transforming the Email Service Provider Landscape
The Trends Transforming the Email Service Provider LandscapeThe Trends Transforming the Email Service Provider Landscape
The Trends Transforming the Email Service Provider LandscapeLitmus
 
Engaging Users with High-Performance Design
Engaging Users with High-Performance DesignEngaging Users with High-Performance Design
Engaging Users with High-Performance DesignLitmus
 
Litmus Live 2018: Reinvent Your Email Workflow
Litmus Live 2018: Reinvent Your Email WorkflowLitmus Live 2018: Reinvent Your Email Workflow
Litmus Live 2018: Reinvent Your Email WorkflowLitmus
 
Email Workflows that Work: 5 Trends to Help You Build Better Emails Faster
Email Workflows that Work: 5 Trends to Help You Build Better Emails FasterEmail Workflows that Work: 5 Trends to Help You Build Better Emails Faster
Email Workflows that Work: 5 Trends to Help You Build Better Emails FasterLitmus
 
The State of Email in 2018: 5 Insights from the Litmus Marketing Team
The State of Email in 2018: 5 Insights from the Litmus Marketing TeamThe State of Email in 2018: 5 Insights from the Litmus Marketing Team
The State of Email in 2018: 5 Insights from the Litmus Marketing TeamLitmus
 
The Best of the 2017 State of Email Survey Research Series
The Best of the 2017 State of Email Survey Research SeriesThe Best of the 2017 State of Email Survey Research Series
The Best of the 2017 State of Email Survey Research SeriesLitmus
 
5 Embarrassing Subject Line Mistakes to Avoid
5 Embarrassing Subject Line Mistakes to Avoid5 Embarrassing Subject Line Mistakes to Avoid
5 Embarrassing Subject Line Mistakes to AvoidLitmus
 
Email Tactics Customers Hate and Why Marketers Continue to Use Them
Email Tactics Customers Hate and Why Marketers Continue to Use ThemEmail Tactics Customers Hate and Why Marketers Continue to Use Them
Email Tactics Customers Hate and Why Marketers Continue to Use ThemLitmus
 
Email Marketing Kickoff for 2018
Email Marketing Kickoff for 2018Email Marketing Kickoff for 2018
Email Marketing Kickoff for 2018Litmus
 
The Top 5 Opportunities for Improving Your Email Creative
The Top 5 Opportunities for Improving Your Email CreativeThe Top 5 Opportunities for Improving Your Email Creative
The Top 5 Opportunities for Improving Your Email CreativeLitmus
 
20 Things Successful Email Marketing Programs Do
20 Things Successful Email Marketing Programs Do20 Things Successful Email Marketing Programs Do
20 Things Successful Email Marketing Programs DoLitmus
 
The Root of Poor Email Deliverability
The Root of Poor Email DeliverabilityThe Root of Poor Email Deliverability
The Root of Poor Email DeliverabilityLitmus
 
Troubleshooting Email Like a Pro
Troubleshooting Email Like a ProTroubleshooting Email Like a Pro
Troubleshooting Email Like a ProLitmus
 
Troubleshooting Email Like a Pro
Troubleshooting Email Like a ProTroubleshooting Email Like a Pro
Troubleshooting Email Like a ProLitmus
 
8 Embarrassing Preview Text Mistakes + 4 Tips on How to Avoid Making Them
8 Embarrassing Preview Text Mistakes + 4 Tips on How to Avoid Making Them8 Embarrassing Preview Text Mistakes + 4 Tips on How to Avoid Making Them
8 Embarrassing Preview Text Mistakes + 4 Tips on How to Avoid Making ThemLitmus
 
Troubleshooting Email Like a Pro
Troubleshooting Email Like a ProTroubleshooting Email Like a Pro
Troubleshooting Email Like a ProLitmus
 
Building Successful Email Workflows
Building Successful Email WorkflowsBuilding Successful Email Workflows
Building Successful Email WorkflowsLitmus
 
Webinar: State of Email 2017
Webinar: State of Email 2017Webinar: State of Email 2017
Webinar: State of Email 2017Litmus
 
Everything You Need to Know About Gmail Rendering
Everything You Need to Know About Gmail RenderingEverything You Need to Know About Gmail Rendering
Everything You Need to Know About Gmail RenderingLitmus
 

Más de Litmus (20)

Litmus Live 2018 Workshop: Reinvent Your Email Workflow
Litmus Live 2018 Workshop: Reinvent Your Email WorkflowLitmus Live 2018 Workshop: Reinvent Your Email Workflow
Litmus Live 2018 Workshop: Reinvent Your Email Workflow
 
The Trends Transforming the Email Service Provider Landscape
The Trends Transforming the Email Service Provider LandscapeThe Trends Transforming the Email Service Provider Landscape
The Trends Transforming the Email Service Provider Landscape
 
Engaging Users with High-Performance Design
Engaging Users with High-Performance DesignEngaging Users with High-Performance Design
Engaging Users with High-Performance Design
 
Litmus Live 2018: Reinvent Your Email Workflow
Litmus Live 2018: Reinvent Your Email WorkflowLitmus Live 2018: Reinvent Your Email Workflow
Litmus Live 2018: Reinvent Your Email Workflow
 
Email Workflows that Work: 5 Trends to Help You Build Better Emails Faster
Email Workflows that Work: 5 Trends to Help You Build Better Emails FasterEmail Workflows that Work: 5 Trends to Help You Build Better Emails Faster
Email Workflows that Work: 5 Trends to Help You Build Better Emails Faster
 
The State of Email in 2018: 5 Insights from the Litmus Marketing Team
The State of Email in 2018: 5 Insights from the Litmus Marketing TeamThe State of Email in 2018: 5 Insights from the Litmus Marketing Team
The State of Email in 2018: 5 Insights from the Litmus Marketing Team
 
The Best of the 2017 State of Email Survey Research Series
The Best of the 2017 State of Email Survey Research SeriesThe Best of the 2017 State of Email Survey Research Series
The Best of the 2017 State of Email Survey Research Series
 
5 Embarrassing Subject Line Mistakes to Avoid
5 Embarrassing Subject Line Mistakes to Avoid5 Embarrassing Subject Line Mistakes to Avoid
5 Embarrassing Subject Line Mistakes to Avoid
 
Email Tactics Customers Hate and Why Marketers Continue to Use Them
Email Tactics Customers Hate and Why Marketers Continue to Use ThemEmail Tactics Customers Hate and Why Marketers Continue to Use Them
Email Tactics Customers Hate and Why Marketers Continue to Use Them
 
Email Marketing Kickoff for 2018
Email Marketing Kickoff for 2018Email Marketing Kickoff for 2018
Email Marketing Kickoff for 2018
 
The Top 5 Opportunities for Improving Your Email Creative
The Top 5 Opportunities for Improving Your Email CreativeThe Top 5 Opportunities for Improving Your Email Creative
The Top 5 Opportunities for Improving Your Email Creative
 
20 Things Successful Email Marketing Programs Do
20 Things Successful Email Marketing Programs Do20 Things Successful Email Marketing Programs Do
20 Things Successful Email Marketing Programs Do
 
The Root of Poor Email Deliverability
The Root of Poor Email DeliverabilityThe Root of Poor Email Deliverability
The Root of Poor Email Deliverability
 
Troubleshooting Email Like a Pro
Troubleshooting Email Like a ProTroubleshooting Email Like a Pro
Troubleshooting Email Like a Pro
 
Troubleshooting Email Like a Pro
Troubleshooting Email Like a ProTroubleshooting Email Like a Pro
Troubleshooting Email Like a Pro
 
8 Embarrassing Preview Text Mistakes + 4 Tips on How to Avoid Making Them
8 Embarrassing Preview Text Mistakes + 4 Tips on How to Avoid Making Them8 Embarrassing Preview Text Mistakes + 4 Tips on How to Avoid Making Them
8 Embarrassing Preview Text Mistakes + 4 Tips on How to Avoid Making Them
 
Troubleshooting Email Like a Pro
Troubleshooting Email Like a ProTroubleshooting Email Like a Pro
Troubleshooting Email Like a Pro
 
Building Successful Email Workflows
Building Successful Email WorkflowsBuilding Successful Email Workflows
Building Successful Email Workflows
 
Webinar: State of Email 2017
Webinar: State of Email 2017Webinar: State of Email 2017
Webinar: State of Email 2017
 
Everything You Need to Know About Gmail Rendering
Everything You Need to Know About Gmail RenderingEverything You Need to Know About Gmail Rendering
Everything You Need to Know About Gmail Rendering
 

Último

Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...gajnagarg
 
Call Girls Jalgaon Just Call 8617370543Top Class Call Girl Service Available
Call Girls Jalgaon Just Call 8617370543Top Class Call Girl Service AvailableCall Girls Jalgaon Just Call 8617370543Top Class Call Girl Service Available
Call Girls Jalgaon Just Call 8617370543Top Class Call Girl Service AvailableNitya salvi
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...SUHANI PANDEY
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationZenSeloveres
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...instagramfab782445
 
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...sriharipichandi
 
Lecture 01 Introduction To Multimedia.pptx
Lecture 01 Introduction To Multimedia.pptxLecture 01 Introduction To Multimedia.pptx
Lecture 01 Introduction To Multimedia.pptxShoaibRajper1
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...Delhi Call girls
 
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...amitlee9823
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...RitikaRoy32
 
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...sonalitrivedi431
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahimamgadibrahim92
 
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best ServiceHigh Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )
Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )
Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )gajnagarg
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxbingyichin04
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecturesaipriyacoool
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 

Último (20)

Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
 
Call Girls Jalgaon Just Call 8617370543Top Class Call Girl Service Available
Call Girls Jalgaon Just Call 8617370543Top Class Call Girl Service AvailableCall Girls Jalgaon Just Call 8617370543Top Class Call Girl Service Available
Call Girls Jalgaon Just Call 8617370543Top Class Call Girl Service Available
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentation
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
 
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
 
Lecture 01 Introduction To Multimedia.pptx
Lecture 01 Introduction To Multimedia.pptxLecture 01 Introduction To Multimedia.pptx
Lecture 01 Introduction To Multimedia.pptx
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
 
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahim
 
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best ServiceHigh Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
 
Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )
Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )
Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptx
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecture
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 

Creative Typography in Email

  • 1. Typography. // Creative typography in email Beyond the Envelope™@Paul_Airy
  • 2. I Type. Beyond the Envelope™@Paul_Airy
  • 3. Why HTML? Beyond the Envelope™@Paul_Airy
  • 4. // First 100 emails received in November Think recipient. 20 Only 20% html type within body 100 emails Beyond the Envelope™@Paul_Airy
  • 5. Think recipient. What would you expect as a recipient? Beyond the Envelope™@Paul_Airy // Something to read (it’s the least you can expect!) HTML text is clear and crisp, even when enlarged // A way to interact (clear and obvious) Text Links, Bullet-Proof Buttons. // A smooth experience HTML text loads quickly and uses less data. // No hurdles No clicking to view the email content.
  • 6. The essential ingredients. // Text Links Beyond the Envelope™@Paul_Airy What can HTML deliver? // Pre-header (useful in iOS) // Navigation (marketing emails) // Title / Heading // Subheadings // Body copy // Call to action
  • 7. Where do we start? Beyond the Envelope™@Paul_Airy
  • 8. Layout. Type. Color. Beyond the Envelope™@Paul_Airy
  • 9. Layout. Type. Color. Consider. // Layout (managing space within a grid) // Type (obviously) // Color (not just the hex stuff!) Beyond the Envelope™@Paul_Airy
  • 11. // The <table> is our friend Layout. Beyond the Envelope™@Paul_Airy
  • 12. Layout. // Create thumbnails sketches // Consider what each <table> will contain // Consider what each <td> will contain // One element per <td> // One element per <table> in some cases // Single or multi-column? // Responsive? Beyond the Envelope™@Paul_Airy
  • 13. Layout. // Create a wireframe from your sketch // Construct using <table>, <tr> and <td> Beyond the Envelope™@Paul_Airy
  • 14. Beyond the Envelope™@Paul_Airy Create better experiences for your subscribers. GO RESPONSIVE Nearly half of opens occur on mobile devices. It’s time to get responsive in your design.
  • 15. Type & Typography. Beyond the Envelope™@Paul_Airy
  • 16. Type & Typography. // Standard & Web Fonts // Heading (or Display Font) Styling // Bodycopy Styling // Typographic Color // Special Characters, Symbols & Ligatures Beyond the Envelope™@Paul_Airy
  • 17. style="font-family: helvetica, arial, font-size: 13px; font-weight: normal; sans-serif; line-height: 18px; color: #333333;" // Standard fonts are safe // Limited choice // Force you to use images to brand emails // Consider styled alt tags where this is necessary Standard Fonts. Beyond the Envelope™@Paul_Airy
  • 18. Web Fonts. // Is email just playing catchup with the web? // Are web fonts good for email? // Let’s look at the pro’s and con’s Beyond the Envelope™@Paul_Airy
  • 19. Web Fonts – Pros. // ‘Theming’ your email becomes a reality // Adds personality Beyond the Envelope™@Paul_Airy
  • 20. Web Fonts – Cons. // Not really good for brands // Support is sporadic // ‘Management’ of fallbacks is time consuming Beyond the Envelope™@Paul_Airy
  • 21. Web Fonts. // Use @font-face or @import to display ‘Google’ fonts // Limited email client support // Web fonts can work well with a good fallback // Apple devices offer best support // Test, test, test! style="font-family: ‘GillSansMTStandard-Light’, arial, sans-serif; font-size: 13px; font-weight: helvetica, normal; line-height: 18px; color: #333333;" Beyond the Envelope™@Paul_Airy
  • 22. Web Fonts. Fallback. // Choosing a good fallback is all important // Be guided by the x-height of the typeface // Consider the typeface characteristics // Test, test, test! x Istok Web Typography. Arial Beyond the Envelope™@Paul_Airy
  • 23. The X-Height. // X-height varies from typeface to typeface // The length of the word is affected by the x-height X-Height Baseline Cap Height Beyond the Envelope™@Paul_Airy
  • 24. Beyond the Envelope™@Paul_Airy Various inboxes render your fonts + fallback fonts differently. PREVIEW NOW Preview your emails before each send to guarantee your font styles looks great —everywhere, every time.
  • 25. Heading (Display) Styling. style="font-family: ‘GillSansMTStandard-Light’, helvetica, arial, font-size: 13px; font-weight: normal;sans-serif; line-height: 18px; color: #333333;" // Good opportunity to use web fonts // If you do, ensure you have a fallback in the font-stack // Keep headings relationally positioned to other text // Use <table> to space as well as line-height // Test, test, test! Beyond the Envelope™@Paul_Airy
  • 26. Bodycopy Styling. // Use standard fonts // Work up from 13px or 14px (iOS and user-friendly) // Line-Height = Font-Size + 5px (and above) // Allow enough <td> height for variations in rendering style="font-family: helvetica, arial, normal; sans-serif; line-height:font-size: 13px; font-weight: 18px; color: #333333;" Beyond the Envelope™@Paul_Airy
  • 27. Bodycopy Styling. style="font-family: helvetica, arial, normal; sans-serif; line-height:font-size: 13px; font-weight: 18px; color: #333333;" // Be careful with <p> tags // Style text with paragraphs using <span> // Style the text within the <a> links too // Check for typeface rendering within links // Use <td> to space as well as line-height Beyond the Envelope™@Paul_Airy
  • 28. Special Characters. &#42; * // Special characters are best coded using entities // Support of entity names is reasonable // Support of entity codes is more reliable Beyond the Envelope™@Paul_Airy
  • 29. Special Characters. * ’ £ $ – ½ // Asterisk &#42; * // Apostrophies &#8217; ’ // Currency &#163; £ &#36; $ // En Dash &#8211; – // One Half Fraction &#189; ½ Beyond the Envelope™@Paul_Airy
  • 30. Ligatures. flfiff // Ligatures are available as entities // Only available in Arial // Particularly useful on Fl, Fi and FF Beyond the Envelope™@Paul_Airy
  • 31. Beyond the Envelope™@Paul_Airy No longer are we tied to Times New Roman and Arial. CHECK IT OUT Web fonts are just scratching the surface of what is possible. Pick up more handy typography tips in our guide.
  • 33. Typographic Color. #000000; // Typographic color is NOT about red, blue, green etc. // It describes the use of a variety of sizes and weights // Makes for an interesting email, even in black // Ensure contrast is strong against the background Beyond the Envelope™@Paul_Airy
  • 34. Beyond the Envelope™@Paul_Airy 8% of the male population is color blind. RUN A QUICK TEST Contrast can increase readability. Run your emails through a color blind filter to increase your accessibility.
  • 35. Links & Buttons. Beyond the Envelope™@Paul_Airy
  • 36. Links & Buttons. // Developing text links using inline CSS styling // ‘Bullet-Proof’ buttons // Restyling ‘blue links’ in iOS // Disappearing font syndrome Beyond the Envelope™@Paul_Airy
  • 37. Text Links. // Style within <a> tag // Font-Family and Font-Size // Font-Weight // Text-Decoration // Color Beyond the Envelope™@Paul_Airy
  • 38. &#9658; Bullet-Proof Buttons. // 44px high table cell // Centre text within table cell // Add padding around the text to enlarge clickable area Beyond the Envelope™@Paul_Airy
  • 39. Beyond the Envelope™@Paul_Airy Dive a bit deeper. Become an expert on bulletproof buttons. LEARN MORE
  • 40. Restyling Blue Links. // Dates // Addresses // Telephone Numbers // Number Strings (e.g. order references) .iOSLinks a {color: #333333 !important; text-decoration: underline;} <span class="iOSLinks">07962 177 477</span> Beyond the Envelope™@Paul_Airy
  • 41. Beyond the Envelope™@Paul_Airy There are various strategies for styling blue links. SEE FOR YOURSELF We did an in-depth analysis on a few popular methods, and found there is one solution better than the rest.
  • 43. Images. // Images sell // Image based emails take less time to build // Develop code snippets for re-use // Create matching comp files in Photoshop Beyond the Envelope™@Paul_Airy
  • 44. Beyond the Envelope™@Paul_Airy Various inboxes automatically block images. TEST YOUR IMAGES Use ALT text to guarantee your emails are functional in every inbox.
  • 45. Resources // Web Fonts Elliot Ross http://www.emaildesignreview.com/html-email-coding/ web-fonts-in-email-1482/ // Blue Links Lauren Smith https://litmus.com/blog/update-banning-blue-links-on-ios-devices // Styled Alt Tags Justine Jordan https://litmus.com/blog/the-ultimate-guide-to-styled-alt-text-in-email // Ligatures http://www.amp-what.com/unicode/search/latin%20ligature Beyond the Envelope™@Paul_Airy
  • 46. Beyond the Envelope™@Paul_Airy Test your emails to ensure your typography functions across inboxes. GET TESTING

Notas del editor

  1. CTA: https://litmus.com/blog/the-how-to-guide-to-responsive-email-design-infographic?utm_campaign=guestwebinar_typography&utm_source=slideshare&utm_medium=social
  2. CTA: https://litmus.com/pricing?utm_campaign=guestwebinar_typography&utm_source=slideshare&utm_medium=social
  3. CTA: https://litmus.com/blog/typography-tips-for-email-designers?utm_campaign=guestwebinar_typography&utm_source=slideshare&utm_medium=social
  4. CTA: https://litmus.com/pricing?utm_campaign=guestwebinar_typography&utm_source=slideshare&utm_medium=social
  5. CTA: https://litmus.com/blog/a-guide-to-bulletproof-buttons-in-email-design?utm_campaign=guestwebinar_typography&utm_source=slideshare&utm_medium=social
  6. CTA: https://litmus.com/blog/update-banning-blue-links-on-ios-devices?utm_campaign=guestwebinar_typography&utm_source=slideshare&utm_medium=social
  7. CTA: https://litmus.com/pricing?utm_campaign=guestwebinar_typography&utm_source=slideshare&utm_medium=social
  8. https://litmus.com/pricing?utm_campaign=guestwebinar_typography&utm_source=slideshare&utm_medium=social