The “Light Chop” family of typefaces

These fonts are licensed CC BY-SA.

CC BY SA

Normal 7x9 SVG WOFF TTF
5x7 SVG WOFF TTF
Bold 9x12 SVG WOFF TTF
7x9 SVG WOFF TTF
Vector SVG WOFF TTF

Lo-res/Normal

Early 40x24 displays rendered characters as 5x7 or 7x9 glyphs.

The font LightChop emulates this:

Sample 7x9

@font-face {
        font-family: "LightChop 7x9";
        src:	url(LightChop-7x9.svg) format("svg"),
		url(LightChop-7x9.woff) format("woff"),
		url(LightChop-7x9.ttf) format("ttf");
}

pre {
        font-family: "LightChop 7x9", monospace;
        background-color: black;
        color: #41FF00;
}

Hi-res/Bold

The font LightChop-Bold emulates a pixellated EGA retro computer display:

Sample 9x12

@font-face {
        font-family: "LightChop Bold 9x12";
        src:	url(LightChop-Bold-9x12.svg) format("svg"),
		url(LightChop-Bold-9x12.woff) format("woff"),
		url(LightChop-Bold-9x12.ttf) format("ttf");
}

pre {
	font-family: "LightChop Bold 9x12";
	background: black;
	color: #FF80FF;
}

Vector

Arcade games like Asteroids and BattleZone, home consoles like Vectrex, and specialized CRT displays directly controlled the electron beam pointed at P1 or P3 phosphor.

The font LightChop-Vector emulates this:

Sample Vector

@font-face {
	font-family: "LightChop Vector";
	src:	 url(LightChop-Vector.svg) format("svg"),
		 url(LightChop-Vector.woff) format("woff"),
		 url(LightChop-Vector.ttf) format("ttf");
}

pre {
	font-family: "LightChop Vector", monospace;
	background: black;
	color: #41FF00;
}

Copyright© 2024 Wayforward Technology, LLC. Licensed as CC BY-SA. You are free to use these for commercial or non-commercial purposes. No warranty. You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.