SlideShare una empresa de Scribd logo
1 de 147
Descargar para leer sin conexión
THENEWWEB
TYPOGRAPHY
WHERE THE SEXY IS




JASON CRANFORD TEAGUE
                                     @
jasonspeaking.com | @jasonspeaking
forumone.com | @forumone


                                     edUi | 14 September 2011
LET'S GO 
WHAT IS
 SEXY?
folha de s. paulo newspaper
WEB
TYPOGRAPHY=
HTML + CSS = SEXY?
WEB
BORING
TYPOGRAPHY=
HTML + CSS = SEXY?
SO…
What's been the problem?
Q1
HOW MANY FONTS ARE THERE?


1,500,000
150,000
15,000
1,500
150K

DIGITAL FONTS
Q2
HOW MANY FONTS ARE
COMMONLY USED ON THE WEB?

18
11
10
5
Q2
HOW MANY FONTS ARE
COMMONLY USED ON THE WEB?

18
11
10
5
Q2
HOW MANY FONTS ARE
COMMONLY USED ON THE WEB?

18
11
10
5
Andale Mono




11
                 Arial
                 Arial Black

                 Comic Sans MS
                 Courier New
                 Georgia
                 Impact


 f               Times New Roman




!
                 Trebuchet MS
CORE WEB FONTS   Verdana
                 
If Fonts Were Dogs…




                      fuckyeahdementia.com
Andale Mono




11
                 Arial
                 Arial Black

                 Comic Sans MS
                 Courier New
                 Georgia
                 Impact


 f               Times New Roman




!
                 Trebuchet MS
CORE WEB FONTS   Verdana
                 
115              Andale Mono
                 Arial
                 Arial Black

                 Comic Sans MS
                 Courier New
                 Georgia
                 Impact


 f               Times New Roman




!
                 Trebuchet MS
CORE WEB FONTS   Verdana
                 
Verdana
                   Georgia
Trebuchet MS
                   Arial
     Times New Roman
Arial
Georgia
Times New Roman
Trebuchet MS
Verdana
A A A A A A
 A A A A A A
  A A A A A
 A A A A    A
and A Brand BBrand
  C Brand D Brand E
  Brand X
and F         Brand
  G Brand H Brand I
rand J Brand K Bran
d S Brand R Brand T
typography::type
voice::speech
SO…
Where are the fonts on the web?
182
!
f
WEB SAFE FONTS
Windows & Mac Fonts
66
!
f
WEB SAFE FONTS
Common Denominator
Websafe Fontsß 3                                                                 I


   Font Name             Weight and Style            OS Rank              Sample


1 Academy Engraved LET                                 3-Likely




2 Agency FB              bold                          4-Less Likely




3 Algerian                                             4-Less Likely




4 American Typewriter    bold                          2-Almost Certain




5 Andale Mono                                          1-Certain




6 Apple Chancery                                       2-Almost Certain




7 Apple Symbols                                        2-Almost Certain



8 Arial                  bold, italic, bold/italic     1-Certain
@ 2008



Safari Supports TTF & OTF Formats
@  2008
        2009


All Browsers Support Webfonts
@  2008
       2009
      2010
The Year of Web Typography
@   2008
    2009
   2010
2011
Web Typography is Sexy
40K
@
WEBFONTS
WHERE DO
WEBFONTS COME
FROM?

@             @    $    @ ⎋
    convert       buy   lease
@
THENEWWEB
TYPOGRAPHY


WEBTYPE
BASICS
LET'S GO 
WHAT IS A
WEBFONT?
WEBFONT
or web font

                 e space
        notice th
WEBFONT
Font file downloaded from a web
server and used by the browser to
render HTML text.
WEBFONTS



 Your
 your                 Your Computer
            font
           font-file
Server
server      file
YOUR FONT

             web
             page
                       User's Computer

 your
server    @font-face



            font-file
5
@
WEBFONT FILE FORMATS
BROWSER WEBFONT


 EOT      ✔4
TTF/OTF        ✔ 3.5   ✔ 3.1        ✔ 10
 SVG                   ✔ 3.1   ✔3   ✔ 10
 WOFF     ✔9   ✔ 3.6    ?      ✔6   ✔ 11
MOBILE WEBFONT


  EOT

 TTF/OTF   ✔ 4.2   ✔ 2.2   ✔6
  SVG      ✔ 3.1
  WOFF
WEBFONTS
           .eot file
            font-file




           .ttf/.otf
           font-file
              file
 Your
 your
Server
server
                       Your Computer
            font-file
           .svg file




            .wo
           font-file
             file
BUILDING A
FONTSTACK
Adding a webfont
Star      generic
                understudy
font-family:%'gill%sans%MT',%arial,%sans-serif;
Websafe     generic
               core web
font-family:%'gill%sans%MT',%arial,%sans-serif;
/fonts
  myfont-webfont.eot
  myfont-webfont.otf
  myfont-webfont.svg
  myfont-webfont.woff
name you give it

@font-face%{ font-family:%Diavlo;
             src:%url('fonts/Diavlo_BOOK_II_37.otf');
             }


path to font file
name you give it

@font-face%{ font-family:%'body%copy';
             src:%url('fonts/Diavlo_BOOK_II_37.otf');
             }


path to font file
name you give it ?# fixes IE

@font-face%{ font-family:%'body%copy';
             src:%url('myfont-webfont.eot');
             src:%url('myfont-webfont.eot?#iefix')%
             %%%%%%%%%%format('embedded-opentype'),%
             %   %url('myfont-webfont.woff')%format('woff'),%
             %   %url('myfont-webfont.ttf')%%format('truetype'),
             %   %url('myfont-webfont.svg#webfontFqDaNIX6')%
             %%%%%%%%%%format('svg');
             }
name you gave it

      font-family:%diavlo,%'gill%sans%MT',%arial,%sans-serif;
name you gave it

      font-family:%
                  'body%copy',%'gill%sans%MT',%arial,%sans-serif;
@font-face%{ font-family:%'body%copy%bold';
             src:%url('myfont-bold-bold-webfont.eot');%
             src:%url('myfont-bold-webfont.eot?#iefix')%
             %%%%%%%%format('embedded-opentype'),%
             %   %url('myfont-bold-webfont.woff')%format('woff'),%
             %   %url('myfont-bold-webfont.ttf')%%format('truetype'),
             %   %url('myfont-bold-webfont.svg#webfontFqDaNIX6')%
             %%%%%%%%format('svg');
             }
