turquoise-hexagon / cherry

another bitmap font

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

cherry is yet another bitmap font, made for latin 1

Screenshots

10px

10px

11px

11px

12px

12px

13px

13px

Installation

Arch

AUR package

NixOS

NixOS package

Crux

Crux Port

Void Linux

# xbps-install -S cherry-font

X11

$ ./make.sh
$ mv *.otb /path/to/cherry-font/out # example : ~/.local/share/fonts
$ mkfontdir /path/to/cherry-font/out
$ xset +fp /path/to/cherry-font/out # every time X starts

Fontconfig

$ ./make.sh
$ mv *.otb /path/to/cherry-font/out # must be a directory scanned by fontconfig
$ fc-cache -fv

About

another bitmap font

License:BSD Zero Clause License


Languages

Language:Shell 100.0%