+ All Categories
Home > Design > Web Typography Tips

Web Typography Tips

Date post: 27-Jan-2015
Category:
Upload: sara-cannon
View: 107 times
Download: 1 times
Share this document with a friend
Description:
a few web type tips I shared at barcampbham.
Popular Tags:
31
A Few Web Typography Tips Sara Cannon [email protected]
Transcript
Page 1: Web Typography Tips

A Few Web Typography Tips

Sara [email protected]

Page 2: Web Typography Tips

Lets discuss.....

• Strategy

• Fonts / Font Stacks

• Layout

• CSS

• sIFR

“good typography improves user experience”

Page 3: Web Typography Tips

Strategy

Page 4: Web Typography Tips

Strategy

• User Experience

• Fast Load Time

• SEO

• Keeping in the Brand!

Page 5: Web Typography Tips

Font-stacks

Page 6: Web Typography Tips

Fonts / Font Stacks

• System Limitations

• Develop good font stacksfont-family: Trebuchet, “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans”, Arial, sans-serif

- Ideal- Alternative / Fit- Common- Generic

• throw in nicer common fonts that have similar looks (like Century Gothic)

• further reading on font stacks: http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

Page 7: Web Typography Tips

Font Stack Examples

• font-family:baskerville,’palatino linotype’,'times new roman’,serif;

• font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;

Page 8: Web Typography Tips

http://andreagandino.com/

Page 9: Web Typography Tips

#navigation li a, .text h4, .content .text h3, .content h3 { font-family: “Adobe Caslon Pro”, Baskerville, Georgia, Palatino, “Times New Roman”, Times, serif; font-style: italic; }

.entry .title, .content .title { font-family:Baskerville,Palatino,Georgia,”Times New Roman”,Times,sans-serif; }

http://andreagandino.com/

font stack

Page 10: Web Typography Tips

Layout

Page 11: Web Typography Tips

Layout

• Think about...- what you like to read- what websites do you enjoy the look of

• Readability!

• Branding!

Page 12: Web Typography Tips

Lets Look at Some Sites

Page 13: Web Typography Tips
Page 14: Web Typography Tips
Page 15: Web Typography Tips
Page 16: Web Typography Tips
Page 17: Web Typography Tips

Layout

• Readability- The Measure: too wide = difficult to read- 1-2 alphabets = optimal (52-78 characters)

V.S.

Page 18: Web Typography Tips

CSS

Page 19: Web Typography Tips

CSS

• Think Vertical ... think SPACE- line-height for readability- space between headings- space between paragraphs

• p { font-size: 1em; margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.5em; }

Page 20: Web Typography Tips

more CSS

• keep in mind right and left margins to let things breathe.

• indent secondary paragraphs if you like that sort of look

p { margin-bottom:0; }

p + p { text-indent:1em; margin-top:0; }

Page 21: Web Typography Tips

more CSS

• UTF-8 Encoding for:-hyphens-dashes-special spacing

• Curly Quotes!

‘ for a opening single quote

’ for a closing single quote

“ for an opening double quote

” for a closing double quote (")

instead of

Page 22: Web Typography Tips

Headlines

Page 23: Web Typography Tips

Style your Headlines

• Consider sIFR (scalable inman flash replacement)

• flash + javascript = real selectable type in a non-system font!

• read about sIFR vs Cufon vs FLIRhttp://thinkclay.com/technology/cufon-sifr-flir

Page 25: Web Typography Tips

sIFR

• Pro: - use any font- does not violate font copyright- Better for SEO/Disability than Images

• Con: - not as fast with loading - does not print in font- mobile devises don’t render flash

• BIG PRO: Wordpress Plug In!

Page 26: Web Typography Tips
Page 27: Web Typography Tips
Page 28: Web Typography Tips

more resources

Page 29: Web Typography Tips

More Resources

• http://www.webtypography.net/

• http://www.alistapart.com

• http://ilovetypography.com/

• http://www.inspirationbit.com/striking-web-sites-with-font-stacks-that-inspire/

• http://www.mikeindustries.com/blog/sifr/

• http://jquery.thewikies.com/sifr/

<< lists websites and their font stacks!

<< sIFR

<< sIFR w/jquery

• http://wordpress.org/extend/plugins/wp-sifr/

^^ Wordpress sIFR Plug-in

Page 30: Web Typography Tips

thanks for coming

Page 31: Web Typography Tips

sara [email protected]

“life is short, art is long”TYPE is EVERYTHING


Recommended