I much prefer serifs, particularly in the context of code and the like, wherein the ability to quickly and easily discern the difference between the numeral one (1), the lowercase L (l), and the pipe (|) is of particular importance. In most prose text, the pipe character isn't even present, and there is almost always sufficient context to quickly discern a numeral from a letter, but in code, these concerns are EXTREMELY relevant.

Also, for what it's worth, more serif fonts than sans-serif fonts contain a numeral 0 which is easy to discern from a capital letter O. That, and any font I use for code has got to be monospaced, which is a limitation that yields a higher portion of serif fonts, as well.

Of course, the need to display code well covers almost every general purpose text application I use, since, being a programmer, almost any general purpose text application is likely to end up containing code (email, IM, text editing, terminal consoles, etc).

------------ :Wq Not an editor command: Wq

In reply to Re: My preference on serifs: by etcshadow
in thread My preference on serifs: by Petruchio

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.