font/*
font/ttf
File extensions: .ttf
TrueType font — classic desktop and mobile font format.
What is font/ttf?
font/ttf is the media type for TrueType fonts. Web-facing sites should prefer WOFF2 for smaller downloads; TTF is more common as a system font format.
Typical usage
System fonts, some app packaging, fallback for @font-face.
HTTP header example
Response header
Content-Type: font/ttfFrequently asked questions
What is the font/ttf MIME type?
font/ttf is the media type for TrueType fonts. Web-facing sites should prefer WOFF2 for smaller downloads; TTF is more common as a system font format.
What file extension does font/ttf use?
Files served as font/ttf typically use the extension .ttf. The most common is .ttf.
How do I set the Content-Type for font/ttf?
Send the HTTP response header Content-Type: font/ttf. System fonts, some app packaging, fallback for @font-face.
Is font/ttf an official MIME type?
Yes. font/ttf is officially registered with IANA, so standards-conformant clients recognize it.