ttf
What is a .ttf file?
font/ttf
TTF (TrueType Font) is a scalable outline font format developed by Apple and Microsoft that uses quadratic Bezier curves and includes hinting for sharp rendering at small sizes. It stores glyph outlines, metrics, and character mappings in a single file. It is one of the most widely supported desktop and web font formats.
How to use a .ttf file
Use an example TTF to test font parsers, glyph and metric extraction, text-rendering pipelines, and converters that produce web font formats like WOFF.
Download example .ttf files
- TTF — Novus Sans SampleThe Novus Sans Sample demonstration typeface as TrueType (glyf outlines) — one member of a TTF/OTF/WOFF/WOFF2 conversion set built from scratch with fontTools. Original and free to use; a fixture for testing font loading, subsetting, and conversion.
- TTF — Novus Mono Sample (monospace)A fixed-width (monospace) demonstration typeface where every glyph shares the same advance width — a fixture for testing monospace detection, code-editor rendering, and column alignment. Original and free to use.
- TTF — Novus Icons (icon font)An icon font with six simple pictographs (star, heart, check, arrow, circle, square) mapped to the Private Use Area (U+E000–U+E005), with the glyph map documented in the spec. A fixture for testing icon-font loading, @font-face, and PUA handling.
- TTF — Novus Variable Sample (wght axis)A tiny demonstration font declaring a Weight (wght) fvar axis — for VF-aware loaders and specimen tools.
- TTF — Novus Variable SAMPLE Wave G (wght axis)Demonstration variable-font SAMPLE with a wght axis for variable-font loaders.
- TTF — Variable Instance Specimen (regular)Static specimen labelled as a regular variable-font instance for instance-picker UIs.
- TTF — Variable Instance Specimen (boldish)Static specimen labelled as a boldish variable-font instance for instance-picker UIs.
- TTF — Variable Font, wght Axis 300-900 (real gvar deltas)A true variable font: three interpolating masters compiled through fontTools varLib, so the wght axis carries real gvar and HVAR deltas rather than an fvar record over static outlines. Five named instances and a STAT table with a Regular-to-Bold linked value. Original typeface, free to use.
and 58 more in the library.