Two new automatic fonts: biggray9 and biggray12.

This commit is contained in:
Sam Hocevar 2010-01-27 00:48:05 +00:00 committed by sam
parent a97ae774e9
commit b578d2e9bb
3 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,8 @@ fonts: tools/caca2tlf FORCE
$(CACA2TLF) -h -a "Monospace Bold 12" | zip > $(FONTDIR)/ascii12.tlf
$(CACA2TLF) -q -a "Monospace 9" | zip > $(FONTDIR)/smascii9.tlf
$(CACA2TLF) -q -a "Monospace Bold 12" | zip > $(FONTDIR)/smascii12.tlf
$(CACA2TLF) -s "Monospace 9" | zip > $(FONTDIR)/biggray9.tlf
$(CACA2TLF) -s "Monospace Bold 12" | zip > $(FONTDIR)/biggray12.tlf
webhost = poulet.zoy.org
webdir = /srv/libcaca.zoy.org/var/www/

BIN
fonts/biggray12.tlf Normal file

Binary file not shown.

BIN
fonts/biggray9.tlf Normal file

Binary file not shown.