04.01Catalogue · Typeface

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.

·
!
"
#
$
%
&
'
(
)
*
+
,
-
.
/
0
1
2
3
4
5
6
7
8
9
:
;
<
=
>
?
@
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
[
\
]
^
_
`
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
{
|
}
~

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.

Use on the web

@font-face {
  font-family: "CooperPixel";
  src: url("CooperPixel-Regular.woff2") format("woff2");
  font-weight: 400;
}
body { font-family: "CooperPixel", monospace; }