Test files › Fonts › qa-sans.woff
Sample WOFF web font file
The same "QA Sans" font packaged as WOFF 1.0 - every sfnt table individually zlib-compressed behind a WOFF header and table directory.
↓ Download qa-sans.woff| Filename | qa-sans.woff |
| Format | WOFF |
| Size | 748 bytes (748 bytes) |
| MIME type | font/woff |
| SHA-256 | 25bc662e7cc23e7c28d0f518f2442191dd98faafb6259e4da24546deea7d5bd5 |
What this file catches@font-face loading and web-font pipelines. Because WOFF is a container, a handler that only checks the extension will happily accept a renamed TTF; this file starts with the real "wOFF" signature and decompresses cleanly in fontTools and every browser. Useful for testing font MIME types (font/woff) and CORS on cross-origin font requests.
Download & verify
curl -fsSL -o "qa-sans.woff" "https://files.hexaqa.com/font/qa-sans.woff"
curl -fsSL "https://files.hexaqa.com/font/qa-sans.woff" | sha256sum
# expect: 25bc662e7cc23e7c28d0f518f2442191dd98faafb6259e4da24546deea7d5bd5