Comment by jrdres
14 hours ago
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.
Square pixels were certainly not an innovation of the Macintosh. The earliest raster scan workstation I'm aware of is the Alto, released in 1973. It and the ones that came after it like the Star and Dorado all had square pixels. So did the early 1980s engineering workstations like Apollo and Sun, which also came out before Macintosh.
I think the Amiga is the most well-known example of what OP means. Older home computers which could be connected to TVs generally had resolutions up to 320x200 (or x240 for PAL) and square pixels. The Amiga could double that on both axes to 640x400/480, but because of the interlaced display of typical TVs/TV-based monitors, that would flicker so bad that it made productive working impossible. So the default resolution used by AmigaOS was 640x200/240, and the fonts were optimized for that.
Even in the PC world, the most common resolution in for CGA, EGA, and VGA remained 320x200 for many years. With square pixels, this would be 16:10, but the usual case was that this resolution was displayed fullscreen on a 4:3 display, so individual pixels would have an aspect ratio of 5:6.
Most DOS-era games took this into account, so e.g. if the artist wanted to draw a circle 20 pixels tall, they'd make it 24 pixels wide. Textmode followed this pattern as well, so when rendered on a modern square-pixel display without aspect correction, will look vertically squashed compared to their original appearance.
It's not that forgotten, for example int10h font collection (which probably is the biggest bitmap font resource) prominently shows aspect-ratio corrections for the fonts https://int10h.org/oldschool-pc-fonts/