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

Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️soniya singh
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Douxkojalkojal131
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...home
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentationamedia6
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Call Girls in Nagpur High Profile
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...kumaririma588
 
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
 
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵anilsa9823
 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxjeswinjees
 
Fashion trends before and after covid.pptx
Fashion trends before and after covid.pptxFashion trends before and after covid.pptx
Fashion trends before and after covid.pptxVanshNarang19
 
DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxmirandajeremy200221
 
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceanilsa9823
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Delhi Call girls
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...ranjana rawat
 

Recently uploaded (20)

Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentation
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
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)
 
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptx
 
Fashion trends before and after covid.pptx
Fashion trends before and after covid.pptxFashion trends before and after covid.pptx
Fashion trends before and after covid.pptx
 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
 
DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptx
 
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
 
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
 
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
 

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