I used to tell myself I couldn't code or write without the perfect font. I'd spend hours looking for it, and end up not getting any work done. When I finally did get around to actually working, five minutes in and I'd forget about the font completely. I have a (rather lazy) friend who's been asking me to help him start a blog for years now. I've promised to after he produces his first block of content, and he keeps s…
In search of the perfect writing font
21–30 of 60 posts
Re: In search of the perfect writing font
#22For the last couple of years I’ve been using Triplicate as my standard monospace font, and it has a Poly variant which is proportional and works really well for code presentation (provided you aren’t trying to line things up with spaces). It makes things like i, j and space narrower , rather than things like w and m wider as this article discusses. I reckon narrowing some yields a more pleasing result than widening s…
Triplicate Poly does make the 'm' and 'w' characters a little wider, too, although not by the same amount. It's a true proportional font rather than "duospace."
Re: In search of the perfect writing font
#23I used to tell myself I couldn't code or write without the perfect font. I'd spend hours looking for it, and end up not getting any work done. When I finally did get around to actually working, five minutes in and I'd forget about the font completely. I have a (rather lazy) friend who's been asking me to help him start a blog for years now. I've promised to after he produces his first block of content, and he keeps s…
Dual space fonts look and feel good for me, but I'm not sure if they have any value. Even aesthetic value may wear off and be just novelty.
Re: In search of the perfect writing font
#24The author uses the phrase "duospace" font a dozen times before actually explaining what it is: a mostly monospace font. I find it ironic that an article about perfecting the art of writing is so devoid of content. Did we really need 3 pages of justification for a big reveal of... a font specimen?
Re: In search of the perfect writing font
#25It's painful to see an article this long discussing typefaces in detail that uses the word font incorrectly so many times. In casual usage I let the mistake by, but the author of this article really should know better. The visual design of the letterforms and spacing of text is a typeface, not a font. A font is the delivery vehicle for a typeface -- it's a file format.
A typeface is the design, a font is a specific incarnation of it. Helvetica Bold 12pt and Helvetica 18pt are two different fonts from the same typeface, Helvetica. This comes from letterpress days where “font” referred to a collection of lead characters of a given typeface, weight, and size.
Re: In search of the perfect writing font
#26It's painful to see an article this long discussing typefaces in detail that uses the word font incorrectly so many times. In casual usage I let the mistake by, but the author of this article really should know better. The visual design of the letterforms and spacing of text is a typeface, not a font. A font is the delivery vehicle for a typeface -- it's a file format.
Re: In search of the perfect writing font
#27Re: In search of the perfect writing font
#28I used to tell myself I couldn't code or write without the perfect font. I'd spend hours looking for it, and end up not getting any work done. When I finally did get around to actually working, five minutes in and I'd forget about the font completely. I have a (rather lazy) friend who's been asking me to help him start a blog for years now. I've promised to after he produces his first block of content, and he keeps s…
I recently converted my dynamic DB-driven blog to a static website. I did not predict how badly the added latency between having an idea, writing down the first flawed paragraph, saving a draft, reading what I wrote, then revising and publishing would reduce my writing output. Sure, I can write in Google Docs, but because it's not on my site one click away from being "out there" I am far less compelled to write down…
I'd suggest that the friend write his first post in Word or somesuch with a font that he likes. Then, when he has a good first post, export it to the blog.
Re: In search of the perfect writing font
#29Re: In search of the perfect writing font
#30For programming, "duospace" works exactly like any other proportional font. The fact that some letters have the same width doesn't buy you anything in terms of alignment. Unless your style guide forbids the letters "m" and "w" in method names. ;)