Sample WOFF font for testing renderers and loaders — free, CC0
WOFF is the web font wrapper: a TrueType or CFF font with a compressed table structure and a little metadata, designed to be served over HTTP.
woff/loremfile-sans.woff is "Loremfile Sans" in that wrapper — 95 printable ASCII glyphs,
each a rectangle whose width is computed from the character's codepoint. The family is
generated rather than derived from any existing typeface, so there is nothing to license and
nothing to attribute.
Publishing the same family in four wrappers is the point. A conversion tool, a subsetter or a loader can be checked against a reference rather than against its own output, and a renderer that handles one wrapper but not another shows up immediately.
Use it to test @font-face loading over the network, font parsing, subsetting and conversion,
and content-type handling — it is served as font/woff, which not every server knows. Related
formats: WOFF2, which compresses better and is what you should serve today,
TTF and OTF.
| File | Size | Properties | Description |
|---|---|---|---|
loremfile-sans.woff
|
1.8 KB | The Loremfile Sans family as WOFF, the web font wrapper: 95 printable ASCII glyphs drawn as rectangles of varying width, with fixed head timestamps and an unrestricted embedding permission.
Snippets
|
Related formats
File names follow the naming grammar. Verify a download against sha256sums.txt.