https://github.com/turquoise-hexagon/cherry
another bitmap font
https://github.com/turquoise-hexagon/cherry
bitmap font
Last synced: 10 months ago
JSON representation
another bitmap font
- Host: GitHub
- URL: https://github.com/turquoise-hexagon/cherry
- Owner: turquoise-hexagon
- License: 0bsd
- Created: 2018-01-31T17:34:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T13:42:45.000Z (about 3 years ago)
- Last Synced: 2024-08-02T05:13:14.981Z (over 1 year ago)
- Topics: bitmap, font
- Language: Shell
- Homepage:
- Size: 431 KB
- Stars: 327
- Watchers: 8
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
cherry is yet another bitmap font, made for latin 1
## Screenshots
#### 10px

#### 11px

#### 12px

#### 13px

## Installation
#### Arch
[AUR package](https://aur.archlinux.org/packages/cherry-font-git/)
#### NixOS
[NixOS package](https://github.com/nixos/nixpkgs/tree/master/pkgs/data/fonts/cherry)
#### Crux
[Crux Port](https://github.com/turquoise-hexagon/turquoise/tree/master/cherry-otb)
#### 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
```