lucy / tewi-font

small bitmap font

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshot

tewi-medium

tewi-medium

tewii-medium

tewii-medium

tewi2a-medium

tewi2a-medium

tewi-bold

tewi-bold

tewii-bold

tewii-bold

tewi2a-bold

tewi2a-bold

Building

Requirements

  • python 3 (variant generator)
  • bdftopcf (.pcf files)

Run make to build PCFs. To only build the standalone BDF files run make var.

Installing

Arch

AUR package

Crux

6c37/pcf-tewi

X11

$ make fontdir
$ xset +fp /path/to/tewi-font/out # you should do this every time X starts
                                  # e.g. put it in your ~/.xinitrc

Fontconfig

$ make
$ ln -s /path/to/tewi-font/out ~/.fonts/tewi
$ fc-cache -fv

NOTE: If your distro has a file like 70-no-bitmaps.conf in /etc/fonts/conf.d, and tewi doesn't work, you should remove it.

About

small bitmap font

License:MIT License


Languages

Language:Python 57.3%Language:Makefile 21.3%Language:Go 18.4%Language:Shell 3.0%