@font-face%{ font-family:%'body%copy';
             src:%url('myfont-bold-webfont.eot');%
             src:%url('myfont-bold-webfont.eot?#iefix')%
             %%%%%%%%format('embedded-opentype'),%
             %   %url('myfont-bold-webfont.woff')%format('woff'),%
             %   %url('myfont-bold-webfont.ttf')%%format('truetype'),
             %   %url('myfont-bold-webfont.svg#webfontFqDaNIX6')%
             %%%%%%%%format('svg');
             font-weight:%bold;
             font-style:%normal;
             }
@font-face%{ font-family:%'body%copy';
             src:%url('myfont-webfont.eot');%
             src:%url('myfont-webfont.eot?#iefix')%
             %%%%%%%%format('embedded-opentype'),%
             %   %url('myfont-webfont.woff')%format('woff'),%
             %   %url('myfont-webfont.ttf')%%format('truetype'),
             font-weight:%bold;
             font-style:%normal;
             }
@font%face,{ font%family:,'body,copy';
             src:,url('myfont%webfont.eot');,
             src:,url('myfont%webfont.eot?#iefix'),
             ,,,,,,,,format('embedded%opentype'),,
             ,    ,url('myfont%webfont.woff'),format('woff'),,
             ,    ,url('myfont%webfont.ttf'),,format('truetype'),
             font%weight:,normal;
             font%style:,normal;
             }


@font%face,{ font%family:,'body,copy';
             src:,url('myfont%bold%webfont.eot');,
             src:,url('myfont%bold%webfont.eot?#iefix'),
             ,,,,,,,,format('embedded%opentype'),,
             ,    ,url('myfont%bold%webfont.woff'),format('woff'),,
             ,    ,url('myfont%bold%webfont.ttf'),,format('truetype'),
             font%weight:,bold;
             font%style:,normal;
             }

@font%face,{ font%family:,'body,copy';
             src:,url('myfont%italic%webfont.eot');,
             src:,url('myfont%italic%webfont.eot?#iefix'),
             ,,,,,,,,format('embedded%opentype'),,
             ,    ,url('myfont%italic%webfont.woff'),format('woff'),,
             ,    ,url('myfont%italic%webfont.ttf'),,format('truetype'),
             font%weight:,normal;
             font%style:,italic;
             }
WHERE DO I
     FIND
WEBFONTS?
CONVERT, BUY OR
LEASE?
CONVERT, BUY OR
LEASE?
conversion — YOUR FONT
retailers — YOUR FONT
web font service bureaus — THEIR FONT
YOUR FONT

             web
             page
                       User's Computer

 your
server    @font-face



            font-file
THEIR FONT

                web
 your           page
server                     User's Computer

          @font-face, <link>
             JavaScript

WFSB
server         font-file
CONVERT?        @
➡Any Font
➡You control quality
➡You control the code
➡Sub-setting
EULA
End User License Agreement
IP
Intellectual Property
LOOKING FOR… @
➡ EULA? Are you breaking the law?
➡Server load?
➡Screen Quality?
BUY?        @   $
✓ One Time Price
✓ Desktop Use
✓ Unlimited Domains
✓ Unlimited Page Views
✓ Many are free
LOOKING FOR…         @   $
✓ Webfont linking in EULA
✓Compression
✓ Formats
✓ Price Structure
RETAILERS                                                                   @                $
RETAILER
              FontSquirrell          FontSpring                            MyFonts                Kernest
                                                        FontShop

Webfonts         660                 1800+               100+             37,296                  2543
                families              families           families            fonts               famalies


 Subset          ✔                     ✔                  ✔
           eot, otf, ttf, svg &
 Formats          woff
                                eot, ttf, svg & woff   eot & woff     eot, ttf, svg & woff eot, ttf, svg & woff


  Price          Free               $80-860            Free-$100         $10-$160              free–$15
                                        /ws                /ws               /font                 /font


  URL       fontsquirrell.com      fontspring.com      fontshop.com      myfonts.com            kernest.com
LEASE?           @   ⎋
➡ No license worries
➡ No cross browser worries
➡ Reduces server strain
➡ Quality Fonts
LOOKING FOR… @                 ⎋
✓Available Fonts or Font Families
✓How Fonts are Added
✓Local Use
✓Bandwidth Usage
✓Price Structure
@
WEBFONT SERVICE BUREAUS                                                                                   ⎋
  WFSB
               Google Web Fonts         fonts.com          WebInk        FontDeck          WebType


 Webfonts          150+               10,000+              2283            735             580+
                   families               fonts             fonts         families          families

                                      <js> or
  Embed           <link>                                @font-face      <link>            <link>
                                     @font-face
   Local            ✔                    ✔                                                  ✔
  Subset            ✔                    ✔                 ✔                                ✔
 Bandwidth      Unlimited            25K–12.5M           1–80GB            1M           250K–2.5M
                                    pageviews/month        month      pageviews/month   pageviews/month


  Billing          Free              Free–$500          99¢–$59.99    $2.50–19.99        $40–400
                                     unlimited/month     4ws/month       font/year         font/yeat


   URL       google.com/webfonts   webfonts.fonts.com    webink.com    fontdeck.com      webtype.com
@
WEBFONT SERVICE BUREAUS                                                                                 ⎋
  WFSB
                FontsLive          Typekit          Kernest        Typotheque          Typonine


 Webfonts         499              4000             2503              40                 20
                  fonts             fonts            fonts          families           families

              <js> or                                            <link> or
  Embed                           <js>            <link>                              <link>
             @font-face                                          @font-face
   Local          ✔                                 ✔                ✔                  ✔
  Subset          ✔                ✔                                 ✔                  ✔
 Bandwidth   250K–12.5M          25K–1M          Unlimited        Unlimited           500MB
             pageviews/month   pageviews/month                                       /month free


  Billing    $40–$2,000        Free–$99.99       Free–$15         $100–900               €2
              unlimited/year        /year        /font/year/ws       /family      additional GB/month


   URL       fontslive.com      typekit.com      kernest.com     typotheque.com     typonine.com
HOW DO I
  CHOOSE
