SlideShare a Scribd company logo
1 of 46
Download to read offline
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Designing with Web Fonts:
Type, Responsively
Jason Pamental (@jpamental)
Co-founder of H+W Design
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
A Bit About Me
+ Built first website for
Mosaic & Netscape 1
+ Do not have a photo handy
+ But these are my reasons
to be
+ Like to give away what I
learn as much as possible
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
A Dan Mall Moment
+ Met Dan Mall @ FOWD in 2010
+ Fell in love with web fonts with Lost
Worlds Fair http://lostworldsfairs.com
+ Met folks from Fonts.com in 2011 & asked
what I could do to help w/Drupal plugin
+ Asked in 2013 to design Fonts.com
OpenType demo page (cue: panic)
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
What We’ll Cover
+ Our dark past: GIFs, sIFR, Cufon
+ Our pleasant present: @font-face
+ Our dirty detractions: yes, I mean IE
+ Our shiny future: WOFF, OpenType, CSS3
+ Loads of examples & resources
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
On The Importance of Letters
+ Design is about communication
+ Tools of design: image, color, compostion,
language (prose) – & the typeface itself
+ Your design is 90% words. Don’t make the
other 10% do all the work
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Type is Important
+ The typefaces we choose become the
physical embodiment of the information we
convey with the sites we design
+ Words have meaning
+ But letters have emotion
+ Typeformsthebasisofyourvisualdesign
system.Thereisno‘content first’without type!
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
A Concise History of Web Type
+ Prior to about 2009, it was simply the
CIRCLE of Hell that varied, not the
inevitability of your arrival there
+ Then it got better. We’ll start with that
+ @font-face, TypeKit, Fontdeck,
Fonts.com, Webtype.com & many more
+ It’s still got a ways to go, but it’s moving fast
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Format Finagling
+ One font, four formats
+ Alphabet Soup: EOT, SVG, TT, WOFF
+ One format to rule them all... almost
As of 13 May, 2013
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Finding Your Groov(y)
+ Services: One account, many choices
+ Open source: Google web fonts
(careful – you may get what you pay for)
+ Web–use licenses: MyFonts.com,
FontShop, Emigre, others
+ FontSquirrel: just... no.
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
From There to Here
+ To Host or Not to Host... tis the question
+ Consider:
• Traffic & mileage, volume & dispersion
(license costs & content distribution)
• One site or many
(we use single subscription for multiple smaller sites)
• Platform performance & future forward
(when was the last time you downloaded a font update? right.)
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
So What’s That Look Like?
+ Using a service:
<script type="text/javascript" src="http://fast.fonts.com/jsapi/
8d16be74-xxxx-xxxx-9073-4898ad8b49b2.js" /></script>
+ Self-hosting:
<style type="text/css">
@font-face{ font-family:"Fairbank W04 Regular";
src:url("fonts/fontfilename.eot?#iefix");
src:url("fonts/fontfilename.eot?#iefix") format("eot"),url("fonts/
fontfilename.woff") format("woff"),url("fonts/fontfilename.ttf")
format("truetype"),url("fonts/fontfilename.svg#fontfilename")
format("svg"); }
</style>
+ Be aware: you want <b>, you have to say so
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
but there’s a catch
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Windows XP: Killing Good
Design Since 2001
+ According to MS, still 40% of installed base
+ Best case: IE8 w/ClearType enabled
+ Common: IE7 and Huh?
+ It’s rough, but you can (usually) make it
work, and work well
+ Windows in general: needs a Hint
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Firefox: displays page w/fallbacks first, then
‘pops’ into web font
Webkit: draws page without rendering any
type until web font loads
Wait For It...
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Firefox: displays page w/fallbacks first, then
‘pops’ into web font
Webkit: draws page without rendering any
type until web font loads
Wait For It...
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
FOUT the Giant Slayer
+ Don’t show your design to a client without
understanding why they will freak out
+ It takes time to load fonts. So only load
the ones you need
+ Don’t forget to manage the loading
process: control what you can
+ It’s not the change that bothers users –
it’s the perception of change
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Google & Typekit to the Rescue
+ Web Font Loader
https://developers.google.com/fonts/docs/webfont_loader
+ Can be used w/multiple services
+ Injects classes to help specify CSS during
the loading process
+ Use this to style your fallback fonts to
more closely match eventual design
http://bit.ly/jpfontfall1, http://bit.ly/jpfontfall2
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Now We’re Cooking
+ You can do
better. So do.
What you want to see: Web fonts loaded
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Now We’re Cooking
+ You can do
better. So do.
What your client sees: No web fonts, uncorrected
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Now We’re Cooking
+ You can do
better. So do.
No web fonts, corrected
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Now We’re Cooking
+ You can do
better. So do.
Web fonts loaded
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Type, Responsively
+ Yes, there really is a connection with
Responsive Web Design. A big one
+ Relative proportion (yes, size) matters
+ That means screen size & type size
(stop snickering)
+ Small screens mean less in view, so
proportions can be more subtle
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Relative Scale, Illustrated
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Relative Scale, Illustrated
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Relative Scale, Illustrated
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
A Responsive Scale
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
When an Em is Not All Relative
+ Sizing type in Ems can be tricky – they
are relative to their current context
+ REMs helps that, & you can almost count
on it working
• Learn more here: http://bit.ly/jpfontrems
• Polyfill here: http://bit.ly/jprempoly
+ Viewport Width as unit: http://bit.ly/jpfontvw
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Even More Awesome:
Icon Fonts
+ Declare your independence from
resolution dependence
+ Many out there, easy to make your own
+ Can be styled like any other font, layered
w/CSS to make all sorts of awesome
+ (Bonus: use SVG to replace other multi–
color vector graphics like logos)
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Icon Font examples, sources
+ Font Awesome (featured in Bootstrap)
http://fortawesome.github.io/Font-Awesome/
+ Symbolset
http://symbolset.com
+ Modern Pictograms
http://modernpictograms.com
+ The Noun Project (buy what you need)
http://thenounproject.com
+ Icomoon.io – build your own!
http://icomoon.io
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Even MORE Awesome:
OpenType Features
+ Thefutureishere,it’sjustunevenlydistributed
(thank you Mr. Gibson)
+ Ligatures, swashes, old–style figures,
alternate characters
+ CSS still evolving, some services support
more (see Fonts.com: http://bit.ly/fontcomdemo)
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
+ Your type, only more beautiful:
OpenType: Ligatures
Standard Ligatures
Discretionary Ligatures
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
OpenType Demo
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
OpenType Demo
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
OpenType Demo
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
OpenType Demo
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
OpenType Demo
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
OpenType Demo
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Super Fancy Tricks & Tips
+ Rotate. Just a little bit. (A few techniques to smooooth
across different browsers - thx @NikWilliamson!)
https://gist.github.com/dalethedeveloper/1846552
+ Some help for IE 7&8:
http://www.koodoz.com.au/klog/font-face-smoothing-in-internet-explorer/
p {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
zoom: 1;
}
+ Your code editor – nothing beats real type in
a real browser (sorry Photoshop)
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Design Tools
TypecastApp.com (@typecastapp)
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Design Tools
WebInk.com (@webink)
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Design Tools
Adobe Edge Reflow (@reflow)
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
More Design Tools
+ Skyfonts (@skyfonts)
Rent fonts short-term on the desktop
+ Froont (@froontapp)
Web design tool building in real web fonts
+ Prototype, not promise: HTML5 & CSS3
Try something and develop your own approach that fits your
unique team & projects
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Thank you!
Jason Pamental (@jpamental)
jason@hwdesignco.com
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Resources: Type Services
+ Typekit (Adobe): http://typekit.com
+ Fonts.com (Monotype): http://fonts.com
+ Fontdeck: http://fontdeck.com
+ Webtype (Font Bureau): http://www.webtype.com
+ WebInk (Extensis): http://webink.com
+ Google Web Fonts: http://google.com/fonts
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Cool Tools & Resources
+ Font Swapper (preview site w/your web fonts):
http://www.webtype.com/tools/swapper/
+ Typedia (it’s like Wikipedia...for type.Get it?):
http://typedia.com
+ FontsInUse http://fontsinuse.com
Tuesday, May 14, 13
hwdesignco.com | @jpamental | ARTIFACT | #artifactconf
Blogs & Beauty
+ Typekit Blog/‘Sites We Like’ http://blog.typekit.com
+ Fonts.com Blog http://blog.fonts.com
+ Fontdeck Blog http://blog.fontdeck.com
+ FontShop Blog http://blog.fontshop.com
+ Typecast Blog http://typecast.com/blog
+ Jason Santa Maria http://jasonsantamaria.com
+ Tim Brown http://nicewebtype.com
Tuesday, May 14, 13

More Related Content

Viewers also liked

Fonts, Images, Licenses and Intellectual Property Law
Fonts, Images, Licenses and Intellectual Property LawFonts, Images, Licenses and Intellectual Property Law
Fonts, Images, Licenses and Intellectual Property LawExtensis
 
WordPress Security from WordCamp NYC 2012
WordPress Security from WordCamp NYC 2012WordPress Security from WordCamp NYC 2012
WordPress Security from WordCamp NYC 2012Brad Williams
 
Exploring WordPress Multisite
Exploring WordPress MultisiteExploring WordPress Multisite
Exploring WordPress MultisiteLisa Sabin-Wilson
 
Pop up design and paper mechanics
Pop up design and paper mechanicsPop up design and paper mechanics
Pop up design and paper mechanicsCatalina Leon
 
Tips for Effective Presentations
Tips for Effective PresentationsTips for Effective Presentations
Tips for Effective PresentationsK Covintree
 

Viewers also liked (6)

Fonts, Images, Licenses and Intellectual Property Law
Fonts, Images, Licenses and Intellectual Property LawFonts, Images, Licenses and Intellectual Property Law
Fonts, Images, Licenses and Intellectual Property Law
 
Fonts
FontsFonts
Fonts
 
WordPress Security from WordCamp NYC 2012
WordPress Security from WordCamp NYC 2012WordPress Security from WordCamp NYC 2012
WordPress Security from WordCamp NYC 2012
 
Exploring WordPress Multisite
Exploring WordPress MultisiteExploring WordPress Multisite
Exploring WordPress Multisite
 
Pop up design and paper mechanics
Pop up design and paper mechanicsPop up design and paper mechanics
Pop up design and paper mechanics
 
Tips for Effective Presentations
Tips for Effective PresentationsTips for Effective Presentations
Tips for Effective Presentations
 

Similar to Designing with Web Fonts: Type, Responsively

Type, Responsively: A More Modern Approach to Typography on the Web
Type, Responsively: A More Modern Approach to Typography on the WebType, Responsively: A More Modern Approach to Typography on the Web
Type, Responsively: A More Modern Approach to Typography on the WebJason Pamental
 
Beautiful (& Responsive) Web Typography: Designing for Readability and Meanin...
Beautiful (& Responsive) Web Typography: Designing for Readability and Meanin...Beautiful (& Responsive) Web Typography: Designing for Readability and Meanin...
Beautiful (& Responsive) Web Typography: Designing for Readability and Meanin...Future Insights
 
Responsive Typography: Design for meaning, not for screen size
Responsive Typography: Design for meaning, not for screen sizeResponsive Typography: Design for meaning, not for screen size
Responsive Typography: Design for meaning, not for screen sizeJason Pamental
 
Responsive Typography
Responsive TypographyResponsive Typography
Responsive TypographyFITC
 
Wellington Web Meetup 6 May 2010
Wellington Web Meetup 6 May 2010Wellington Web Meetup 6 May 2010
Wellington Web Meetup 6 May 2010davekeyes
 
Designing from the Inside Out
Designing from the Inside OutDesigning from the Inside Out
Designing from the Inside OutJason Pamental
 
Type, Responsively: Design for Readability & Meaning on Any Screen
Type, Responsively: Design for Readability & Meaning on Any ScreenType, Responsively: Design for Readability & Meaning on Any Screen
Type, Responsively: Design for Readability & Meaning on Any ScreenJason Pamental
 
Spoilt for choice. Which prototyping tool is right for you? Presented by Suze...
Spoilt for choice. Which prototyping tool is right for you? Presented by Suze...Spoilt for choice. Which prototyping tool is right for you? Presented by Suze...
Spoilt for choice. Which prototyping tool is right for you? Presented by Suze...suzeingram
 
Type, Responsively: A more modern approach to type on the web
Type, Responsively: A more modern approach to type on the webType, Responsively: A more modern approach to type on the web
Type, Responsively: A more modern approach to type on the webJason Pamental
 
Frontend United: Etching wireframes & agile UX
Frontend United: Etching wireframes & agile UXFrontend United: Etching wireframes & agile UX
Frontend United: Etching wireframes & agile UXWunderkraut
 
Digital Deceptions WordCamp Toronto 2009
Digital Deceptions WordCamp Toronto 2009Digital Deceptions WordCamp Toronto 2009
Digital Deceptions WordCamp Toronto 2009Digital Duncan
 
Toolicious Presentation at SoCon07
Toolicious Presentation at SoCon07Toolicious Presentation at SoCon07
Toolicious Presentation at SoCon07bjc
 
Responsive Web Design 101
Responsive Web Design 101Responsive Web Design 101
Responsive Web Design 101jonnymilano
 
MW2010: Dana Mitroff Silvers + Alon Salant, Play at Work: Applying Agile Meth...
MW2010: Dana Mitroff Silvers + Alon Salant, Play at Work: Applying Agile Meth...MW2010: Dana Mitroff Silvers + Alon Salant, Play at Work: Applying Agile Meth...
MW2010: Dana Mitroff Silvers + Alon Salant, Play at Work: Applying Agile Meth...museums and the web
 
1 webinar web 2.0 education world project
1 webinar web 2.0 education world project1 webinar web 2.0 education world project
1 webinar web 2.0 education world projectilkay ÇEKİRDEK
 
The Battle Is Not the War
The Battle Is Not the WarThe Battle Is Not the War
The Battle Is Not the WarJason Pamental
 
Cool Stuff for Web Typography
Cool Stuff for Web TypographyCool Stuff for Web Typography
Cool Stuff for Web TypographyOliver Linke
 

Similar to Designing with Web Fonts: Type, Responsively (20)

Type, Responsively: A More Modern Approach to Typography on the Web
Type, Responsively: A More Modern Approach to Typography on the WebType, Responsively: A More Modern Approach to Typography on the Web
Type, Responsively: A More Modern Approach to Typography on the Web
 
Beautiful (& Responsive) Web Typography: Designing for Readability and Meanin...
Beautiful (& Responsive) Web Typography: Designing for Readability and Meanin...Beautiful (& Responsive) Web Typography: Designing for Readability and Meanin...
Beautiful (& Responsive) Web Typography: Designing for Readability and Meanin...
 
Responsive Typography: Design for meaning, not for screen size
Responsive Typography: Design for meaning, not for screen sizeResponsive Typography: Design for meaning, not for screen size
Responsive Typography: Design for meaning, not for screen size
 
Responsive Typography
Responsive TypographyResponsive Typography
Responsive Typography
 
Wellington Web Meetup 6 May 2010
Wellington Web Meetup 6 May 2010Wellington Web Meetup 6 May 2010
Wellington Web Meetup 6 May 2010
 
Designing from the Inside Out
Designing from the Inside OutDesigning from the Inside Out
Designing from the Inside Out
 
Type, Responsively: Design for Readability & Meaning on Any Screen
Type, Responsively: Design for Readability & Meaning on Any ScreenType, Responsively: Design for Readability & Meaning on Any Screen
Type, Responsively: Design for Readability & Meaning on Any Screen
 
Spoilt for choice. Which prototyping tool is right for you? Presented by Suze...
Spoilt for choice. Which prototyping tool is right for you? Presented by Suze...Spoilt for choice. Which prototyping tool is right for you? Presented by Suze...
Spoilt for choice. Which prototyping tool is right for you? Presented by Suze...
 
Type, Responsively: A more modern approach to type on the web
Type, Responsively: A more modern approach to type on the webType, Responsively: A more modern approach to type on the web
Type, Responsively: A more modern approach to type on the web
 
MmIT webinar 2018 - Essential tools and technologies for the library and info...
MmIT webinar 2018 - Essential tools and technologies for the library and info...MmIT webinar 2018 - Essential tools and technologies for the library and info...
MmIT webinar 2018 - Essential tools and technologies for the library and info...
 
Frontend United: Etching wireframes & agile UX
Frontend United: Etching wireframes & agile UXFrontend United: Etching wireframes & agile UX
Frontend United: Etching wireframes & agile UX
 
Digital Deceptions WordCamp Toronto 2009
Digital Deceptions WordCamp Toronto 2009Digital Deceptions WordCamp Toronto 2009
Digital Deceptions WordCamp Toronto 2009
 
Toolicious Presentation at SoCon07
Toolicious Presentation at SoCon07Toolicious Presentation at SoCon07
Toolicious Presentation at SoCon07
 
Friday Mash
Friday MashFriday Mash
Friday Mash
 
Liberated Accessibility
Liberated AccessibilityLiberated Accessibility
Liberated Accessibility
 
Responsive Web Design 101
Responsive Web Design 101Responsive Web Design 101
Responsive Web Design 101
 
MW2010: Dana Mitroff Silvers + Alon Salant, Play at Work: Applying Agile Meth...
MW2010: Dana Mitroff Silvers + Alon Salant, Play at Work: Applying Agile Meth...MW2010: Dana Mitroff Silvers + Alon Salant, Play at Work: Applying Agile Meth...
MW2010: Dana Mitroff Silvers + Alon Salant, Play at Work: Applying Agile Meth...
 
1 webinar web 2.0 education world project
1 webinar web 2.0 education world project1 webinar web 2.0 education world project
1 webinar web 2.0 education world project
 
The Battle Is Not the War
The Battle Is Not the WarThe Battle Is Not the War
The Battle Is Not the War
 
Cool Stuff for Web Typography
Cool Stuff for Web TypographyCool Stuff for Web Typography
Cool Stuff for Web Typography
 

More from Jason Pamental

Pacing Design - NEDcamp 2015
Pacing Design - NEDcamp 2015Pacing Design - NEDcamp 2015
Pacing Design - NEDcamp 2015Jason Pamental
 
Designing the Experience Continuum
Designing the Experience ContinuumDesigning the Experience Continuum
Designing the Experience ContinuumJason Pamental
 
Designing the Experience Continuum: Typography in the Age of the Connected Ev...
Designing the Experience Continuum: Typography in the Age of the Connected Ev...Designing the Experience Continuum: Typography in the Age of the Connected Ev...
Designing the Experience Continuum: Typography in the Age of the Connected Ev...Jason Pamental
 
Life of P FITC & CreateUpstate
Life of P FITC & CreateUpstateLife of P FITC & CreateUpstate
Life of P FITC & CreateUpstateJason Pamental
 
Drawing on Quicksand: Visual Systems, Drupal & The Modern Web World
Drawing on Quicksand: Visual Systems, Drupal & The Modern Web WorldDrawing on Quicksand: Visual Systems, Drupal & The Modern Web World
Drawing on Quicksand: Visual Systems, Drupal & The Modern Web WorldJason Pamental
 
Death, Taxes & Viewport Chrome: Designing for Uncertainty
Death, Taxes & Viewport Chrome: Designing for UncertaintyDeath, Taxes & Viewport Chrome: Designing for Uncertainty
Death, Taxes & Viewport Chrome: Designing for UncertaintyJason Pamental
 
Death, Taxes & Viewport Chrome
Death, Taxes & Viewport ChromeDeath, Taxes & Viewport Chrome
Death, Taxes & Viewport ChromeJason Pamental
 
Web Typography & Drupal: Putting Arial Out to Pasture
Web Typography & Drupal: Putting Arial Out to PastureWeb Typography & Drupal: Putting Arial Out to Pasture
Web Typography & Drupal: Putting Arial Out to PastureJason Pamental
 
Web Strategy: What is it and why we need to care
Web Strategy: What is it and why we need to careWeb Strategy: What is it and why we need to care
Web Strategy: What is it and why we need to careJason Pamental
 

More from Jason Pamental (11)

Once Upon a Drop Cap
Once Upon a Drop CapOnce Upon a Drop Cap
Once Upon a Drop Cap
 
Pacing Design - NEDcamp 2015
Pacing Design - NEDcamp 2015Pacing Design - NEDcamp 2015
Pacing Design - NEDcamp 2015
 
Designing the Experience Continuum
Designing the Experience ContinuumDesigning the Experience Continuum
Designing the Experience Continuum
 
Designing the Experience Continuum: Typography in the Age of the Connected Ev...
Designing the Experience Continuum: Typography in the Age of the Connected Ev...Designing the Experience Continuum: Typography in the Age of the Connected Ev...
Designing the Experience Continuum: Typography in the Age of the Connected Ev...
 
Life of P FITC & CreateUpstate
Life of P FITC & CreateUpstateLife of P FITC & CreateUpstate
Life of P FITC & CreateUpstate
 
Life of p
Life of pLife of p
Life of p
 
Drawing on Quicksand: Visual Systems, Drupal & The Modern Web World
Drawing on Quicksand: Visual Systems, Drupal & The Modern Web WorldDrawing on Quicksand: Visual Systems, Drupal & The Modern Web World
Drawing on Quicksand: Visual Systems, Drupal & The Modern Web World
 
Death, Taxes & Viewport Chrome: Designing for Uncertainty
Death, Taxes & Viewport Chrome: Designing for UncertaintyDeath, Taxes & Viewport Chrome: Designing for Uncertainty
Death, Taxes & Viewport Chrome: Designing for Uncertainty
 
Death, Taxes & Viewport Chrome
Death, Taxes & Viewport ChromeDeath, Taxes & Viewport Chrome
Death, Taxes & Viewport Chrome
 
Web Typography & Drupal: Putting Arial Out to Pasture
Web Typography & Drupal: Putting Arial Out to PastureWeb Typography & Drupal: Putting Arial Out to Pasture
Web Typography & Drupal: Putting Arial Out to Pasture
 
Web Strategy: What is it and why we need to care
Web Strategy: What is it and why we need to careWeb Strategy: What is it and why we need to care
Web Strategy: What is it and why we need to care
 

Recently uploaded

NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...Amil baba
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdfSwaraliBorhade
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,
'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,
'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,Aginakm1
 
Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.Mookuthi
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024CristobalHeraud
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfSumit Lathwal
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryWilliamVickery6
 
Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxmapanig881
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一F dds
 
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls Meghani Nagar 7397865700 Independent Call Girls
Call Girls Meghani Nagar 7397865700  Independent Call GirlsCall Girls Meghani Nagar 7397865700  Independent Call Girls
Call Girls Meghani Nagar 7397865700 Independent Call Girlsssuser7cb4ff
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdfvaibhavkanaujia
 
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCRdollysharma2066
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一diploma 1
 
FiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfFiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfShivakumar Viswanathan
 
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10uasjlagroup
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)jennyeacort
 
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 

Recently uploaded (20)

NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
 
'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,
'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,
'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,
 
Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdf
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William Vickery
 
Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptx
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
 
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls Meghani Nagar 7397865700 Independent Call Girls
Call Girls Meghani Nagar 7397865700  Independent Call GirlsCall Girls Meghani Nagar 7397865700  Independent Call Girls
Call Girls Meghani Nagar 7397865700 Independent Call Girls
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdf
 
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
 
FiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfFiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdf
 
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
 
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 

Designing with Web Fonts: Type, Responsively

  • 1. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Designing with Web Fonts: Type, Responsively Jason Pamental (@jpamental) Co-founder of H+W Design Tuesday, May 14, 13
  • 2. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf A Bit About Me + Built first website for Mosaic & Netscape 1 + Do not have a photo handy + But these are my reasons to be + Like to give away what I learn as much as possible Tuesday, May 14, 13
  • 3. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf A Dan Mall Moment + Met Dan Mall @ FOWD in 2010 + Fell in love with web fonts with Lost Worlds Fair http://lostworldsfairs.com + Met folks from Fonts.com in 2011 & asked what I could do to help w/Drupal plugin + Asked in 2013 to design Fonts.com OpenType demo page (cue: panic) Tuesday, May 14, 13
  • 4. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf What We’ll Cover + Our dark past: GIFs, sIFR, Cufon + Our pleasant present: @font-face + Our dirty detractions: yes, I mean IE + Our shiny future: WOFF, OpenType, CSS3 + Loads of examples & resources Tuesday, May 14, 13
  • 5. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf On The Importance of Letters + Design is about communication + Tools of design: image, color, compostion, language (prose) – & the typeface itself + Your design is 90% words. Don’t make the other 10% do all the work Tuesday, May 14, 13
  • 6. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Type is Important + The typefaces we choose become the physical embodiment of the information we convey with the sites we design + Words have meaning + But letters have emotion + Typeformsthebasisofyourvisualdesign system.Thereisno‘content first’without type! Tuesday, May 14, 13
  • 7. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf A Concise History of Web Type + Prior to about 2009, it was simply the CIRCLE of Hell that varied, not the inevitability of your arrival there + Then it got better. We’ll start with that + @font-face, TypeKit, Fontdeck, Fonts.com, Webtype.com & many more + It’s still got a ways to go, but it’s moving fast Tuesday, May 14, 13
  • 8. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Format Finagling + One font, four formats + Alphabet Soup: EOT, SVG, TT, WOFF + One format to rule them all... almost As of 13 May, 2013 Tuesday, May 14, 13
  • 9. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Finding Your Groov(y) + Services: One account, many choices + Open source: Google web fonts (careful – you may get what you pay for) + Web–use licenses: MyFonts.com, FontShop, Emigre, others + FontSquirrel: just... no. Tuesday, May 14, 13
  • 10. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf From There to Here + To Host or Not to Host... tis the question + Consider: • Traffic & mileage, volume & dispersion (license costs & content distribution) • One site or many (we use single subscription for multiple smaller sites) • Platform performance & future forward (when was the last time you downloaded a font update? right.) Tuesday, May 14, 13
  • 11. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf So What’s That Look Like? + Using a service: <script type="text/javascript" src="http://fast.fonts.com/jsapi/ 8d16be74-xxxx-xxxx-9073-4898ad8b49b2.js" /></script> + Self-hosting: <style type="text/css"> @font-face{ font-family:"Fairbank W04 Regular"; src:url("fonts/fontfilename.eot?#iefix"); src:url("fonts/fontfilename.eot?#iefix") format("eot"),url("fonts/ fontfilename.woff") format("woff"),url("fonts/fontfilename.ttf") format("truetype"),url("fonts/fontfilename.svg#fontfilename") format("svg"); } </style> + Be aware: you want <b>, you have to say so Tuesday, May 14, 13
  • 12. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf but there’s a catch Tuesday, May 14, 13
  • 13. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Windows XP: Killing Good Design Since 2001 + According to MS, still 40% of installed base + Best case: IE8 w/ClearType enabled + Common: IE7 and Huh? + It’s rough, but you can (usually) make it work, and work well + Windows in general: needs a Hint Tuesday, May 14, 13
  • 14. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Firefox: displays page w/fallbacks first, then ‘pops’ into web font Webkit: draws page without rendering any type until web font loads Wait For It... Tuesday, May 14, 13
  • 15. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Firefox: displays page w/fallbacks first, then ‘pops’ into web font Webkit: draws page without rendering any type until web font loads Wait For It... Tuesday, May 14, 13
  • 16. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf FOUT the Giant Slayer + Don’t show your design to a client without understanding why they will freak out + It takes time to load fonts. So only load the ones you need + Don’t forget to manage the loading process: control what you can + It’s not the change that bothers users – it’s the perception of change Tuesday, May 14, 13
  • 17. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Google & Typekit to the Rescue + Web Font Loader https://developers.google.com/fonts/docs/webfont_loader + Can be used w/multiple services + Injects classes to help specify CSS during the loading process + Use this to style your fallback fonts to more closely match eventual design http://bit.ly/jpfontfall1, http://bit.ly/jpfontfall2 Tuesday, May 14, 13
  • 18. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Now We’re Cooking + You can do better. So do. What you want to see: Web fonts loaded Tuesday, May 14, 13
  • 19. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Now We’re Cooking + You can do better. So do. What your client sees: No web fonts, uncorrected Tuesday, May 14, 13
  • 20. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Now We’re Cooking + You can do better. So do. No web fonts, corrected Tuesday, May 14, 13
  • 21. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Now We’re Cooking + You can do better. So do. Web fonts loaded Tuesday, May 14, 13
  • 22. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Type, Responsively + Yes, there really is a connection with Responsive Web Design. A big one + Relative proportion (yes, size) matters + That means screen size & type size (stop snickering) + Small screens mean less in view, so proportions can be more subtle Tuesday, May 14, 13
  • 23. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Relative Scale, Illustrated Tuesday, May 14, 13
  • 24. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Relative Scale, Illustrated Tuesday, May 14, 13
  • 25. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Relative Scale, Illustrated Tuesday, May 14, 13
  • 26. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf A Responsive Scale Tuesday, May 14, 13
  • 27. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf When an Em is Not All Relative + Sizing type in Ems can be tricky – they are relative to their current context + REMs helps that, & you can almost count on it working • Learn more here: http://bit.ly/jpfontrems • Polyfill here: http://bit.ly/jprempoly + Viewport Width as unit: http://bit.ly/jpfontvw Tuesday, May 14, 13
  • 28. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Even More Awesome: Icon Fonts + Declare your independence from resolution dependence + Many out there, easy to make your own + Can be styled like any other font, layered w/CSS to make all sorts of awesome + (Bonus: use SVG to replace other multi– color vector graphics like logos) Tuesday, May 14, 13
  • 29. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Icon Font examples, sources + Font Awesome (featured in Bootstrap) http://fortawesome.github.io/Font-Awesome/ + Symbolset http://symbolset.com + Modern Pictograms http://modernpictograms.com + The Noun Project (buy what you need) http://thenounproject.com + Icomoon.io – build your own! http://icomoon.io Tuesday, May 14, 13
  • 30. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Even MORE Awesome: OpenType Features + Thefutureishere,it’sjustunevenlydistributed (thank you Mr. Gibson) + Ligatures, swashes, old–style figures, alternate characters + CSS still evolving, some services support more (see Fonts.com: http://bit.ly/fontcomdemo) Tuesday, May 14, 13
  • 31. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf + Your type, only more beautiful: OpenType: Ligatures Standard Ligatures Discretionary Ligatures Tuesday, May 14, 13
  • 32. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf OpenType Demo Tuesday, May 14, 13
  • 33. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf OpenType Demo Tuesday, May 14, 13
  • 34. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf OpenType Demo Tuesday, May 14, 13
  • 35. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf OpenType Demo Tuesday, May 14, 13
  • 36. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf OpenType Demo Tuesday, May 14, 13
  • 37. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf OpenType Demo Tuesday, May 14, 13
  • 38. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Super Fancy Tricks & Tips + Rotate. Just a little bit. (A few techniques to smooooth across different browsers - thx @NikWilliamson!) https://gist.github.com/dalethedeveloper/1846552 + Some help for IE 7&8: http://www.koodoz.com.au/klog/font-face-smoothing-in-internet-explorer/ p { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1; } + Your code editor – nothing beats real type in a real browser (sorry Photoshop) Tuesday, May 14, 13
  • 39. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Design Tools TypecastApp.com (@typecastapp) Tuesday, May 14, 13
  • 40. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Design Tools WebInk.com (@webink) Tuesday, May 14, 13
  • 41. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Design Tools Adobe Edge Reflow (@reflow) Tuesday, May 14, 13
  • 42. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf More Design Tools + Skyfonts (@skyfonts) Rent fonts short-term on the desktop + Froont (@froontapp) Web design tool building in real web fonts + Prototype, not promise: HTML5 & CSS3 Try something and develop your own approach that fits your unique team & projects Tuesday, May 14, 13
  • 43. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Thank you! Jason Pamental (@jpamental) jason@hwdesignco.com Tuesday, May 14, 13
  • 44. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Resources: Type Services + Typekit (Adobe): http://typekit.com + Fonts.com (Monotype): http://fonts.com + Fontdeck: http://fontdeck.com + Webtype (Font Bureau): http://www.webtype.com + WebInk (Extensis): http://webink.com + Google Web Fonts: http://google.com/fonts Tuesday, May 14, 13
  • 45. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Cool Tools & Resources + Font Swapper (preview site w/your web fonts): http://www.webtype.com/tools/swapper/ + Typedia (it’s like Wikipedia...for type.Get it?): http://typedia.com + FontsInUse http://fontsinuse.com Tuesday, May 14, 13
  • 46. hwdesignco.com | @jpamental | ARTIFACT | #artifactconf Blogs & Beauty + Typekit Blog/‘Sites We Like’ http://blog.typekit.com + Fonts.com Blog http://blog.fonts.com + Fontdeck Blog http://blog.fontdeck.com + FontShop Blog http://blog.fontshop.com + Typecast Blog http://typecast.com/blog + Jason Santa Maria http://jasonsantamaria.com + Tim Brown http://nicewebtype.com Tuesday, May 14, 13