Slashdot Mirror


What Makes a Good Web Font

SitePoint writes "We've published an article on the way in which fonts are used on the Web. We found that a large "x-height" (the height of a lowercase 'x' in relation to the total height of the font) makes fonts more readable on a computer screen, as does a wide "punch width" (the width of the hole inside letters such as 'o' and 'b'). Helvetica is a good font to use online. The designer's choice of fonts is usually limited by the user's OS, but techniques such as SIFr (example) are allowing Web designers to provide their own fonts."

78 of 515 comments (clear)

  1. Let the user choose by Ed+Avis · · Score: 5, Insightful

    Surely the choice of font ought to be something individuals can set up in their web browser. A website doesn't really have much business selecting particular named fonts, content versus presentation and all that. If you use CSS then you can quite reasonably limit yourself to normal, sans-serif and monospaced - and trust that any sane web browser will choose something readable on the user's screen.

    --
    -- Ed Avis ed@membled.com
    1. Re:Let the user choose by John+Nowak · · Score: 5, Insightful

      Insane... using flash and javascript to render unhighlightable text? Surely usability is more important than typography, no?

    2. Re:Let the user choose by meringuoid · · Score: 3, Funny
      Surely the choice of font ought to be something individuals can set up in their web browser. A website doesn't really have much business selecting particular named fonts, content versus presentation and all that.

      Don't you need written permission from the content provider to do that? You know, taking their intellectual property and creating your own derivative work by applying your own formatting preferences to it... Surely web designers should specify exactly how they want their page to appear, and browsers should render it as they intended; doing otherwise is probably a DMCA violation. Indeed, using a non-standard browser is probably a violation in itself; Firefox does not render many standards-compliant websites correctly, and so is creating unauthorised derivative works. The Mozilla foundation is probably liable for a fortune.

      note: by 'standards' we mean Internet Explorer 6, which is the industry standard and is all that should be necessary for development and testing.

      (sigh)

      The worrying thing is there are PHBs around who really will think like this.

      --
      Real Daleks don't climb stairs - they level the building.
    3. Re:Let the user choose by Tet · · Score: 3, Informative
      Surely the choice of font ought to be something individuals can set up in their web browser.

      Indeed. The article makes some reasonable points, but falls over by using http://www.jaredigital.com and http://www.coudal.com as sample sites. Both of those make schoolboy errors when it comes to web typography. They override the user's default font, and they specify explicit font sizes in pixels. Which might work fine for them, but not everyone has the same size or resolution display that they do. Font sizes should always be given as a percentage of the user's preferred height, and never specified explicitly. Sigh.

      (Yes, in addition to being a web page designer, I'm a typography freak)

      --
      "The invisible and the non-existent look very much alike." -- Delos B. McKown
    4. Re:Let the user choose by LnxAddct · · Score: 3, Interesting

      Ha thats not even the worst part! You can provide your own font face src according to CSS2. Read here for more info. Its absurd using javascript and flash when custom fonts are already handled by CSS.
      Regards,
      Steve

    5. Re:Let the user choose by Daniel_Staal · · Score: 2, Insightful

      Yes and no: first off, you are assuming this will only get applied to text displayed in browsers. It could just as easily be applied to text in online logo (images) or to text used in PDFs for various purposes.

      Secondly, most users don't even realize they can change the font in their browsers, and a smaller percentage actually do. Asking for a good font will help all of them.

      Thirdly, sometimes part of a design should be in a different font from the rest, to help set it off, or just to help the asthetic. Knowing how to choose a good font is helpful here. (In these cases you probably should leave the main text as 'sans-serif', and just apply the font to auxilliary text.)

      Lastly, the choice of font can help differentiate your brand, and so gets used to do so.

      If 'readable' is your only consideration, and you can let the user specify, use 'sans-serif'. Otherwise knowing how to pick a good font is useful knowledge.

      (Which doesn't even touch on the question of what should be the default default font in a web browser...)

      --
      'Sensible' is a curse word.
    6. Re:Let the user choose by the+web · · Score: 2, Informative

      The point of highlighted has already been touched on, it can be highlighted.

      But the strength of sIFR is that under the hood, the markup remains <h1>Replaced Text</h1>. Maintaining it's searchability, symantic correctness, and in the event the user doesn't have the appropriate version of flash or has JS turned off, the headline defaults to the style specified in the CSS, Trebuchet, Verdana, what have you.

      sIFR respects the users preferences while at the same time delivering the cherry on top when it is permitted. Because whether or not you care to admit it, designers like to make their pages look nice, and that means typefaces too.

      Can't we all just get along!!?

      --
      __
      Thou hast besquirted me, O leotarded one.
    7. Re:Let the user choose by nateziarek · · Score: 2, Insightful

      But if those fonts are not available on the users machine, they don't show up. Using the flash method, the fonts are embedded into the flash file.

      As for people thinking that it should be only user-fed font choices, that's just BS. Content is the only reason to go to a site. But if two sites have the same content (think any news site on the planet), I want to go to the site that provides the information in the easiest to digest manner. That requires good design which, for textual content, is hinged on good font choices (including faces, spacing and sizing).

      Design is not meaningless in the face of almighty content - it enhances and improves...

    8. Re:Let the user choose by Pieroxy · · Score: 2, Funny

      Clearly, it is true that Firefox violates the most basic standards by omitting a well-know and widely used tag for making text better. IE integrates it since version 3, and it is rightly so that it is the best *cough* browser as of today.

      MARQUEE implementation should be required before a piece of code should be called a 'browser'.

    9. Re:Let the user choose by maxwell+demon · · Score: 2, Funny

      Indeed, the current Web experience is lacking. Web sites should be able to set the screen resolution for the viewer, so that sites optimized for a certain resolution can be displayed optimally on every computer. It's really a shame that there's not yet an API to do it. :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    10. Re:Let the user choose by squoozer · · Score: 2, Insightful

      While I generally agree with you that a user should be able to choose the font they want to view a page in I don't agree that a website has no business specifying a font. Presentation, to most people, is an important part of the experience when viewing a web page or any other content. While some people like to view their content devoid of all but the most basic formating (GNU Pages) others (I would argue the majority) like the additional formatting and styling.

      When a designer creates a page (or whole site) he is aiming for a particular response and feeliing. By removing the designers ability to set the font you are removing one of his primary tools.

      Finally, the content is paid for by the designer or the person paying the designer. If they want to make it practically unreadable through a poor choice of font it is up to them. You have then have the choice of whether you use that content. Hopefully, if the content is good, you will use it. If the content is bad don't use it and maybe the content provider will change the content to better suit your needs.

      --
      I used to have a better sig but it broke.
    11. Re:Let the user choose by the+web · · Score: 2, Informative

      So now you're telling the user what they want!?

      If the user has flash installed and JavaScript turned on then that is the only green light/permission I need to serve the user the content they have approved. I create pages out of xhtml+css with markup, presentation, and behaviour seperated correctly. So long as I keep the Javascript in the behaviour column, the flash in the presentation column and the headline in the markup, the user has to freedom to view whatever areas they want without compromising the acctual content. sIFR has a place to sit in the architecture and it doesn't bully the content around.

      --
      __
      Thou hast besquirted me, O leotarded one.
    12. Re:Let the user choose by b4k3d+b34nz · · Score: 2, Insightful

      It's absurd that you're making this argument when no browser currently supports this method of displaying fonts. You read the recommended spec, not the actual spec. Opera, Firefox and others support the actual spec for CSS2. IE barely supports CSS1, so nobody can use this method yet. It will be a nice day though.

      --
      Grammar Lesson: you're is a contraction of "you are"; your means you possess something; yore means days gone by.
    13. Re:Let the user choose by Lord+Crc · · Score: 2, Insightful

      The point of highlighted has already been touched on, it can be highlighted.

      Only one flash at a time. Try selecting the WHOLE article and copy it...

    14. Re:Let the user choose by greed · · Score: 2, Informative

      Yes, the article completely missed out on the Very Most Important Font Size Issue on the Web.

      That is, of course, how Windows treats points as equivelent to pixels, whereas Macintosh and UNIX system treat points as 72-per-inch like they're supposed to be. (X11 has lots of problems with font rendering if you use the older APIs, but it does know how to read the DDC codes from your monitor to calculate the correct resolution: check xdpyinfo | grep dimensions.)

      (I don't use Windows enough to know--do Mozilla and Opera have the same pixels vs. points issue, or is it Internet Explorer only?)

      But the absolute best advice on font size is the one you offer: relative sizes from the user's chosen default.

      The Minimum Font Size setting in the new Mozilla and Safari browsers is crucial to us non-Windows users. But, that just sets a floor--without relative sizes, we see no font size changes for anything that is specified "too small".

    15. Re:Let the user choose by b4k3d+b34nz · · Score: 2, Interesting

      Do you have an example of it working? Netscape 4, IE5 and IE6 were all created when CSS was relatively new (at least in terms of popularity). None of the above implemented all of CSS1, and the developers probably never looked at CSS2. The developers of Netscape 4 were using a JavaScript based style sheet language at the time, and decided to go with CSS at the last minute, which leads me to believe they didn't do anything with CSS2.

      Also, at the time, the CSS2 spec was still very new, and was most likely under development whenever these browsers were being developed.

      Finally, I've tried it before and it didn't work. Not in any browser. Granted, it's been about a year, but IE hasn't been updated since anyway.

      --
      Grammar Lesson: you're is a contraction of "you are"; your means you possess something; yore means days gone by.
    16. Re:Let the user choose by Midnight+Thunder · · Score: 2, Informative

      Actually in some browsers, such a Firefox, you can actually change the DPI. I have mine set to 96dpi on my MS-Windows machine.

      --
      Jumpstart the tartan drive.
    17. Re:Let the user choose by InsaneLampshade · · Score: 2, Funny

      You mean your browser *won't* let you download fonts?

      http://www.1001fonts.com

      ;)

    18. Re:Let the user choose by Onan · · Score: 2, Interesting
      I agree, design is an important tool to enhance the delivery of content. And you know which font is always the one which best presents your content?

      The one that I, the reader, have chosen.

      Uniqueness is not a virtue in design.

    19. Re:Let the user choose by nateziarek · · Score: 2, Interesting

      we might just have to agree to disagree...

      the design decisions I am talking about are not made in a vacuum, they are based on research and feedback and often times take months to achieve even the slightest amount of progress. To think that a user, untrained in typography or any design methods, would be able to choose the "correct" font based purely on - what? - what they like? is a little ridiculous. That isn't to say that the user shouldn't be able to choose their own font - go ahead, screw up the design and lessen your experience - however, I should be able to specify the exact font that I've determined maximizes content delivery.

      Design is not a graphic or a layout or a font. It is the interdependence of each element. In that regard, yes, uniqueness is a virtue in design. Different for the sake of different is not.

  2. Calibri by theheff · · Score: 3, Informative

    I am a huge fan of Calibri. It's a new font that's pretty standard in Office 12. It's similar to trebuchet, but very easy on the eyes. You'll understand once you use it for a little. Only problem is if you're going to use it as text on the web, people need to have it installed, first.

    1. Re:Calibri by adamjaskie · · Score: 4, Informative

      This is why you can specify multiple fonts/font families in CSS.

      p {font-family: Calibri, Trebuchet, Helvetica, sans-serif;}

      It will check for Calibri, and use that if the user has it installed. If not, it will check for Trebuchet, then Helvetica, and finally, if the user has none of those installed, it will fall back to whatever the user has set as the default sans-serif font.

      If there is a particular font you like, you can provide it for download (well, if you are ALLOWED to provide it for download, many commercial fonts have to be purchased) on your site, perhaps with a little blurb about how this font is sooooo great you just have to try it. The user can (if she wants) download and install the font, and your site will look the way you intended.

      --
      /usr/games/fortune
  3. "Trust the browser" by Mr.+Slippery · · Score: 3, Insightful

    The user has selected the font most comfortable for them. Other than for headings and special effects, why not leave it the heck alone? (Especially font size. "Designers" who want to shrink body text from the size I've chosen need to be horsewhipped.)

    --
    Tom Swiss | the infamous tms | my blog
    You cannot wash away blood with blood
    1. Re:"Trust the browser" by hopelessliar · · Score: 2, Informative
      problem is, most people that surf have no clue that:
      • a) they can select a font of their choosing
      • b) how to do it

      so imo, mostly, this argument falls flat. Perhaps more important is the accessibilty of a website? Maybe this is more important:
      http://www.w3.org/WAI/

    2. Re:"Trust the browser" by julesh · · Score: 3, Insightful

      The user has selected the font most comfortable for them.

      Err... no. In 99% of situations, the user hasn't even realised they can change the default font, and wouldn't bother doing so even if they did know because almost every web site they visit overrides the default anyway.

      And most users wouldn't know a readable font if it smacked them over the head with an em-dash. If most people knew about this feature, I bet most people would have it set to comic sans.

  4. Italics? by joshv · · Score: 4, Insightful

    Well, at least the folks that run slashdot seem to think large italicized blocks of text are readable. I beg to differ.

  5. What makes a good web font by mcgroarty · · Score: 2, Insightful
    Here's what makes a good web font. The criteria is very simple: The user selected it. Specify monospace or proportional, but use the font the user selected in his browser.

    It sucks having to disable or override fonts globally to keep pages from doing nutty and unreadable things. It breaks the rare case where a specific font was required to make a page work, not simply preferred by the webmaster of the moment.

  6. What makes a bad font by MobyDisk · · Score: 3, Insightful

    Q: What makes a bad font?
    A: One that requires XHTML + CSS + Javascript + Flash to display.

    Is there some font fetish that I just don't get? Unless I am printing a nifty banner for a 6-year old's birthday, or a logo which should be an image anyway, then it just doesn't matter. As far as I care, there are three fonts: Serif, and Sans-Serif, and Fixed width.

    Technically, this is an interesting hack, but please don't try to it on my computer. I have Flash block in place because Flash is constantly abused like this. Please don't make it worse. If people really really really cared that much about their fonts then we would have a standard mechanism for download fonts, and better font renderers. But frankly, for 99% of the population, the fonts are just fine.

    1. Re:What makes a bad font by Skye16 · · Score: 2, Insightful

      No, but 99% of the population will be happy to let you know that "your site looks like crap because the letters are ugly".

  7. Choosing My Own Fonts by trogdor8667 · · Score: 2, Interesting

    Personally, I like to change my default font to Verdana. I do this on my website, and in my browser. I simply hate Times New Roman, and am not overly fond of Helvetica either. Personally, I see why in logos and things users may want to use other fonts, but since these are typically images, the problem of users not having a font is a moot point. For the rest of websites, though, typically, most decent websites use a standard font such as arial, verdana, helvetica, or Times New Roman.

    While this is extremely close-minded and un-artistic, this is honestly the way I prefer it. I hate it when my browser is taken over by someone else's fonts, cursors, or popups. To me, they're all the same intrusive, annoying thing, and are all on the same level of annoyance.

  8. Text in flash? Not for me, thanks. by IvanCruz · · Score: 2, Informative

    And for a very good reason. Flash contents are not indexed by Google. Not even when it's text only.

  9. Best font = no font requirements by ErichTheRed · · Score: 5, Insightful

    Web designers should design their pages to accomodate whatever font the user requires. I often use Firefox's Increase and Decrease Font Size features to make text more readable for me, especially if it's latw at night and I'm looking at a web page filled with financial data, etc. Well-designed sites seem to work well with the feature; others that use boundaries, tables, etc. to "force" text into certain areas of the page don't scale well at all. Also, the user should be able to switch between sans serif and serif fonts depending on whether they're scanning for data (sans-serif) or doing long-term reading (serif.)

    Someone should tell the design community that every user can't read every point size or font face well on their computer. This becomes increasingly important now that LCDs have such tiny native resolutions. Large ones can came native at 1400x1050 now, making default font sizes incredibly small for those of us not blessed with perfect vision. For those who don't need magnifying software on their computer but also don't want to run a high-end LCD at a lousy resolution, this is the best idea.

  10. YES... it's highlightable... by Volanin · · Score: 5, Informative

    And yes...
    It's also searchable AND displayable without FLASH.

    This technique just puts a FLASH "movie" over the original text. If you don't have FLASH, you will just see the original text without the "FLASH fonts"... no big deal.

    If you search, the browser will find the text BEHIND the FLASH movie. Everything is fine man.

    IMO, this is indeed a Good Thing (TM).

    --
    If I clone myself, can I call it a thread?
    If a girl winks to us, can I call it a race condition?
    1. Re:YES... it's highlightable... by Volanin · · Score: 3, Informative

      Check out the example page here

      --
      If I clone myself, can I call it a thread?
      If a girl winks to us, can I call it a race condition?
    2. Re:YES... it's highlightable... by lpangelrob · · Score: 4, Insightful
      All that's wonderful.

      So... I'd like to click on that link up at the top of his example page. Where does it go? How do I know it won't generate popups

      If I can't tell within 2 seconds where the link goes, I'm not going to click on it. I also tend to forward URLs of interest to people, and use this right-click --> Copy link location... to do it. Why won't Flash let me do that? I know I can go to the page and up to the address bar, but that's not the point.

      Considering they're at version 8.0 right now of their player, I can't imagine how hard it would be to interface with a browser's status window and at least tell me something.

    3. Re:YES... it's highlightable... by Freexe · · Score: 3, Insightful

      It's not great, it makes your page invalid IIRC and it doesn't scale well.

      Plus you can't highlight text and then carry on selecting text futher down the page, also right click custom menus don't appear (I have a search and open in new window etc... in my right click menu)

      --
      "In a time of universal deceit - telling the truth is a revolutionary act." - George Orwell
    4. Re:YES... it's highlightable... by metamatic · · Score: 2, Informative

      And if you're one of the many people with "click to play" enabled for Flash, you get all the text hidden behind rectangles with play buttons on.

      Oh yeah, real usable.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    5. Re:YES... it's highlightable... by Deffexor · · Score: 4, Insightful

      IMO, this is indeed a Good Thing (TM).

      Except for those of us using the FlashBlock Firefox Extension: http://flashblock.mozdev.org/

      I'd guess that 90% of Flash is used for advertising. Block Flash and you block mostly advertising. And typically very annoying advertising at that. (Whatever happened to the good old animated GIF?) Then you add exceptions for certain sites like, oh, Slashdot, Homestar Runner, JibJab, etc.

      No, this is not a good thing. The fonts should be fixed thru a W3C standard. Not some proprietary hack to load on top of something else. (Not that anybody ever listens to the W3C, but I digress...)

    6. Re:YES... it's highlightable... by Mprx · · Score: 3, Insightful

      Some of those titles are unreadably small, but increasing browser zoom does not update the flash until you reload the page. For text that doesn't look any better than my carefully configured fonts anyway, this is pure loss in functionality.

    7. Re:YES... it's highlightable... by cortana · · Score: 2, Insightful

      In addition to the other comments, the use of flash breaks the ability to scroll the page with the mouse wheel. If the mouse pointer happens over a flash object, the object steals the button press message for itself, and the web browser doesn't scroll.

    8. Re:YES... it's highlightable... by NardofDoom · · Score: 2, Insightful
      It's also searchable AND displayable without FLASH.

      Great!

      \Disables flash for that site
      \\Doesn't like people who are anal about layouts.

      --
      You have two hands and one brain, so always code twice as much as you think!
    9. Re:YES... it's highlightable... by Professor_UNIX · · Score: 2, Interesting
      Then you add exceptions for certain sites like, oh, Slashdot, Homestar Runner, JibJab, etc.

      Why would you need to view Flash on Slashdot? The only time I've ever seen it used here was when I was over a friend's house using Internet Explorer and noticed a lot of articles have annoying Flash animated advertisements associated with them. Kind of ironic since Hemos once said to let him know if their ad provider ever snuck in flash ads.. I guess they've revised that policy.

  11. Precisely. by Richard+Steiner · · Score: 2, Interesting

    I do a lot of surfing using a text based browser (Links) on an 80x33 screen, and my guess is that most web site designers never anticipated that type of display. It's nice, however, to be able to read everything using the super-readable screen font generated by my video card, and for the most part it seems to work rather well.

    Even with GUI browsers, I tend to override web site fonts with things such as Arial which I know work well on my machine, and which are relatively easy on the eyes.

    If a site author really wants to use their own fancy fonts, I think they should create graphics.

    --
    Mainframe/UNIX Bit Twiddler and long time Windows/Linux Hobbyist.
    The Theorem Theorem: If If, Then Then.
  12. Well, that depends. by KingSkippus · · Score: 4, Informative

    Well first of all, most browsers do have an option to set fonts and override other page's fonts if that's really what you want to do.

    In IE, it's under Tools / Internet Options / Fonts. To make your chosen fonts override fonts set by Web pages, look under Tools / Internet Options / Accessibility, and there's an option labeled, "Ignore font styles specified on Web pages."

    In Firefox, it's under Tools / Options / General / Fonts and Colors. The option to force Firefox to override fonts set by the Web is at the bottom, labeled, "Always use my: Fonts"

    In Opera, well, you're on your own, because I haven't played with it enough to know. I suspect that it's extremely similar, though.

    What you're complaining about seems to be that the Web is increasingly becoming not just about content, but about presentation as well. I know, I know, that's not what it was originally set up for, but it's changed an awful lot over the years. Some sites just don't work right without the ability to say not only what is on a page, but how it's on the page. I'm not talking about not working from a design or coding point of view, I mean from a structural and stylistic point of view.

    As for me, I don't mind. I say, let the site designers present the information to me the way they want to. Yes, sometimes it comes out hideous. Personally, I think whoever picked Bitstream Vera Sans for the ImageMagick home page should be shot. (In the leg; I'm not a capital punishment kind of guy...) If a site looks bad enough, I might avoid it site altogether.

    But most of the time, when site designers dink around with the formatting and style, it doesn't degrade from the look and usability. Sometimes, it turns out really spiffy.

    So unless a site proves that it's not worth looking at, I think giving them the benefit of a doubt and letting them selecting particular named font is perfectly okay.

    Besides, who wants a world in which every frickin' web page looks exactly the same? I kind of like that there are so many different styles of presentation out there in addition to the virtually infinite content!

  13. The user doesn't KNOW by notthepainter · · Score: 5, Interesting

    The user often doesn't know that they can change fonts. My wife occasionally does web design for her clients. It isn't her main line of work but sometimes a client wants that as part of the package. Invariably they want pretty fonts. Usually "pretty" is defined as what they personally like. It takes a fair bit of education to convince the client that they should not be specifying fonts, that the viewer should do that. And then it takes a bit of education to show the client how to set the font preference on their browser.

  14. Arial is almost Helvetica by courtarro · · Score: 2, Interesting
    Arial is a nearly perfect substitute for Helvetica as it's mentioned in the summary. While it may seem that these two fonts are significantly different, the bulk of the difference comes from the various architectures' methods of displaying them. You usually see Helvetica on Macs, while PCs live in an Arial world. Don't believe me? Take the quiz!

    http://www.iliveonyourvisits.com/helvetica/

    Arial was a Helvetica clone developed by Monospace way back when font cloning was the cool thing to do. Ideally, it sports the same spacing and metrics of Helvetica, making it a literally perfect substitute for Helvetica. Thus, they're both nearly equally readable on the web and in print, and anyone who tells you otherwise is being a prick.

  15. mu$7 b3 |337 fr13nd|y by OctoberSky · · Score: 2, Funny

    17 n33d$ 70 b3 |337-4b|3 0r 17 \/\/1|| m1$$ 7h3 12-18 d3m09r4ph1c.

    *NOTE: I had to use a Leet Speak generator to write that, I know what it says and I still can't read it.

  16. If I'd use Flash to display text ... by mrjb · · Score: 2

    ... my site wouldn't get indexed properly by my favorite search engine, and NOBODY would read it anymore. So much for the need of readability. The homepage of mr. Knuth, who cares deeply about fonts, isn't flash-enabled either, as you may have noticed. It simply uses a large font size for readability. Seems a lot more effective to me than using flash.

    --
    Visit http://ringbreak.dnd.utwente.nl/~mrjb/growingbettersoftware to download your free copy of the book
  17. Works for handwriting too! by gidds · · Score: 5, Insightful
    Back at uni, it got to the point where I couldn't read my handwritten notes, so I decided to change my writing. I experimented a lot to see what made it most readable -- and, interestingly enough, I came to pretty much the same conclusions as in this story!

    I found that while long ascenders and descenders (the tails on 'f's and 'g's, and the strokes on 'h's and 'p's) were fun to write and looked stylish, they actually added very little to the legibility, while taking up a lot of space. I also found that making the centre parts of letters bigger did help a lot -- even if it meant leaving smaller gaps between letters (to the point of collision in some cases).

    One other discovery was that printing (writing each letter separately) was practically as fast as writing joined-up, and again, much more readable, especially at speed. (I really don't understand why joined-up writing is seen as more desirable or mature -- it's even a requirement for some school exams -- when it seems to have no practical benefit...)

    Ever since then, my writing has been like that: printed, with large rounded centres to the letters and very minimal ascenders and descenders. I find it's just as fast as before, vastly more readable, and degrades much better when I'm in a hurry. And I still get compliments on my clear and distinctive writing.

    --

    Ceterum censeo subscriptionem esse delendam.

    1. Re:Works for handwriting too! by Angostura · · Score: 4, Funny

      "practically as fast"

      AKA "slower"

    2. Re:Works for handwriting too! by Anonymous Coward · · Score: 2, Funny
      Ever since then, my writing has been like that: printed, with large rounded centres to the letters and very minimal ascenders and descenders.


      So I guess the next step is to start using hearts to dot your i's and smiley faces to fill your o's.

    3. Re: Works for handwriting too! by gidds · · Score: 3, Interesting
      Yep, that's important too. I always cross 'Z's and '7's; I also put a little hook on '1's (continental European style, to distinguish from capital 'I' and lower-case 'l') and use rounded 't's (to stop them looking too much like '+'s). All part of clarity and safe degradability. The most awkward are zeroes and 'O's; I put a slash through zero when it's important, but I don't usually bother.

      --

      Ceterum censeo subscriptionem esse delendam.

  18. Fonts do carry information by Anonymous Coward · · Score: 5, Insightful
    I'm suprised that so far the comments have all suggested that website designers have no business specifying fonts for their websites, and that the user's preference should trump all.

    While I like the idea of a user being able to override a web designer's selection, I don't understand the "all fonts are evil!" attitude. Color selection and choice of graphics both can ruin a page, but they also can contribute substantially to the aesthetic and help communicate the mood of the page. Fonts are the same. Even if you think the aesthetic argument is bunk, and that things on the Internet shouldn't be visually appealing, the visual quality of a website does communicate a lot about the effort and seriousness of the designer. Would you buy investment services from a site that used green courier text on a black background and had no graphics? And certainly mood or tone is significant, and carries actually information, difficult to verbalize though it may be.

    Though I'm not a fan of flash and javascript hacks, I do think there need to be better and more widely-implemented methods for font embedding than exist today. I'm glad I can choose better fonts when I find poorly designed sites, but I'll not deny a communicator his or her tools without reason, and see font selection as one of those tools.

    1. Re:Fonts do carry information by Bogtha · · Score: 2, Insightful

      I don't understand the "all fonts are evil!" attitude. Color selection and choice of graphics both can ruin a page, but they also can contribute substantially to the aesthetic and help communicate the mood of the page. Fonts are the same.

      Yes, fonts are the same. Which indicates that the people who think specifying fonts is bad are exposed to the use of fonts that ruins pages more often than the use of fonts that contributes to the page. I find that easy to believe.

      Really, unless you try quite hard, colour selection and graphics aren't going to do a lot to damage the readability of a page. On the other hand, doing something as simple as specifying the font size in pixels which is what they recommend in the article can ruin the readability of a page.

      What's worse is that they are suggesting using a font with a large x height and specifying the font in pixels. This is an awful combination. Why? Because when the website author does something like font-family: MyFontWithLargeXHeightThatLotsOfPeopleDontHave, sans-serif; and then specifies the font in pixels, they are going to be choosing that pixel size based on the large x height. When the visitor doesn't have the font with the large x height, they will usually use a font with a smaller x height, making it much harder to read, even though the font size is the same. Thus, something that is fairly legible to the author can be completely illegible to somebody else with the same eyesight, same monitor, same browser, just without that font.

      Choosing the right typeface and size can help communicate mood, sure. But choosing the wrong typeface and size can utterly destroy communication altogether. Most people don't know how to distinguish between right and wrong, and what's worse, some of them go on to write articles about it.

      So for the average web author, no I don't think picking out fonts is a very good idea, or at the very least, they should constrain themselves to the "safe" faces and use relative sizing without going below 100%/1em.

      --
      Bogtha Bogtha Bogtha
  19. Re:What makes a good web font by brontus3927 · · Score: 2, Insightful
    Well, the point of TFA, is deciding what fonts are the most readable. I have to say, I agree with their research for the most part, but I'm confused about large x-height increasing readability.

    I'd also like to add to the list the following traits for font readabilty: line width. Similar to the issue of font size. Other factors being equal, a font with more to see is easier to read then a font with less to read. Font complexity. simple shapes are more readily identified then more complex ones. And column width. Take a notebook. Write a sentence in the margin, and again in the main section. The margin will be harder to read. But websites have picked up the bad habit of newspapers of putting 1" collumns of text around large images. Even TFA does this.

    The author's talk about additive vs subtractive colors on readability is interesting, but I've found that white text on black screen is harder to read at length. My theory on this is because that when the text is emmiting the light, it tends to "glow" and flow over its boundaries. Or it could just be that we have been looking at black text on a light background since the invention of paper, and the alternate system goes against all of our experience. But over all, contrast is one of the biggest killers of readability.

    Another pet peave of most websites is scalability. By that I mean the ability of the website to have the same usability if you change the font size with Ctrl++ like I do with many websites due to my poor vision. But all the time, increasing the font size just once, causes web elements to run over each other. I was on one site a few days ago, I actually had to DECREASE the font size on each page to read the beginning and end of each paragraph, because the default size caused the text blocks to OVERLAP.

  20. Comic Sans MS by Anonymous Coward · · Score: 2, Funny
  21. Kerning by art6217 · · Score: 4, Insightful

    Kerning, that is aligning of individual pairs of letters, is one of the basic concepts in typography. Still, a typical KDE/GNOME/whatever editor/browser is pretty likely to have no kerning at all. It can have translucent background and jumping rubbery icons, and no kerning. This gives that chaotic, uneven look to typical computer typography, and can make the text harder to read.

    Kerning is SO simple to implement in software, and SO effective in improving the text readability, and it is still barely used on computer displays as of now.

    1. Re:Kerning by julesh · · Score: 4, Informative

      Kerning, that is aligning of individual pairs of letters, is one of the basic concepts in typography. Still, a typical KDE/GNOME/whatever editor/browser is pretty likely to have no kerning at all.

      Kerning has to be specified in the font you are using in order to work. And doing it well is one of the hardest parts of font design. Perhaps you have badly kerned fonts installed on your system?

      I'm currently running KDE 3.2.1, and can definitely see kerning in my fonts; for instance in K3b, the menu item "Add files..." has the first 'd' pulled slightly left of where it would normally sit. However, I wouldn't say the font it's using (called just "sans serif" in the control centre, so I'm not sure what it is exactly) is great. Although switching on "sub-pixel hinting" in the control centre improves it substantially, there are still problems: "sk", "si" and "sh" seem to be too close together, and "ol" seems to be too far apart, but the big ones ("AV" and the like) all kern correctly.

      It seems to me, therefore, that it just comes down to using badly designed fonts.

  22. Re:Anti Anti-Alias by guanxi · · Score: 2, Informative

    the anti-aliasing make the overall impression of the font too blurry

    Try this; it worked well -- much better than I'd hoped -- for me:
    http://www.microsoft.com/typography/cleartype/tune r/Step1.aspx

  23. Why are so many people afraid? by tyler083 · · Score: 2, Interesting

    From reading a lot of comments it seems like a lot of people are afraid of really horrible amateurish looking sites will arrive if people had access to more fonts. Why? Sure, some people will do this. And if you don't like it, don't go to their site. Having access to more fonts is only a good thing. It can allow sites to look unique (note, I'm not saying unreadable. There are a ton of fonts out there that are unique and readable). Magazines have unique looks and use a ton of fonts. Why can't the web support such features?

    Sure there are some possible negatives, but they don't outweigh the positives.

  24. Comic Sans by Nikkodemus · · Score: 3, Funny

    Comic Sans, when I design web pages using Comic Sans Bold, I can often visualise expressions of satisfaction and almost.. ecstacy, on the faces of the people browsing my humble pages.

    I don't often get repeat work, but I feel I've done my bit for society.

  25. Please Understand sIFR by SeinJunkie · · Score: 4, Informative
    For the uninitiated, please read about sIFR before making accusations about its supposed limitations. It is scalable and it viewable with Flash and/or CSS disabled. The whole point is that the HTML can stay completely semantic and indexable, but the font can be customized to the needs of the designers. Far too many of the responses here indicate that the /. community has no clue quite how far modern web professionals are going to keep the HTML user-friendly and standards-compliant, while still making their website pleasurable to view on as many browsers as possible (so they get web traffic from people besides, you know, geeks).

    For further reading into the web designer community, poke around sites like the following:
  26. Serifs are Important by unfortunateson · · Score: 5, Insightful

    I disagree with the Arial/Helvetica crowd: Serifs make large quantities of text more readable. Sans-serifs such as Arial are readable at a distance, and good for grabbing the eye.

    Still, Times/Times New Roman sucks wet farts out of dead pigeons. It was designed to cram maximal text into a newspaper column, which does not resemble today's web pages, books, etc.

    Fonts such as Bookman, Palatino, Bodoni -- anything with "book" in the title -- are so much more readable as to be stupid not to use. The same benefits of Helvetica are present: large x-height, big holes. You get less text across a single column, but that's a good thing.

    This is probably a job for the W3 folks: select a set of mandatory fonts that every browser must support. There are open-source fonts available that can, like the old Mac fonts and Arial, clone up the classics. We just have to all agree on them to make them compatible.

    --
    Design for Use, not Construction!
  27. Re:NO... it's NOT highlightable... by GigsVT · · Score: 3, Insightful

    I can't highlight any of those headlines that used the flash text. If doesn't matter if there's text under them, I can't highlight something I can't see.

    --
    I've had enough abrasive sigs. Kittens are cute and fuzzy.
  28. Real Design vs. Same Ole IP fears by ev3rywh3re · · Score: 2, Insightful

    The real issue is the same old fears that we have with music and movies. "Real Designers" with a love of typography and an understanding of users needs for control will attempt to design a readable, accessible page that is "wicked cool and easy to understand / read". The good ones won't care if you want to override those things out of your own preferences (comic sans freaks anyone?) or need (White on Black please! I'm unfortanteley blind as a mole). Go check out the pricing on some fonts from Adobe, Linotype, et al. and you will find the real issue. Of course they have to pay bills, so no one wants to risk their font library just so "Real Designers" can do a better job. Trust me for those who really understand this could do some awesome things.... the Bitstream thing was cool, but a stupid proprietary plugin sucks. Of course these days it doesn't matter anyway. You are a Designer if you can open (insert graphic program here), and "Real Design" is just about as dead as can be. And even the real designers don't get good Web education... If the writer of this article is any example. px is bad. IAAGD and sometimes it sucks.

  29. I've seen worse. by sammy+baby · · Score: 3, Informative

    (putting on my overalls, lighting pipe, sitting in rocking chair in preparation to tell an "old-timers story".)

    Heh! You think that's bad! I remember way back in... must've been '97 or so, there was this company, thought they had a killer solution for fixing incompatibilities in the way browsers rendered sites. They looked at how some things didn't render right in Netscape, and others were cock-eyed in IE, and some things didn't render right in either one, and they had this "brilliant" idea...

    "Screw HTML," they said. "Make your whole site into one big Java app!"

    And that's what they sold to their clients, too: a program that did nothing but generate user interfaces into which you could plug your text and pictures, then stick it on the web. 'Cause after all, everyone had Java, right? So every site should look the same! And if the applet rendered your whole site invisible to search engines, and took ten minutes to load in a client's browser, well, that was a small price to pay to make sure you could get pixel-perfect alignment, wasn't it?

    (I really wish I were joking about this. There really was a product that promised to do exactly what I'm describing here, although I can't remember the name.)

  30. Verdana by behindthewall · · Score: 4, Interesting

    One thing that Microsoft -- or the people they hired -- got right.

    Microsoft used to have some web pages for 'Internet/Web fonts'. These included both a collection of TrueType fonts (including Verdana) and some history and other stuff (e.g. a history of Verdana). The pages were up until a year or two ago.

    Then, shortly after I commented to a business analyst (read: specifications author) on the suitability of Verdana, including both the high appeal of the font but also the potential risk of using MS intellectual property and the potential for sharing to cease, I found those MS web pages had been removed. I don't know whether they've since been restored or placed elsewhere.

    Regarding the history and intent, translating into suitability, of Verdana, a quick google turns up:

    http://www.fonts.com/AboutFonts/Verdana.htm

    1. Re:Verdana by bob2cam · · Score: 3, Informative

      Here's a link to MS Typography section...

      http://www.microsoft.com/typography/default.mspx

  31. What does this really mean? by A+nonymous+Coward · · Score: 2, Interesting

    Well, let's consider the most common color combination for text and its background: black on white. In a subtractive color system (i.e. print), this is a perfectly suitable practice. The contrast of black on white is as stark and clear as possible, making for good legibility and comfortable reading. However, with an additive color system (i.e. on screen), the color white is produced by mixing red, green, and blue at full intensity. This is why the black on white combination can be overly luminous and too harsh on the eyes to allow extended reading on screen. There is never more light radiating from a screen than when it displays pure white, and this intensity can affect the clarity of fine detail in typefaces and other intricate patterns.

    Pardon me for thinking here. A screen actively generates white at full power and black at 0. Paper reflects white at full power and black at 0. Wtf is the difference? Is this guy full of shit or am I missing something?

    Please don't tell me paper white is not 100% reflection. It doesn't change the basic fact that white is the most reflective and black is the lest reflective just as white is full light and black is 0. Additive, subtractive (I keep wanting to say subtractitive), it makes no difference, white is maximum, black is minimum.

    1. Re:What does this really mean? by AlpineR · · Score: 2, Insightful
      While the article is great overall, you're right that this is an odd explanation. I can think of a couple of more logical arguments against black text on a white screen:

      How white is paper? We usually think of the blank paper we feed into a printer as being pure white. But have you ever bought a pack of "bright white" paper and found that it hurts to read black text on it? Most printed material is not white as white can be, so on screen it might be appropriate to put dark grey on white or black on off-white.

      Screen brightness is uncorrelated with room brightness. If you use a computer in a darkened room, then the white on screen can be far brighter than on a sheet of paper. This time the difference in brightness between the text and background hurts because the eyes are adjusted for a dimmer environment. One nice feature of my Powerbook is that it automatically dims the screen in dark conditions.

      AlpineR

  32. Some USER TESTS to back up all those claims maybe? by janbjurstrom · · Score: 4, Insightful

    So I scanned TFA in hope of some new research on web typography re: readability. And found nothing but opinion, not even references to research done elsewhere.

    Sure, the author seems to know his typography 101, but how is he backing up his various claims? All I see is "established and time-tested principles of typography" and similar hand-waving.

    This-or-that font is more legible than some other font, because ... "I fall firmly in to the camp that believes that sans-serif faces are a more suitable [readable] option." In the article he even states "It is [low screen resolution], more than any other [factor], that defines the recommendations and principles behind good Web typography."

    So without research/testing (or references to research/testing), how the hell does the author know which font is more readable than the next?

    I'm not saying he's wrong (or that good guesses are worse than no guesses), but he's pointing to various best practices without any research/testing to back up a lot of these claims.

    A quick search produced some promising-looking results. Perhaps too much work for a busy web usability professional.

    Second link from the search results: Usability News performed user tests on readability in 2001 (A Comparison of Popular Online Fonts: Which is Best and When? by Michael Bernard, Melissa Mills, Michelle Peterson, & Kelsey Storrer).

    Several observations can be made regarding the examined font types. First, no significant difference in actual legibility between the font types were detected. There were, however, significant differences in reading time, but these differences may not be that meaningful for most online text because these differences were not substantial. It may, on the other hand, be helpful to consider using font types that are perceived as being legible. In this study, the font types that were perceived as being most legible were Courier, Comic, Verdana, Georgia, and Times.
    Their conclusions supports some of his claims, but why should I as a reader have to do his job.. Lazy.
    --
    668.5
  33. LGPL + code obfuscation?? by Hurricane78 · · Score: 2, Interesting

    Hmmm what does Mike Davidson think?

    He makes it LGPL but obfuscates it to obviously stop reusage?

    http://www.mikeindustries.com/blog/files/sifr/2.0/ sifr.js

    (Should i submit it on the[ ]daily)WTF(.com)?

    By the way. Am i the only one who thinks that this JS+Flash combination - for a thing that is clearly a CSS's job - is nearly perverse?

    --
    Any sufficiently advanced intelligence is indistinguishable from stupidity.
  34. What! Outrage! by mister_llah · · Score: 2, Funny

    12 to 18! I'm 27 and I understood that just fine.

    Now, if you'll excuse me, I have to go cry myself to sleep.

    --
    MoM++ - A Classic Expanded - [Master of Magic 1.5]
    http://mompp.sourceforge.net/
  35. Mod Parent Down... by mad.frog · · Score: 2, Informative

    ...if only there was a "Didn't Bother To RTFA" mod.

    Unhighlightable: In addition to the obvious accessibility features, sIFR text can also be selected, copied, and pasted by users. It also zooms with the user's text-zoom settings, although this only occurs on page load and not on-the-fly. And finally, of course sIFR works with linked text (anchors).

    Unsearchable, undisplayable without Flash: If Flash isn't installed (or obviously if javascript is turned off), the (X)HTML page displays as normal and nothing further occurs. If Flash is installed, javascript traverses through the source of your page measuring each element you've designated as something you'd like "sIFRed".

    And just for an added bonus, before someone complains about accessibility:

    sIFR is fully accessible to screenreaders and other assistive technology. Don't take our word for it. Ask Matt May of the W3C who endorses it as an accessible method to create rich typography on the web. Or ask Joe Clark, one of the world's leading accessibility experts, whose interest in typography is only trumped by his interest in accessibility.

    The knee-jerk reaction of some people whenever they see Flash is that it must be inaccessible because it's Flash. What we've done with sIFR, however, is turn that model completely on its head. Your (X)HTML document is still the exact same document it was before sIFR kicked in. Your code is untouched and sIFR is completely abstracted to the javascript layer; therefore, your accessibility, your search engine friendliness, and your semantics are the same as they were before the day you decided you like nice fonts.

  36. Re:Some USER TESTS to back up all those claims may by boingo82 · · Score: 2, Informative
    There was a fascinating article (PDF warning) in the March/April 1996 issue of Adobe Magazine on type legibility which you'd probably find interesting.

    They use studies and examples to show that not only is x-height important to legibility, but ascenders and descenders are also vital. Compromising the ascenders of a font with increased x-height (such as in University Roman) can decrease the legibility. What's most important is a balance between x-height, and ascender/descender size.

    The ascender/descender relationship to legibility/readability is also WHY IT IS MORE DIFFICULT TO READ TEXT IN ALL-CAPS, EVEN THOUGH IT HAS THE LARGEST X-HEIGHT OF ALL.

    Overall, they found that sans and serif fonts are roughly equal in readability, with serifs having a slight advantage depending on the size of the font.

    Though the article is written more towards print typography, the summary advice applies to web as well.

    Set..text in one of the hundreds of standard text faces, at a reasonable size--usually between 9- and 12-point. ... Use a measure that allows for 60 to 70 characters per line. ... Indent paragraphs by one em or a pica.
    --
    As a republican I feel it my responsibity to manufacture criminals. People need punished!
  37. It pretends, but no, it doesn't. by Onan · · Score: 4, Insightful
    Speaking as someone who has indeed read the article and tried the demo, I can say that it makes a pretense of doing things you claim, but does them exceptionally poorly.

    Text selection does not obey any of the standard text selection behaviours for my platform:

    • Selected text cannot be dragged.
    • Triple-clicking does not select and entire line.
    • The highlight color is one chosen by the author, not my local standard.
    • That selection highlight is not antialiased, unlike all other text.
    • Shift-clicking for fill selection does not work.
    • Command-clicking for discontinuous selection does not work.
    • Clicking on real text while faux-text is selected does not de-"select" the faux text, it results in them both being selected, once in a real local manner and once in the faux-selection manner. What happens if I hit "copy" now?

    Options in the contextual menu are the ones that the page author has chosen to put there, which are quite unrelated to the ones that appear normally in my browser.

    The fundamental problem here is that the technology's author has decided that replacing real text is acceptable as long as he manually recreates all the features he expects real text to have. This is, I'm afraid, painfully naive; there's no way for him to know and account for all the ways in which standard text behaves on my platform, and it's unacceptable for him to decide that his content alone gets to behave inconsistently with everything else in my environment.

    It's also a lot of wasted work. If you want services like flexible selection, good antialiasing, relevant contextual menus, and inline spellchecking, just provide plain, standard text. My OS will do the rest from there or it won't, and it's none of your concern. These services are not the responsibility of content providers.

    1. Re:It pretends, but no, it doesn't. by Onan · · Score: 2, Interesting

      I could give specific examples (I quite frequently select a paragraph or two and drag them into email or chat windows), but the real issue is that text is deeply fundamental to the way computers behave, and altering the consistency and predictability of such a cornerstone of user interaction is a dreadful idea.

  38. Blechhh! by VegeBrain · · Score: 2, Insightful

    If there's one complaint I have about web sites is the way so many of them change typefaces and override my browser settings. It's infuriating the way they play around with this like a bunch of tots with a new toy. I wish they'd quit doing this and design their web sites so it doesn't matter which font is being used by the browser. They don't seem to realize that I have carefully selected a font I like, only to have the web site shove their own fonts down my throat. Will the person who added the face attribute to the font tag please go out and die already?