diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-10-03 21:39:17 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-10-03 22:02:26 -0400 |
commit | d573ce16f2cb8e688352655ecb34f4f7dea2784b (patch) | |
tree | 90333feec3d11a08ec38950002b3d5a97cab9df2 /Makefile.am | |
parent | 1560e460223f89ea61537e13b499d70792d3f3b1 (diff) |
font: Make Inconsolata the new default font.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 83232a3..cec9e82 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,8 +116,7 @@ dist_pkgdata_DATA = \ fontsdir = $(pkgdatadir)/fonts dist_fonts_DATA = \ - data/fonts/good-neighbors.fnt \ - data/fonts/good-neighbors.png + data/fonts/Inconsolata-Regular.otf info_TEXINFOS = doc/chickadee.texi doc_chickadee_TEXINFOS = \ |