.ttf
Use cautionTrueType Font
The TrueType font format originated at Apple and was standardised with Microsoft. Widely supported on Windows, macOS, and Linux.
MIME types
- font/ttf
- application/font-sfnt
Category
font
What opens this file
- Font Book (macOS)
- Windows Fonts
- FontForge
- Glyphs
How to open by OS
Windows
- Double-click to preview and install.
Mac
- Font Book to preview and install.
Linux
- Drop into `~/.local/share/fonts` and run `fc-cache`.
Ios
- Install via Configuration Profile or a font-management app.
Android
- Varies by device.
Safety notes
- Historical TrueType rendering RCEs (e.g. Windows Font driver CVEs) have granted OS-level code execution. Keep systems patched.
Common mistakes
- Serving TTF directly on the web is inefficient. Convert to WOFF2 for ~3-4x smaller transfer.
- Embedding commercial fonts without reading the license often violates the EULA.