The “Light Chop” family of typefaces

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:

Light Chop 7x9

abcdefghijklmnopqrstu...
...vwxyz 0123456789 <>°
ABCDEFGHIJKLMNOPQRSTU...
...VWXYZ
@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:

Light Chop Bold 9x12

abcdefghijklmnopqrstu...
...vwxyz 0123456789 <>°
ABCDEFGHIJKLMNOPQRSTU...
...VWXYZ
@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:

Light Chop Vector
abcdefghijklmnopqrstu...
...vwxyz 0123456789 <>°
ABCDEFGHIJKLMNOPQRSTU...
...VWXYZ
@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;
}