Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 install

This 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