WEBFONTS?
choose for   REPERTOIRE…
choose for      STYLES…
Cambria
          Lorem& ipsum& dolor& sit& amet,& consectetuer&
          adipiscing& elit.& Nunc& sed& ligula.& Pellentesque&
          non! felis! vel! lorem! tempor! ultricies.& Class&
          aptent&taciti!sociosqu!ad!litora&torquent&per&
          conubia& nostra,& per& inceptos& hymenaeos.&
          Vestibulum&ante&ipsum&primis&in&faucibus)orci)
          luctus& et& ultrices& posuere& cubilia& Curae;& In&
          hac& habitasse& platea& dictumst.& Aenean&
          venenatis& hendrerit& tellus.& Nunc& posuere,+
          nulla& quis+ sollicitudin& pretium,& dui& mi&
          ultricies&magna,&id&placerat&lorem.
choose for         STYLES…
Baskerville
Old Face      Lorem ipsum dolor sit amet, consectetuer
              adipiscing elit. Nunc sed ligula. Pellentesque non
              felis vel lorem tempor ultricies. Class aptent taciti
              sociosqu ad litora torquent per conubia nostra,
              per inceptos hymenaeos. Vestibulum ante ipsum
              primis in faucibus orci luctus et ultrices posuere
              cubilia Curae; In hac habitasse platea dictumst.
              Aenean venenatis hendrerit tellus. Nunc
              posuere, nulla quis sollicitudin pretium, dui mi
              ultricies magna, id placerat lorem.
choose for   OPTIMIZATION…
choose for   COMPATIBILITY…
choose for   LEGIBILITY…

  Diavlo
           Looking Glass
              Weight & Thickness   Strokes & Serifs
 Tahoma
           Looking Glass
choose for   LEGIBILITY…


Slab Serif
choose for        READABILITY…

            letter spacing                   letter width


   Tahoma
            Looking Glass                                   x-height



                             counter width
choose for   REPERTOIRE
             STYLES
             OPTIMIZATION
             COMPATIBILITY
             LEGIBILITY
             READIBLITY
VOICE!!!
typography::type
voice::speech
A A A A A A
 A A A A A A
  A A A A A
 A A A A    A
and A Brand BBrand
  C Brand D Brand E
  Brand X
and F         Brand
  G Brand H Brand I
rand J Brand K Bran
d S Brand R Brand T
IF I SAY…
“I’m going to kill you”
“I’m going to kill you”
       Suave = Cooper Black



“I’m going to kill you”
       Robotic = Synchro LET




“I’m going to kill you”
        Insane = Sybil Green



 “I’m going to kill you”
          Pirate = UglyQua
HOW DO I
   MAKE WEB
TYPOGRAPHY
      SEXY?
use   CONTRAST…



High Color Contrast
use   CONTRAST…



Low Color Contrast
use   CONTRAST…



Mixed Color Contrast
use   CONTRAST…



      Stylecontrast
use   CONTRAST…



      widthContrast
use   CONTRAST…



  TypefaceContrast
use   CONTRAST…



      multiContrast
use   SPACE…

      Looking-Glass house
      One thing was certain, that the white kitten had
      had nothing to do with it:--it was the black
      kitten's fault entirely. For the white kitten had
      been having its face washed by the old cat for
      the last quarter of an hour (and bearing it
      pretty well, considering); so you see that it
      couldn't have had any hand in the mischief.
use   SPACE
      Looking-Glass house

      One thing was certain, that the white kitten
      had had nothing to do with it:--it was the
      black kitten's fault entirely. For the white
      kitten had been having its face washed by
      the old cat for the last quarter of an hour
      (and bearing it pretty well, considering);
      so you see that it couldn't have had any
use   SCALE…


        LARGE
           small
use   TEXTURE…



      Drop Shadow
use   TEXTURE…



Emboss or Bevel
use   CONSISTENT
      VARIATION…
MAKE IT SEXY…
forumone.com
fluidwebtype.info
THENEWWEB
TYPOGRAPHY

       QUESTIONS               @
 jasonspeaking.com | me@jasonspeaking.com | @jasonspeaking
THANKS!

www.jasonspeaking.com
me@jasonspeaking.com
@jasonspeaking

Más contenido relacionado

Destacado

Digital Doha Summit - Mobile
Digital Doha Summit - MobileDigital Doha Summit - Mobile
Digital Doha Summit - MobileForum One
 
Leveraging AWS
Leveraging AWSLeveraging AWS
Leveraging AWSForum One
 
Leveraging Web 2.0 in Global Development - Suzanne Rainey, Forum One Communic...
Leveraging Web 2.0 in Global Development - Suzanne Rainey, Forum One Communic...Leveraging Web 2.0 in Global Development - Suzanne Rainey, Forum One Communic...
Leveraging Web 2.0 in Global Development - Suzanne Rainey, Forum One Communic...Forum One
 
Cloud computing overview kurt voelker
Cloud computing overview   kurt voelkerCloud computing overview   kurt voelker
Cloud computing overview kurt voelkerForum One
 
Become a Facebook Rock Star: Network for Good Webinar
Become a Facebook Rock Star: Network for Good WebinarBecome a Facebook Rock Star: Network for Good Webinar
Become a Facebook Rock Star: Network for Good WebinarForum One
 
TwitBlogging On The InterWebs: Facebook, Twitter, Blogging and YouTube
TwitBlogging On The InterWebs: Facebook, Twitter, Blogging and YouTubeTwitBlogging On The InterWebs: Facebook, Twitter, Blogging and YouTube
TwitBlogging On The InterWebs: Facebook, Twitter, Blogging and YouTubeForum One
 
Global Health and the Internet: Introduction by Suzanne Rainey, Forum One Web...
Global Health and the Internet: Introduction by Suzanne Rainey, Forum One Web...Global Health and the Internet: Introduction by Suzanne Rainey, Forum One Web...
Global Health and the Internet: Introduction by Suzanne Rainey, Forum One Web...Forum One
 
Internet Strategic Communications - Presentation for AACN by Chris Wolz, Foru...
Internet Strategic Communications - Presentation for AACN by Chris Wolz, Foru...Internet Strategic Communications - Presentation for AACN by Chris Wolz, Foru...
Internet Strategic Communications - Presentation for AACN by Chris Wolz, Foru...Forum One
 
Digital Doha Summit - Usability - Courtney Clark
Digital Doha Summit - Usability - Courtney ClarkDigital Doha Summit - Usability - Courtney Clark
Digital Doha Summit - Usability - Courtney ClarkForum One
 
Healthy Drupal 7 Upgrades
Healthy Drupal 7 UpgradesHealthy Drupal 7 Upgrades
Healthy Drupal 7 UpgradesForum One
 
The Digital Doha Summit - Mobile, Jo aggarwal
The Digital Doha Summit - Mobile, Jo aggarwalThe Digital Doha Summit - Mobile, Jo aggarwal
The Digital Doha Summit - Mobile, Jo aggarwalForum One
 
