diff --git a/tools/font/makefont.pl b/tools/font/makefont.pl index c9b9adc..777e359 100755 --- a/tools/font/makefont.pl +++ b/tools/font/makefont.pl @@ -11,6 +11,10 @@ # - or # - +# Font sources: +# - Google Webfonts: +# - X11 system fonts (use pcf2pdf to convert to bdf) + use strict; use warnings; use Getopt::Long;