VT323
Type with Purpose
Good typography guides attention, improves understanding, and makes communication effortless.
The Anatomy of a Typeface
By FontSide · June 2026
Every typeface is a system of decisions — about stroke contrast, x-height, spacing, and rhythm. The best ones feel invisible: you stop seeing the letters and start hearing the voice behind them. That transparency is the hardest thing to design.
A high x-height opens up the counters and makes small text breathe. Tight tracking pulls a headline together; loose tracking gives a caption room to exhale. None of these choices are accidents — they are arguments about how reading should feel.
Uppercase
Lowercase
Numerals
Symbols
Package Manager
The recommended way to use fonts in modern web projects.
1. Install Package
pnpm add @fontsource/vt323 2. Import in App
// Please select at least one weight and style 3. CSS Usage
body {
font-family: "VT323", monospace;
} Google Fonts CDN
Use Google's CDN to embed the fonts directly via HTML.
HTML <head>
<!-- Please select at least one weight and style --> Fontsource CDN
Skip the build step by adding this directly to your global CSS file.
Global CSS
/* Please select at least one weight and style */ Background & Story
This font was created from the glyphs of the DEC VT320 text terminal, which I used in college, and for which I have retained an unaccountable nostalgia.
I used a variety of tools, including Gimp, Python/PIL, and of course, FontForge. The VT320 glyphs were designed with a nonrectangular pixel aspect ratio to fit the way the terminal scanned the CRT, so for this VT323 variation I had Python munge the locations and attempt to emulate the way the electron beam actually illuminated the phosphor and smeared the pixels horizontally on the terminal's CRT, so it looks more like what the actual glyph looked like on the screen. Python then drew the proper pixels into a 1:1 pixel grid as a monochrome PNG, which FontForge autoscanned into outlines. I have attempted to support most of the glyphs available on the VT320, but that is a limited set to begin with, so please don't be disappointed that I haven't supported Esperanto or Riograndenser Hunsrückisch or whatever.
There is another earlier variation called "VT321" that uses a more standard 1:1 pixel drawing technique, if you want to grab that as well. I personally like VT323 better, and actually use it as my terminal font when cruising on the command line.
Tags & Moods
Subsets
Install
pnpm add @fontsource/vt323 Designed by
Peter Hull
Links
License
OFL-1.1