.ttf

What is a .ttf file?

TrueType is a font format developed by Apple and Microsoft — outline-based, hinted for screen readability, supported everywhere.

Safe format
Type Font
By Apple / Microsoft
MIME font/ttf

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

You downloaded a font, and it's a .ttf file. TrueType is the font format that Apple and Microsoft developed in the late 1980s as a free alternative to Adobe's expensive PostScript fonts, and it became the default for both operating systems. Most system fonts on Windows and macOS are still TrueType.

TTF contains quadratic Bezier outline data (the mathematical curves that define each letter's shape) plus hinting instructions that optimise how characters look at small sizes on low-resolution screens. This hinting is why the same font can look crisp at 12px on a Windows monitor and subtly different on a Mac — each OS interprets the hints differently. TrueType supports basic typographic features, but OpenType (OTF) extends it with ligatures, stylistic alternates, and variable weights.

Double-click a .ttf file on any OS to preview and install it. FontForge (free) edits TrueType fonts. For web use, wrap TTF in WOFF2 — it's the same data compressed for faster loading. If you're choosing between TTF and OTF for a project, OTF is the more modern option, but TTF works everywhere and the difference matters only if you need advanced typographic features.

Technical details
Full Name
TrueType Font
MIME Type
font/ttf
Developer
Apple / Microsoft
Magic Bytes
00 01 00 00
Safety
.ttf is a known, safe format.
What opens it
OS font viewer (double-click)
FREE All
FontForge
FREE All
Glyphs
$299 macOS
FAQ
What's the difference between TTF and OTF?
OTF (OpenType) is the newer standard with more advanced typographic features like ligatures and stylistic alternates. OTF uses cubic Bezier curves (smoother outlines), while TTF uses quadratic. For everyday use, both work fine everywhere.
Can I use TTF fonts on websites?
Technically yes, but you should not. TTF files are uncompressed and slow to download. Convert to WOFF2 for web use — it is the same font data compressed to about half the size. Use TTF for desktop applications and local installs.
Related formats