GitXplorerGitXplorer
k

kakwafont

public
89 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
b8c2db647d94cc7a30ce23c5659fc20d57cf4e9f

adding the mkfontdir in makefile

kkakwa committed 9 years ago
Unverified
cafd56cdbbfbf84e35fa8695212dd17e8185935a

adding gitignore

kkakwa committed 9 years ago
Unverified
055bc61679837bbf2cc8fc02546c271f57fbaeae

invert color of screenshot

kkakwa committed 9 years ago
Unverified
93cc23db9c1313394f31addcd275457d8708de67

various fixes in README

kkakwa committed 9 years ago
Unverified
abc201f6f89ff613cb74bd960fda70f35d6b726a

add font screenshots

kkakwa committed 9 years ago
Unverified
abadf14837e3bbad5514c6d73462e5d4cd9cd7c6

fill README

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