GitXplorerGitXplorer
k

kakwafont

public
89 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
f4ea8595f7d28d802b9fad9258a16511875e2bff

Update README.md

kkakwa committed 9 years ago
Unverified
66e8ca495de803e23be233cea0a86511955430cd

better README

committed 9 years ago
Unverified
d06d211c387d253ed9cf05d766a40cd1b1a3dc87

fix Makefile

committed 9 years ago
Unverified
5be342e9956ebd868560cd3a36e48408c3c0845a

renamming screenshots

kkakwa committed 9 years ago
Unverified
e07fbade529ea36e4f97d71e2f6117a89cb6708d

make mkfontdir optionnal in makefile

kkakwa committed 9 years ago
Unverified
1d12165d3ddff6c5f095af6a2e9ae9b0ec6d1c1f

fix link for license

kkakwa committed 9 years ago

README

The README file for this repository.

KakwaFont

Another 12px monospace bitmap font.

Presentation

KakwaFont is a 12px monospace bitmap font based on Terminus.

I found Terminus too wide, so I have changed most glyphs in order to have thin and clearly seperated characters.

I tried to make a clear difference between "(" and "{", "1" and "l", "0" and "O"...

The result is a clear font, well suited for programming and terminal.

Examples

Ascii Table:

Example

Test:

Example

Code example:

Example

License

KakwaFont is licensed under the SIL Open Font License, Version 1.1.

The license is available with a FAQ at scripts.sil.org.

Download

The latest version of KakwaFont can be downloaded here:

Previous versions can be found here:

Install

To install this font, you need bdftopcf and mkfontdir (provided by the xfonts-utils package in Debian/Ubuntu)

# build the .pcf.gz
$ make

# install
# supports param DESTDIR and FONTDIR
# INDEX=true triggers mkfontdir
$ make install INDEX=true # DESTDIR=./installroot/ FONTDIR=/usr/share/fonts/X11/misc

# show kakwafont name
$ xlsfonts |grep kakwafont