Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
 
 
 
 
 
 

README.md

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
You can’t perform that action at this time.