https://github.com/bramstein/nanofont
A nano font for testing font format support
https://github.com/bramstein/nanofont
Last synced: about 1 year ago
JSON representation
A nano font for testing font format support
- Host: GitHub
- URL: https://github.com/bramstein/nanofont
- Owner: bramstein
- License: other
- Created: 2014-10-17T10:05:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T06:38:16.000Z (over 11 years ago)
- Last Synced: 2025-02-09T07:35:59.197Z (over 1 year ago)
- Language: Makefile
- Size: 145 KB
- Stars: 20
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typography - Nanofont - Nano font for testing font format support (TrueType, WOFF, WOFF2). (Fonts / Free)
README
# Nanofont
Nanofont is a tiny font for testing web font format support in browsers. It comes in three flavours:
* TrueType
* WOFF
* WOFF2
## Usage
Include them like any normal web font. To test if the font loads, use the "a" character (0x61). It will have the same width and height as the em-box. Remember to gzip the TrueType and base64 versions before using them.
## License
Nanofont is licensed under the BSD license. Copyright 2014 Bram Stein, all rights reserved.