diff --git a/Makefile.am b/Makefile.am index 2c69f63..3df42cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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/ diff --git a/fonts/biggray12.tlf b/fonts/biggray12.tlf new file mode 100644 index 0000000..80858e4 Binary files /dev/null and b/fonts/biggray12.tlf differ diff --git a/fonts/biggray9.tlf b/fonts/biggray9.tlf new file mode 100644 index 0000000..5e5a179 Binary files /dev/null and b/fonts/biggray9.tlf differ