Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turquoise-hexagon/cherry
another bitmap font
https://github.com/turquoise-hexagon/cherry
bitmap font
Last synced: 3 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T13:42:45.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:13:14.981Z (3 months 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
![10px](img/10.png)#### 11px
![11px](img/11.png)#### 12px
![12px](img/12.png)#### 13px
![13px](img/13.png)## 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
```