Mobile UX Camp DC Mobile in Korea
Mobile UX Camp DC Mobile in KoreaMobile UX Camp DC Mobile in Korea
Mobile UX Camp DC Mobile in KoreaForum One
 
Bringing the Audience Back to NASA, Brian Dunbar / Forum One Communications W...
Bringing the Audience Back to NASA, Brian Dunbar / Forum One Communications W...Bringing the Audience Back to NASA, Brian Dunbar / Forum One Communications W...
Bringing the Audience Back to NASA, Brian Dunbar / Forum One Communications W...Forum One
 
New Media Tools and How to Use Them / Forum One Communications
New Media Tools and How to Use Them / Forum One CommunicationsNew Media Tools and How to Use Them / Forum One Communications
New Media Tools and How to Use Them / Forum One CommunicationsForum One
 
New Culture of Storytelling
New Culture of StorytellingNew Culture of Storytelling
New Culture of StorytellingForum One
 

Destacado (15)

Digital Doha Summit - Mobile
Digital Doha Summit - MobileDigital Doha Summit - Mobile
Digital Doha Summit - Mobile
 
Leveraging AWS
Leveraging AWSLeveraging AWS
Leveraging AWS
 
Leveraging Web 2.0 in Global Development - Suzanne Rainey, Forum One Communic...
Leveraging Web 2.0 in Global Development - Suzanne Rainey, Forum One Communic...Leveraging Web 2.0 in Global Development - Suzanne Rainey, Forum One Communic...
Leveraging Web 2.0 in Global Development - Suzanne Rainey, Forum One Communic...
 
Cloud computing overview kurt voelker
Cloud computing overview   kurt voelkerCloud computing overview   kurt voelker
Cloud computing overview kurt voelker
 
Become a Facebook Rock Star: Network for Good Webinar
Become a Facebook Rock Star: Network for Good WebinarBecome a Facebook Rock Star: Network for Good Webinar
Become a Facebook Rock Star: Network for Good Webinar
 
TwitBlogging On The InterWebs: Facebook, Twitter, Blogging and YouTube
TwitBlogging On The InterWebs: Facebook, Twitter, Blogging and YouTubeTwitBlogging On The InterWebs: Facebook, Twitter, Blogging and YouTube
TwitBlogging On The InterWebs: Facebook, Twitter, Blogging and YouTube
 
Global Health and the Internet: Introduction by Suzanne Rainey, Forum One Web...
Global Health and the Internet: Introduction by Suzanne Rainey, Forum One Web...Global Health and the Internet: Introduction by Suzanne Rainey, Forum One Web...
Global Health and the Internet: Introduction by Suzanne Rainey, Forum One Web...
 
Internet Strategic Communications - Presentation for AACN by Chris Wolz, Foru...
Internet Strategic Communications - Presentation for AACN by Chris Wolz, Foru...Internet Strategic Communications - Presentation for AACN by Chris Wolz, Foru...
Internet Strategic Communications - Presentation for AACN by Chris Wolz, Foru...
 
Digital Doha Summit - Usability - Courtney Clark
Digital Doha Summit - Usability - Courtney ClarkDigital Doha Summit - Usability - Courtney Clark
Digital Doha Summit - Usability - Courtney Clark
 
Healthy Drupal 7 Upgrades
Healthy Drupal 7 UpgradesHealthy Drupal 7 Upgrades
Healthy Drupal 7 Upgrades
 
The Digital Doha Summit - Mobile, Jo aggarwal
The Digital Doha Summit - Mobile, Jo aggarwalThe Digital Doha Summit - Mobile, Jo aggarwal
The Digital Doha Summit - Mobile, Jo aggarwal
 
Mobile UX Camp DC Mobile in Korea
Mobile UX Camp DC Mobile in KoreaMobile UX Camp DC Mobile in Korea
Mobile UX Camp DC Mobile in Korea
 
Bringing the Audience Back to NASA, Brian Dunbar / Forum One Communications W...
Bringing the Audience Back to NASA, Brian Dunbar / Forum One Communications W...Bringing the Audience Back to NASA, Brian Dunbar / Forum One Communications W...
Bringing the Audience Back to NASA, Brian Dunbar / Forum One Communications W...
 
New Media Tools and How to Use Them / Forum One Communications
New Media Tools and How to Use Them / Forum One CommunicationsNew Media Tools and How to Use Them / Forum One Communications
New Media Tools and How to Use Them / Forum One Communications
 
New Culture of Storytelling
New Culture of StorytellingNew Culture of Storytelling
New Culture of Storytelling
 

Similar a The New Web Typography

Employing Custom Fonts
Employing Custom FontsEmploying Custom Fonts
Employing Custom FontsPaul Irish
 
Making drupal beautiful with web fonts
Making drupal beautiful with web fontsMaking drupal beautiful with web fonts
Making drupal beautiful with web fontsFour Kitchens
 
Web Fonts: Why Bother?
Web Fonts: Why Bother?Web Fonts: Why Bother?
Web Fonts: Why Bother?Greg Veen
 
New Web Typography
New Web TypographyNew Web Typography
New Web TypographyMonotype
 
The type revolutionary's cookbook
The type revolutionary's cookbookThe type revolutionary's cookbook
The type revolutionary's cookbookFour Kitchens
 
Web Typography Tips
Web Typography TipsWeb Typography Tips
Web Typography TipsSara Cannon
 
Web Typography with sIFR 3 at Drupalcamp Copenhagen
Web Typography with sIFR 3 at Drupalcamp CopenhagenWeb Typography with sIFR 3 at Drupalcamp Copenhagen
Web Typography with sIFR 3 at Drupalcamp CopenhagenMark Wubben
 
To Hell with Web Safe Fonts
To Hell with Web Safe FontsTo Hell with Web Safe Fonts
To Hell with Web Safe FontsLennart Schoors
 
CSS @font-face : Personalized fonts
CSS @font-face : Personalized fontsCSS @font-face : Personalized fonts
CSS @font-face : Personalized fontsYves Van Goethem
 
The state of web typography
The state of web typographyThe state of web typography
The state of web typographyFour Kitchens
 
Web Typography5 090725053013 Phpapp02
Web Typography5 090725053013 Phpapp02Web Typography5 090725053013 Phpapp02
Web Typography5 090725053013 Phpapp02F Blanco
 
