A forgotten point is that modern pixel fonts all assume pixels have a 1:1 ratio: height the same as width, so an 8x8 character box is perfectly square.
That's NOT true for many of the old computer displays. Most had finer resolution in the horizontal compared to vertical lines, so more pixels across than in the same distance down. 1:1 "square pixels" was an innovation of the Macintosh, and very unusual for the time. So the fonts on this page displayed on other 80's machines would not look "right". And fonts from those machines brought to modern displays also look off.
Analog Mono and Two Slice are really neat. If you like those, you'll probably also like another of my favorite modern pixel fonts: Departure Mono. https://departuremono.com
Came here to say the same, I actually like Departure so much I use it as my coding and Terminal font. I'll definitely be trying out the fonts in the original post.
Side note... the best pixel fonts are the ones a game programmer, on a 48hrs ludum dare run, is inevitably speed drawing, pixel by pixel, in MS Paint :)
So, Analog Mono and Geist both have enough pixels per glyph that they don't really read as pixel fonts below sizes of ~20px. Analog kinda aleviates that by being made up of big (overlapping) blocks of 2x2 pixels. Geist just kinda looks like a downscaled vector font (to me) though.
I worked on an embedded project a few years ago using a tiny 128x64 display and wanted to use a pixel font but none of the ones I found made me particularly happy so I made my own. Turns out it is very easy to do. Font Forge is fantastic and very easy to use and once you get going by nailing down a few letters at the size you want you can quickly make something that is cohesive, pleasant, and easy to read. I highly recommend this as an exercise.
As a bonus I added a bunch of open source icons as font glyphs for my project and it was really fun to figure out how small I can make them while still being distinctive.
The letters are 8x15 and verticals are 2 pixels wide to work better on older CRT televisions with less-sophisticated chroma filtering on their composite inputs.
I explicitly tried to avoid locking into 45 degree diagonals...
My only question now is, how do I turn this font into something I can use on a computer? I couldn't figure it out the last time I tried.
I am very fond of Gohu font. I have used it on a recent static blog formatting adventure http://dntbl.ink , converted to woff2. I couldn't be happier with how it renders and gives that VAX feel.
I felt personally attacked when LLMs came out: I'm an avid user of "—", bullets, numbered lists, and the word "delve". It's been a miserable couple of years.
Many many years ago I wrote a book for Apress, and the style guide for that instilled in me a lot of practices that now make my writing feel LLM-ish to some readers:
- Use bulleted lists, but always introduce and conclude a list with prose; a list can't immediately follow a heading or end a section.
- Use a mix of long and short sentences; in long sentences with parentheticals, use a mix of commas, parens, semicolons, and em dashes.
- With multiple continuous blocks of prose that aren't naturally broken up by an illustration or heading, start a paragraph with an inline bold statement to help anchor the reader.
Oh interesting. Before the LLM craze, I only ever saw good bullet trees in legalese and git commit messages. The trainwrecks were far more likely to be the rare attempt by HR in a big email or in the odd Jira epic by a PM.
I wouldn't think LLMs would have much to train on. I still see some bad ones, but I don't feel like the quality ratio or overall quantity has changed. I do see more bullet lists though.
>Andrew Gleeson designed Analog Mono, “fixing the crimes of VCR OSD Mono.” There used to be this classic pixel font that you’d see everywhere in the 1990s on hi-fi equipment: VCRs, TVs, camcorders, etc. One of its challenges was a low baseline which resulted in all the letters with descenders pulled up
"VCR OSD Mono is a free bitmap font created by Riciery Leal, inspired by the on-screen display text of vintage VCRs. It is suitable for retro designs and supports 39 languages"
VCR OSD Mono committed no crimes, but it is a crime to make that accusation. VCR OSD Mono faithfully duplicated VCR ASCII character generation. If you want to "fix" it, what's stopping you from "fixing" it all the way to Helvetica or Times or Typewriter? Give a rationale that justifies your own changes, but don't attack others who have a rationale for theirs.
it's fine you want to make a new font. it's not fine to point fingers at people who did a more faithful job than you.
Honestly I was just trying to figure out how many lines of text I could cram onto a small OLED display, and came to the conclusion that the descenders were an unnecessary waste of space. 2+ pixels of vertical space wasted for 5 glyphs! So my heart goes out to VCR OSD Mono.
Hey .. you do need to know that font people regularly reference each other like this .. its kind of a thing in typography, and its a means of demonstrating inspiration and lineage, more than anything else - calling out ones inspiration, in fact.
If there is any one particular hat who can sell controversy, its the typographer.
I don't know if it counts as a 'pixel' font, but https://fsd.it/shop/fonts/pragmatapro/ has hand-drawn bitmaps for a huge swath of unicode (and hand-hinting for aliased rendering IIRC?)
It's not quite as overtly retro, but it's a great functional font, and a great art object besides (at least that's how I justified the price!_
There was a talk at a Linux conference a while back relating knitting to programming and I’ve yet to watch it because the audio on YT wasn’t great but it’s on my list.
I find knitting very soothing, and it also scratches the same itch as programming.
Could somebody explain the Coral Pixel font? It makes no sense to me, given that the whole point of sub pixels was to look sharp without looking colorful. It only ever looked like that when you took a screenshot and then zoomed in, which seems extremely niche.
I find our human need to embrace nostalgia interesting. That we would design blocky “pixel fonts” in vector formats so that we can scale and resize them is quite ironic.
The first font on the page mentions raising up descenders (g j p q y) so that pixels don't go below the baseline. You can often find characters with minimal descenders in CJK (Chinese, Japanese, or Korean) fonts. Sometimes a raised-descender version is found among the fullwidth-form letters.
That's NOT true for many of the old computer displays. Most had finer resolution in the horizontal compared to vertical lines, so more pixels across than in the same distance down. 1:1 "square pixels" was an innovation of the Macintosh, and very unusual for the time. So the fonts on this page displayed on other 80's machines would not look "right". And fonts from those machines brought to modern displays also look off.
reply