.fon

What is a .fon file?

Legacy Windows bitmap fonts — pixel-perfect at one size, blurry at every other.

Safe format
Type Font
By Microsoft
MIME application/x-msdownload

Drop any file to identify it

No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.

What is it

FON is a Windows bitmap font format that stores glyphs as pixel grids at specific sizes. These aren't scalable outline fonts like TrueType — each size is a separate hand-tuned bitmap, which means a 10pt FON font and a 12pt FON font are literally different sets of pixel art. Scale to any other size and the system has to improvise, usually badly.

The format is actually a Windows NE (New Executable) or PE resource file containing one or more FNT bitmap font resources. Each resource stores a character set with fixed or variable-width glyphs, kerning tables, and header metadata. The format dates back to Windows 1.0 (1985) and was the standard font format before TrueType arrived with Windows 3.1 in 1992.

FON fonts still exist in Windows — they're the system fonts for console windows, BIOS setup screens, and certain legacy UI elements. You'll also encounter them when maintaining old software or working with retro computing projects. They're a reminder of an era when every pixel was precious and fonts were works of meticulous pixel-level craftsmanship.

Technical details
Full Name
Windows Bitmap Font
MIME Type
application/x-msdownload
Developer
Microsoft
Magic Bytes
4D 5A (MZ executable)
Safety
.fon is a known, safe format.
What opens it
Windows Font Viewer
FREE Windows
FontForge
FREE Win / Mac / Linux
dpFontBaker
FREE Windows
FAQ
Can I use FON fonts on the web?
No. Web fonts require scalable formats (WOFF2, WOFF, TTF, OTF). FON files are bitmap-based and not supported by browsers.
Why do FON fonts look blurry when scaled?
Because each size is a hand-made pixel grid. Unlike TrueType or OpenType fonts, there are no mathematical outlines to scale smoothly — the system just stretches the pixels.
Related formats