Beautiful Web Typography (#5)
Beautiful Web Typography (#5)Beautiful Web Typography (#5)
Beautiful Web Typography (#5)Pascal Klein
 
Progressive Enhancement & Intentional Degradation 2
Progressive Enhancement & Intentional Degradation 2Progressive Enhancement & Intentional Degradation 2
Progressive Enhancement & Intentional Degradation 2elliotjaystocks
 

Similar a The New Web Typography (20)

Employing Custom Fonts
Employing Custom FontsEmploying Custom Fonts
Employing Custom Fonts
 
Making drupal beautiful with web fonts
Making drupal beautiful with web fontsMaking drupal beautiful with web fonts
Making drupal beautiful with web fonts
 
Web Fonts: Why Bother?
Web Fonts: Why Bother?Web Fonts: Why Bother?
Web Fonts: Why Bother?
 
What the @font-face
What the @font-faceWhat the @font-face
What the @font-face
 
New Web Typography
New Web TypographyNew Web Typography
New Web Typography
 
The type revolutionary's cookbook
The type revolutionary's cookbookThe type revolutionary's cookbook
The type revolutionary's cookbook
 
Web Typography Tips
Web Typography TipsWeb Typography Tips
Web Typography Tips
 
Web Typography with sIFR 3 at Drupalcamp Copenhagen
Web Typography with sIFR 3 at Drupalcamp CopenhagenWeb Typography with sIFR 3 at Drupalcamp Copenhagen
Web Typography with sIFR 3 at Drupalcamp Copenhagen
 
new fonts for the web
new fonts for the webnew fonts for the web
new fonts for the web
 
Responsive Web Fonts
Responsive Web FontsResponsive Web Fonts
Responsive Web Fonts
 
The State of Web Type
The State of Web TypeThe State of Web Type
The State of Web Type
 
To Hell with Web Safe Fonts
To Hell with Web Safe FontsTo Hell with Web Safe Fonts
To Hell with Web Safe Fonts
 
(Web ) Typography
(Web ) Typography(Web ) Typography
(Web ) Typography
 
The Trouble With Type
The Trouble With TypeThe Trouble With Type
The Trouble With Type
 
CSS @font-face : Personalized fonts
CSS @font-face : Personalized fontsCSS @font-face : Personalized fonts
CSS @font-face : Personalized fonts
 
The state of web typography
The state of web typographyThe state of web typography
The state of web typography
 
Web Typography5 090725053013 Phpapp02
Web Typography5 090725053013 Phpapp02Web Typography5 090725053013 Phpapp02
Web Typography5 090725053013 Phpapp02
 
Beautiful Web Typography (#5)
Beautiful Web Typography (#5)Beautiful Web Typography (#5)
Beautiful Web Typography (#5)
 
Web Typography
Web TypographyWeb Typography
Web Typography
 
Progressive Enhancement & Intentional Degradation 2
Progressive Enhancement & Intentional Degradation 2Progressive Enhancement & Intentional Degradation 2
Progressive Enhancement & Intentional Degradation 2
 

Más de Forum One

We Are the Champions of . . . What, Exactly? Tracking Digital Metrics That Ma...
We Are the Champions of . . . What, Exactly? Tracking Digital Metrics That Ma...We Are the Champions of . . . What, Exactly? Tracking Digital Metrics That Ma...
We Are the Champions of . . . What, Exactly? Tracking Digital Metrics That Ma...Forum One
 
Creative + Development - Designer vs Developer: Aligning Forces for Good
Creative + Development - Designer vs Developer: Aligning Forces for GoodCreative + Development - Designer vs Developer: Aligning Forces for Good
Creative + Development - Designer vs Developer: Aligning Forces for GoodForum One
 
How Do You Measure the Impact of Your Digital Strategy?
How Do You Measure  the Impact of Your  Digital Strategy?How Do You Measure  the Impact of Your  Digital Strategy?
How Do You Measure the Impact of Your Digital Strategy?Forum One
 
The Ultimate Super Duper Guide to Content Quality
The Ultimate Super Duper Guide to Content QualityThe Ultimate Super Duper Guide to Content Quality
The Ultimate Super Duper Guide to Content QualityForum One
 
I am a digital project manager (and so can you!)
I am a digital project manager (and so can you!)I am a digital project manager (and so can you!)
I am a digital project manager (and so can you!)Forum One
 
Audio Matter: An Intro to Podcasting & Storytelling
Audio Matter: An Intro to Podcasting & StorytellingAudio Matter: An Intro to Podcasting & Storytelling
Audio Matter: An Intro to Podcasting & StorytellingForum One
 
Creative + UX webinar
Creative + UX webinarCreative + UX webinar
Creative + UX webinarForum One
 
Make Your Data Understandable: Communicating for Action and Impact
Make Your Data Understandable: Communicating for Action and ImpactMake Your Data Understandable: Communicating for Action and Impact
Make Your Data Understandable: Communicating for Action and ImpactForum One
 
Creative + Analytics Webinar
Creative + Analytics WebinarCreative + Analytics Webinar
Creative + Analytics WebinarForum One
 
Getting Started with Google Ad Grants
Getting Started with Google Ad GrantsGetting Started with Google Ad Grants
Getting Started with Google Ad GrantsForum One
 
Staff Resource Planning - 1 pager
Staff Resource Planning - 1 pagerStaff Resource Planning - 1 pager
Staff Resource Planning - 1 pagerForum One
 
Staff Resource Planning
Staff Resource PlanningStaff Resource Planning
Staff Resource PlanningForum One
 
Analytics Goals Scorecard
Analytics Goals ScorecardAnalytics Goals Scorecard
Analytics Goals ScorecardForum One
 
Content Strategy: Defining and Monitoring Success
Content Strategy: Defining and Monitoring SuccessContent Strategy: Defining and Monitoring Success
Content Strategy: Defining and Monitoring SuccessForum One
 
Content Strategy Matrix
Content Strategy MatrixContent Strategy Matrix
Content Strategy MatrixForum One
 
Content Strategy for Your Audiences
Content Strategy for Your AudiencesContent Strategy for Your Audiences
Content Strategy for Your AudiencesForum One
 
From Stratosphere to Sea-Level: Grounding Your Analytics Reporting for Each A...
From Stratosphere to Sea-Level: Grounding Your Analytics Reporting for Each A...From Stratosphere to Sea-Level: Grounding Your Analytics Reporting for Each A...
From Stratosphere to Sea-Level: Grounding Your Analytics Reporting for Each A...Forum One
 
User Experience for Health IT - Understanding Your Audiences
User Experience for Health IT - Understanding Your AudiencesUser Experience for Health IT - Understanding Your Audiences
User Experience for Health IT - Understanding Your AudiencesForum One
 
Drupal & Design / 10 Thing I Hate About You
Drupal & Design / 10 Thing I Hate About YouDrupal & Design / 10 Thing I Hate About You
Drupal & Design / 10 Thing I Hate About YouForum One
 
Data For Policy Influence: How to Manage, Distribute, and Present Your Data
Data For Policy Influence: How to Manage, Distribute, and Present Your DataData For Policy Influence: How to Manage, Distribute, and Present Your Data
Data For Policy Influence: How to Manage, Distribute, and Present Your DataForum One
 

Más de Forum One (20)

We Are the Champions of . . . What, Exactly? Tracking Digital Metrics That Ma...
We Are the Champions of . . . What, Exactly? Tracking Digital Metrics That Ma...We Are the Champions of . . . What, Exactly? Tracking Digital Metrics That Ma...
We Are the Champions of . . . What, Exactly? Tracking Digital Metrics That Ma...
 
Creative + Development - Designer vs Developer: Aligning Forces for Good
Creative + Development - Designer vs Developer: Aligning Forces for GoodCreative + Development - Designer vs Developer: Aligning Forces for Good
Creative + Development - Designer vs Developer: Aligning Forces for Good
 
How Do You Measure the Impact of Your Digital Strategy?
How Do You Measure  the Impact of Your  Digital Strategy?How Do You Measure  the Impact of Your  Digital Strategy?
How Do You Measure the Impact of Your Digital Strategy?
 
The Ultimate Super Duper Guide to Content Quality
The Ultimate Super Duper Guide to Content QualityThe Ultimate Super Duper Guide to Content Quality
The Ultimate Super Duper Guide to Content Quality
 
I am a digital project manager (and so can you!)
I am a digital project manager (and so can you!)I am a digital project manager (and so can you!)
I am a digital project manager (and so can you!)
 
Audio Matter: An Intro to Podcasting & Storytelling
Audio Matter: An Intro to Podcasting & StorytellingAudio Matter: An Intro to Podcasting & Storytelling
Audio Matter: An Intro to Podcasting & Storytelling
 
Creative + UX webinar
Creative + UX webinarCreative + UX webinar
Creative + UX webinar
 
Make Your Data Understandable: Communicating for Action and Impact
Make Your Data Understandable: Communicating for Action and ImpactMake Your Data Understandable: Communicating for Action and Impact
Make Your Data Understandable: Communicating for Action and Impact
 
Creative + Analytics Webinar
Creative + Analytics WebinarCreative + Analytics Webinar
Creative + Analytics Webinar
 
Getting Started with Google Ad Grants
Getting Started with Google Ad GrantsGetting Started with Google Ad Grants
Getting Started with Google Ad Grants
 
Staff Resource Planning - 1 pager
Staff Resource Planning - 1 pagerStaff Resource Planning - 1 pager
Staff Resource Planning - 1 pager
 
Staff Resource Planning
Staff Resource PlanningStaff Resource Planning
Staff Resource Planning
 
Analytics Goals Scorecard
Analytics Goals ScorecardAnalytics Goals Scorecard
Analytics Goals Scorecard
 
Content Strategy: Defining and Monitoring Success
Content Strategy: Defining and Monitoring SuccessContent Strategy: Defining and Monitoring Success
Content Strategy: Defining and Monitoring Success
 
Content Strategy Matrix
Content Strategy MatrixContent Strategy Matrix
Content Strategy Matrix
 
Content Strategy for Your Audiences
Content Strategy for Your AudiencesContent Strategy for Your Audiences
Content Strategy for Your Audiences
 
From Stratosphere to Sea-Level: Grounding Your Analytics Reporting for Each A...
From Stratosphere to Sea-Level: Grounding Your Analytics Reporting for Each A...From Stratosphere to Sea-Level: Grounding Your Analytics Reporting for Each A...
From Stratosphere to Sea-Level: Grounding Your Analytics Reporting for Each A...
 
User Experience for Health IT - Understanding Your Audiences
User Experience for Health IT - Understanding Your AudiencesUser Experience for Health IT - Understanding Your Audiences
User Experience for Health IT - Understanding Your Audiences
 
Drupal & Design / 10 Thing I Hate About You
Drupal & Design / 10 Thing I Hate About YouDrupal & Design / 10 Thing I Hate About You
Drupal & Design / 10 Thing I Hate About You
 
Data For Policy Influence: How to Manage, Distribute, and Present Your Data
Data For Policy Influence: How to Manage, Distribute, and Present Your DataData For Policy Influence: How to Manage, Distribute, and Present Your Data
Data For Policy Influence: How to Manage, Distribute, and Present Your Data
 

Último

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfAarwolf Industries LLC
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxAna-Maria Mihalceanu
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Mark Simos
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...BookNet Canada
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 

Último (20)

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdf
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance Toolbox
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 

The New Web Typography

  • 1. THENEWWEB TYPOGRAPHY WHERE THE SEXY IS JASON CRANFORD TEAGUE @ jasonspeaking.com | @jasonspeaking forumone.com | @forumone edUi | 14 September 2011
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19. folha de s. paulo newspaper
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 30. Q1 HOW MANY FONTS ARE THERE? 1,500,000 150,000 15,000 1,500
  • 32. Q2 HOW MANY FONTS ARE COMMONLY USED ON THE WEB? 18 11 10 5
  • 33. Q2 HOW MANY FONTS ARE COMMONLY USED ON THE WEB? 18 11 10 5
  • 34. Q2 HOW MANY FONTS ARE COMMONLY USED ON THE WEB? 18 11 10 5
  • 35. Andale Mono 11 Arial Arial Black Comic Sans MS Courier New Georgia Impact f Times New Roman ! Trebuchet MS CORE WEB FONTS Verdana 
  • 36. If Fonts Were Dogs… fuckyeahdementia.com
  • 37. Andale Mono 11 Arial Arial Black Comic Sans MS Courier New Georgia Impact f Times New Roman ! Trebuchet MS CORE WEB FONTS Verdana 
  • 38. 115 Andale Mono Arial Arial Black Comic Sans MS Courier New Georgia Impact f Times New Roman ! Trebuchet MS CORE WEB FONTS Verdana 
  • 39. Verdana Georgia Trebuchet MS Arial Times New Roman
  • 41.
  • 42. A A A A A A A A A A A A A A A A A A A A A A
  • 43. and A Brand BBrand C Brand D Brand E Brand X and F Brand G Brand H Brand I rand J Brand K Bran d S Brand R Brand T
  • 45.
  • 46.
  • 47.
  • 48. SO… Where are the fonts on the web?
  • 51. Websafe Fontsß 3 I Font Name Weight and Style OS Rank Sample 1 Academy Engraved LET 3-Likely 2 Agency FB bold 4-Less Likely 3 Algerian 4-Less Likely 4 American Typewriter bold 2-Almost Certain 5 Andale Mono 1-Certain 6 Apple Chancery 2-Almost Certain 7 Apple Symbols 2-Almost Certain 8 Arial bold, italic, bold/italic 1-Certain
  • 52. @ 2008 Safari Supports TTF & OTF Formats
  • 53. @ 2008 2009 All Browsers Support Webfonts
  • 54. @ 2008 2009 2010 The Year of Web Typography
  • 55. @ 2008 2009 2010 2011 Web Typography is Sexy
  • 56.
  • 57.
  • 58.
  • 60. WHERE DO WEBFONTS COME FROM? @ @ $ @ ⎋ convert buy lease
  • 64. WEBFONT or web font e space notice th
  • 65. WEBFONT Font file downloaded from a web server and used by the browser to render HTML text.
  • 66. WEBFONTS Your your Your Computer font font-file Server server file
  • 67. YOUR FONT web page User's Computer your server @font-face font-file
  • 69. BROWSER WEBFONT EOT ✔4 TTF/OTF ✔ 3.5 ✔ 3.1 ✔ 10 SVG ✔ 3.1 ✔3 ✔ 10 WOFF ✔9 ✔ 3.6 ? ✔6 ✔ 11
  • 70. MOBILE WEBFONT EOT TTF/OTF ✔ 4.2 ✔ 2.2 ✔6 SVG ✔ 3.1 WOFF
  • 71. WEBFONTS .eot file font-file .ttf/.otf font-file file Your your Server server Your Computer font-file .svg file .wo font-file file
  • 73. Star generic understudy font-family:%'gill%sans%MT',%arial,%sans-serif;
  • 74. Websafe generic core web font-family:%'gill%sans%MT',%arial,%sans-serif;
  • 75. /fonts myfont-webfont.eot myfont-webfont.otf myfont-webfont.svg myfont-webfont.woff
  • 76. name you give it @font-face%{ font-family:%Diavlo; src:%url('fonts/Diavlo_BOOK_II_37.otf'); } path to font file
  • 77. name you give it @font-face%{ font-family:%'body%copy'; src:%url('fonts/Diavlo_BOOK_II_37.otf'); } path to font file
  • 78. name you give it ?# fixes IE @font-face%{ font-family:%'body%copy'; src:%url('myfont-webfont.eot'); src:%url('myfont-webfont.eot?#iefix')% %%%%%%%%%%format('embedded-opentype'),% % %url('myfont-webfont.woff')%format('woff'),% % %url('myfont-webfont.ttf')%%format('truetype'), % %url('myfont-webfont.svg#webfontFqDaNIX6')% %%%%%%%%%%format('svg'); }
  • 79. name you gave it font-family:%diavlo,%'gill%sans%MT',%arial,%sans-serif;
  • 80. name you gave it font-family:% 'body%copy',%'gill%sans%MT',%arial,%sans-serif;
  • 81. @font-face%{ font-family:%'body%copy%bold'; src:%url('myfont-bold-bold-webfont.eot');% src:%url('myfont-bold-webfont.eot?#iefix')% %%%%%%%%format('embedded-opentype'),% % %url('myfont-bold-webfont.woff')%format('woff'),% % %url('myfont-bold-webfont.ttf')%%format('truetype'), % %url('myfont-bold-webfont.svg#webfontFqDaNIX6')% %%%%%%%%format('svg'); }
  • 82. @font-face%{ font-family:%'body%copy'; src:%url('myfont-bold-webfont.eot');% src:%url('myfont-bold-webfont.eot?#iefix')% %%%%%%%%format('embedded-opentype'),% % %url('myfont-bold-webfont.woff')%format('woff'),% % %url('myfont-bold-webfont.ttf')%%format('truetype'), % %url('myfont-bold-webfont.svg#webfontFqDaNIX6')% %%%%%%%%format('svg'); font-weight:%bold; font-style:%normal; }
  • 83. @font-face%{ font-family:%'body%copy'; src:%url('myfont-webfont.eot');% src:%url('myfont-webfont.eot?#iefix')% %%%%%%%%format('embedded-opentype'),% % %url('myfont-webfont.woff')%format('woff'),% % %url('myfont-webfont.ttf')%%format('truetype'), font-weight:%bold; font-style:%normal; }
  • 84. @font%face,{ font%family:,'body,copy'; src:,url('myfont%webfont.eot');, src:,url('myfont%webfont.eot?#iefix'), ,,,,,,,,format('embedded%opentype'),, , ,url('myfont%webfont.woff'),format('woff'),, , ,url('myfont%webfont.ttf'),,format('truetype'), font%weight:,normal; font%style:,normal; } @font%face,{ font%family:,'body,copy'; src:,url('myfont%bold%webfont.eot');, src:,url('myfont%bold%webfont.eot?#iefix'), ,,,,,,,,format('embedded%opentype'),, , ,url('myfont%bold%webfont.woff'),format('woff'),, , ,url('myfont%bold%webfont.ttf'),,format('truetype'), font%weight:,bold; font%style:,normal; } @font%face,{ font%family:,'body,copy'; src:,url('myfont%italic%webfont.eot');, src:,url('myfont%italic%webfont.eot?#iefix'), ,,,,,,,,format('embedded%opentype'),, , ,url('myfont%italic%webfont.woff'),format('woff'),, , ,url('myfont%italic%webfont.ttf'),,format('truetype'), font%weight:,normal; font%style:,italic; }
  • 85. WHERE DO I FIND WEBFONTS?
  • 87. CONVERT, BUY OR LEASE? conversion — YOUR FONT retailers — YOUR FONT web font service bureaus — THEIR FONT
  • 88. YOUR FONT web page User's Computer your server @font-face font-file
  • 89. THEIR FONT web your page server User's Computer @font-face, <link> JavaScript WFSB server font-file
  • 90. CONVERT? @ ➡Any Font ➡You control quality ➡You control the code ➡Sub-setting
  • 93. LOOKING FOR… @ ➡ EULA? Are you breaking the law? ➡Server load? ➡Screen Quality?
  • 94.
  • 95.
  • 96. BUY? @ $ ✓ One Time Price ✓ Desktop Use ✓ Unlimited Domains ✓ Unlimited Page Views ✓ Many are free
  • 97. LOOKING FOR… @ $ ✓ Webfont linking in EULA ✓Compression ✓ Formats ✓ Price Structure
  • 98. RETAILERS @ $ RETAILER FontSquirrell FontSpring MyFonts Kernest FontShop Webfonts 660 1800+ 100+ 37,296 2543 families families families fonts famalies Subset ✔ ✔ ✔ eot, otf, ttf, svg & Formats woff eot, ttf, svg & woff eot & woff eot, ttf, svg & woff eot, ttf, svg & woff Price Free $80-860 Free-$100 $10-$160 free–$15 /ws /ws /font /font URL fontsquirrell.com fontspring.com fontshop.com myfonts.com kernest.com
  • 99. LEASE? @ ⎋ ➡ No license worries ➡ No cross browser worries ➡ Reduces server strain ➡ Quality Fonts
  • 100. LOOKING FOR… @ ⎋ ✓Available Fonts or Font Families ✓How Fonts are Added ✓Local Use ✓Bandwidth Usage ✓Price Structure
  • 101. @ WEBFONT SERVICE BUREAUS ⎋ WFSB Google Web Fonts fonts.com WebInk FontDeck WebType Webfonts 150+ 10,000+ 2283 735 580+ families fonts fonts families families <js> or Embed <link> @font-face <link> <link> @font-face Local ✔ ✔ ✔ Subset ✔ ✔ ✔ ✔ Bandwidth Unlimited 25K–12.5M 1–80GB 1M 250K–2.5M pageviews/month month pageviews/month pageviews/month Billing Free Free–$500 99¢–$59.99 $2.50–19.99 $40–400 unlimited/month 4ws/month font/year font/yeat URL google.com/webfonts webfonts.fonts.com webink.com fontdeck.com webtype.com
  • 102. @ WEBFONT SERVICE BUREAUS ⎋ WFSB FontsLive Typekit Kernest Typotheque Typonine Webfonts 499 4000 2503 40 20 fonts fonts fonts families families <js> or <link> or Embed <js> <link> <link> @font-face @font-face Local ✔ ✔ ✔ ✔ Subset ✔ ✔ ✔ ✔ Bandwidth 250K–12.5M 25K–1M Unlimited Unlimited 500MB pageviews/month pageviews/month /month free Billing $40–$2,000 Free–$99.99 Free–$15 $100–900 €2 unlimited/year /year /font/year/ws /family additional GB/month URL fontslive.com typekit.com kernest.com typotheque.com typonine.com
  • 103.
  • 104. HOW DO I CHOOSE WEBFONTS?
  • 105. choose for REPERTOIRE…
  • 106. choose for STYLES… Cambria Lorem& ipsum& dolor& sit& amet,& consectetuer& adipiscing& elit.& Nunc& sed& ligula.& Pellentesque& non! felis! vel! lorem! tempor! ultricies.& Class& aptent&taciti!sociosqu!ad!litora&torquent&per& conubia& nostra,& per& inceptos& hymenaeos.& Vestibulum&ante&ipsum&primis&in&faucibus)orci) luctus& et& ultrices& posuere& cubilia& Curae;& In& hac& habitasse& platea& dictumst.& Aenean& venenatis& hendrerit& tellus.& Nunc& posuere,+ nulla& quis+ sollicitudin& pretium,& dui& mi& ultricies&magna,&id&placerat&lorem.
  • 107. choose for STYLES… Baskerville Old Face Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc sed ligula. Pellentesque non felis vel lorem tempor ultricies. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In hac habitasse platea dictumst. Aenean venenatis hendrerit tellus. Nunc posuere, nulla quis sollicitudin pretium, dui mi ultricies magna, id placerat lorem.
  • 108. choose for OPTIMIZATION…
  • 109. choose for COMPATIBILITY…
  • 110. choose for LEGIBILITY… Diavlo Looking Glass Weight & Thickness Strokes & Serifs Tahoma Looking Glass
  • 111. choose for LEGIBILITY… Slab Serif
  • 112. choose for READABILITY… letter spacing letter width Tahoma Looking Glass x-height counter width
  • 113. choose for REPERTOIRE STYLES OPTIMIZATION COMPATIBILITY LEGIBILITY READIBLITY
  • 116.
  • 117. A A A A A A A A A A A A A A A A A A A A A A
  • 118. and A Brand BBrand C Brand D Brand E Brand X and F Brand G Brand H Brand I rand J Brand K Bran d S Brand R Brand T
  • 119. IF I SAY… “I’m going to kill you”
  • 120. “I’m going to kill you” Suave = Cooper Black “I’m going to kill you” Robotic = Synchro LET “I’m going to kill you” Insane = Sybil Green “I’m going to kill you” Pirate = UglyQua
  • 121. HOW DO I MAKE WEB TYPOGRAPHY SEXY?
  • 122. use CONTRAST… High Color Contrast
  • 123. use CONTRAST… Low Color Contrast
  • 124. use CONTRAST… Mixed Color Contrast
  • 125. use CONTRAST… Stylecontrast
  • 126. use CONTRAST… widthContrast
  • 127. use CONTRAST… TypefaceContrast
  • 128. use CONTRAST… multiContrast
  • 129.
  • 130.
  • 131.
  • 132. use SPACE… Looking-Glass house One thing was certain, that the white kitten had had nothing to do with it:--it was the black kitten's fault entirely. For the white kitten had been having its face washed by the old cat for the last quarter of an hour (and bearing it pretty well, considering); so you see that it couldn't have had any hand in the mischief.
  • 133. use SPACE Looking-Glass house One thing was certain, that the white kitten had had nothing to do with it:--it was the black kitten's fault entirely. For the white kitten had been having its face washed by the old cat for the last quarter of an hour (and bearing it pretty well, considering); so you see that it couldn't have had any
  • 134.
  • 135.
  • 136. use SCALE… LARGE small
  • 137.
  • 138. use TEXTURE… Drop Shadow
  • 139. use TEXTURE… Emboss or Bevel
  • 140.
  • 141. use CONSISTENT VARIATION…
  • 142.
  • 146. THENEWWEB TYPOGRAPHY QUESTIONS @ jasonspeaking.com | me@jasonspeaking.com | @jasonspeaking