https://github.com/dylex/fonts
X11 bitmap terminal fonts, and one specifically for crawl
https://github.com/dylex/fonts
Last synced: 11 months ago
JSON representation
X11 bitmap terminal fonts, and one specifically for crawl
- Host: GitHub
- URL: https://github.com/dylex/fonts
- Owner: dylex
- Created: 2012-11-15T16:03:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T23:32:11.000Z (over 2 years ago)
- Last Synced: 2023-10-19T04:25:25.082Z (over 2 years ago)
- Language: Perl
- Homepage:
- Size: 795 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Monospace terminal fonts for text and coding.
Based on the freedesktop X11 fixed family of fonts (font-misc-misc) with some
influences taken from Proggy fonts (http://www.proggyfonts.com).
Design goals:
- Readable, general purpose, usable for code, text, and command-line.
- Three sizes: 6x10 (small), 7x13 (medium), 10x20 (huge).
- Include as many unicode points as available (up to FFFF).
- Coplete bold * italic variants.
The variants only include code points that differ from the base, so it's best
to use these with a terminal that can fall back to the plain version. I use
them with xtmux which will behave correctly using:
> set xtmux-font "-dylex-terminal-medium-r-*-*-13-*-*-*-*-*-*-*"
Also included is a square 14x14 font designed for crawl and other rogue-likes.
There is also a special DCSS charset config, crawl_glyphs.txt, for this font.
Fonts: CC0 public domain
Code: BSD