Pixelspace / v1.000 checking…
Type Specimen
5 × 7  ·  93 Glyphs
Pixelspace
An original pixel typeface Designed on a 5 × 7 grid Regular weight · OFL 1.1

00   Try it

Live preview
ASCII only — unsupported glyphs fall back to cursive.

01   In use

Scale & rhythm
XL
The quick brown fox
LG
jumps over the lazy dog
MD
ABCDEFGHIJKLMNOPQRSTUVWXYZ
MD
abcdefghijklmnopqrstuvwxyz
MD
0123456789 .,:;!?'"-_+=/\()[]{}<>*#@&$%^~
PARA
Pixelspace is a small, sharp typeface
built for interfaces that want to feel
honest about their pixels. It is drawn
on a 5 by 7 grid with a single baseline.

02   Uppercase

A – Z

03   Lowercase

a – z

04   Digits

0 – 9

05   Punctuation & symbols

30 glyphs

06   Install

@font-face
@font-face {
  font-family: "Pixelspace";
  src: url("Pixelspace-Regular.woff2") format("woff2"),
       url("Pixelspace-Regular.ttf")   format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.pixel { font-family: "Pixelspace", monospace; }