The “Light Chop” family of typefaces

These fonts are licensed CC BY-SA.

CC BY SA

Normal 7x9 v1.1 SVG WOFF TTF
5x7 v1.1 SVG WOFF TTF
Bold 9x12 v1.0 SVG WOFF TTF
7x9 v1.0 SVG WOFF TTF
Vector v1.1 SVG WOFF TTF

Lo-res/Normal

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

The font LightChop emulates this:

Sample 7x9

LightChop-7x9

0123456789<> *:.°
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
@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

LightChop-Bold-9x12

0123456789<>#*:.°
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
@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", monospace;
	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

LightChop-Vector

0123456789<> *:.°
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
@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.