From 665668e5a11d86448ed3cdcef7cffe14989f40f2 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 11 Feb 2014 21:03:20 -0500 Subject: Add a convenient default font. * data/fonts/DejaVuSans.ttf: New file. * data/fonts/AUTHORS: New file. * data/Makefile.am: New file. * configure.ac (AC_CONFIG_FILES): Add 'data/Makefile'. * Makefile.am (SUBDIRS): Add 'data'. * 2d/font.scm (default-font): New variable. --- data/fonts/AUTHORS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/fonts/AUTHORS (limited to 'data/fonts/AUTHORS') diff --git a/data/fonts/AUTHORS b/data/fonts/AUTHORS new file mode 100644 index 0000000..3367e7d --- /dev/null +++ b/data/fonts/AUTHORS @@ -0,0 +1,2 @@ +DejaVu font by http://dejavu-fonts.org/wiki/Authors +License details available at http://dejavu-fonts.org/wiki/License \ No newline at end of file -- cgit v1.2.3