• Email
  • Like
  • Save
  • Private Content
  • Embed
 

Web Typography with CSS3

by

  • 21,838 views

A presentation for Carsonified by Sean Gaffney and Matthew Smith.

A presentation for Carsonified by Sean Gaffney and Matthew Smith.

Accessibility

Categories

Upload Details

Uploaded via SlideShare as Adobe PDF

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

31 Embeds 391

http://www.slideshare.net 71
http://paolovalzania.wordpress.com 57
http://notebook.squaredeye.com 55
http://www.latebytes.nl 49
http://blog.3sixty.co.uk 37
http://feeds.feedburner.com 25
http://onwebdev.blogspot.com 20
http://mbl0gger.net 12
http://blog.mbl0gger.net 9
http://www.myklroventine.com 8
http://chrisrutz.de 7
http://paolovalzania.blogspot.com 5
http://pinterest.com 4
http://paper.li 4
http://paolovalzania.blogspot.it 3
http://talksathome.com 3
http://posterous.com 3
http://www.e-presentations.us 3
http://paolovalzania.posterous.com 2
http://onwebdev.blogspot.co.uk 2
http://www.tumblr.com 2
http://1.embed.urli.st 1
http://localhost 1
http://onwebdev.blogspot.fr 1
http://blog.gabrieleromanato.com 1
url_unknown 1
http://www.talksathome.com 1
http://zootool.com 1
http://jujo00obo2o234ungd3t8qjfcjrs3o6k-a-sites-opensocial.googleusercontent.com 1
http://ig.gmodules.com 1
http://uxgent.com 1

More...

Statistics

Likes
48
Downloads
710
Comments
3
Embed Views
391
Views on SlideShare
21,447
Total Views
21,838

13 of 3 previous next Post a comment

  • itjil Jil Wright, Instructional Designer, Multimedia/Web Developer at Higher Ed awesome, thanks guys 3 years ago
    Are you sure you want to
  • JoshuaSortino Joshua Sortino at Joshua Sortino Thanks for the presentation guys! Very insightful. 3 years ago
    Are you sure you want to
  • seangaffney Sean Gaffney at Sean Gaffney Just wanted to answer some of the questions we didn’t have time to answer from our presentation. :)

    --

    Q: Are there any notable effects on performance when implementing @fontface for larger portions of text? (regardless of design issues of course)

    A: Once the file is loaded into the browser’s cache, it performs just as well as if the font were local to the visitor’s machine. Neither sIFR, FIR, Cufon, nor any other javascript technique can claim anything near that performance-wise.


    Q: How does one achieve the best typography without hyphenation and justification?

    A: Justification of text is available via the CSS ’text-align’ property, which is from the CSS1 spec and supported by all major browsers. Just set it to ’justify’ and you’re good to go. Granted, it’s not the sophisicated justification we get from something like InDesign (where letterspacing is also affected), but it works. Hyphenation is a different story. It’s in the CSS3 Text module spec, but it’s not been implemented by any browser manufacturers that I’m aware. Check out this link: http://www.w3.org/TR/css3-text/#hyphenate. There is, however, what’s called the ’soft hyphen’. You can include this HTML entity in your word ’shy;’ (preceded with an ampersand) and the word will break with a hyphen where you’ve included that entity IF the containing element’s width gets in the way. No, it’s not separated from markup, which makes it a pain to use, but it is the tool we currently have. :)


    Q: Do the rendering issues on Windows also affect EOT files?

    A: Yep. EOT is just the format of the font file, which is specific to IE. You can deliver a WOFF to Firefox on Windows and still have the same rendering problems, which are a result of a) the font’s hinting and b) the rendering engine used to display the type by Windows. Check out this article for more information: http://www.thomasphinney.com/2009/12/browser-choice-vs-font-rendering/


    Q: If you have three font file formats declared like the last screen (where they actually had three font file types for the same font to make sure all browsers are covered), will your browser and load time be effected as it tries to load all the supported formats?

    A: Nope, as long as you’ve provided the correct syntax, the browser will go down the list until it finds a format that it recognizes, then download it and ignore the rest.
    3 years ago
    Are you sure you want to
Post Comment
Edit your comment

Web Typography with CSS3 Web Typography with CSS3 Presentation Transcript