Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtrlx/daisy
A very, very small font.
https://github.com/vtrlx/daisy
Last synced: 4 days ago
JSON representation
A very, very small font.
- Host: GitHub
- URL: https://github.com/vtrlx/daisy
- Owner: vtrlx
- License: mit
- Created: 2017-07-12T15:46:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T00:41:42.000Z (about 3 years ago)
- Last Synced: 2024-04-29T13:44:44.567Z (10 months ago)
- Language: Makefile
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# daisy
BDF (Bitmap) font designed to be small but very readable. Glyphs are
5x8 pixels, plus an additional two pixels below. Includes a bold variant
at the same size as the non-bold.![daisy](daisy.png)
## Dependencies
- make
- fonttosfnt (to compile the font)
- mkfontscale (to install the font)## Installation
make
make installThis will install `daisy.otb` and `daisy_bold.otb` to `~/.local/share/fonts` by
default. To install elsewhere, set the FONTSDIR variable before
installing:FONTSDIR=/usr/local/share/fonts make install