CooperPixel
A two-weight pixel typeface, designed in code. 95 glyphs covering Basic Latin. Free to download and use.
04.02
Type into it.
04.03
At sizes.
64 / 1.1
The grid is honest. Every glyph sits inside the same cell, every stem the same width. Code-shaped letters for code-shaped tasks: terminals, log files, monospace tables, captions on charts.
32 / 1.25
The grid is honest. Every glyph sits inside the same cell, every stem the same width. Code-shaped letters for code-shaped tasks: terminals, log files, monospace tables, captions on charts.
18 / 1.5
The grid is honest. Every glyph sits inside the same cell, every stem the same width. Code-shaped letters for code-shaped tasks: terminals, log files, monospace tables, captions on charts.
12 / 1.5
The grid is honest. Every glyph sits inside the same cell, every stem the same width. Code-shaped letters for code-shaped tasks: terminals, log files, monospace tables, captions on charts.
04.04
Regular & Bold.
CooperPixel Regular
function build() {
const weights = ["Regular", "Bold"];
return weights.map((w) => `CooperPixel-${w}`);
}CooperPixel Bold
function build() {
const weights = ["Regular", "Bold"];
return weights.map((w) => `CooperPixel-${w}`);
}04.05
All 95 glyphs.
04.06
Download.
Licensed under the SIL Open Font License 1.1. Free to use, modify, embed, and redistribute, including commercially. Cannot be sold by itself. WOFF2 is best for the web. OTF/TTF for desktop install. WOFF for older browsers.
CooperPixel Regular
CooperPixel Bold
Use on the web
@font-face {
font-family: "CooperPixel";
src: url("CooperPixel-Regular.woff2") format("woff2");
font-weight: 400;
}
body { font-family: "CooperPixel", monospace; }