diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-24 16:44:27 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-24 16:44:27 -0700 |
commit | 5e1dc59411cd7973fb4208ae76d0970bd2ea87d6 (patch) | |
tree | ee805bff4d48f2393df43a395469c18c2dfe7591 /data/fonts/Makefile.am | |
parent | 0b848dd3c46ee8391522f330eaf3ad0f75462e09 (diff) | |
download | mana-5e1dc59411cd7973fb4208ae76d0970bd2ea87d6.tar.gz mana-5e1dc59411cd7973fb4208ae76d0970bd2ea87d6.tar.bz2 mana-5e1dc59411cd7973fb4208ae76d0970bd2ea87d6.tar.xz mana-5e1dc59411cd7973fb4208ae76d0970bd2ea87d6.zip |
Updated DejaVuSans ttf file, as well as adding the bolded version, which
is used in a few spots.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'data/fonts/Makefile.am')
-rw-r--r-- | data/fonts/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/fonts/Makefile.am b/data/fonts/Makefile.am index 1384818c..1b575f7d 100644 --- a/data/fonts/Makefile.am +++ b/data/fonts/Makefile.am @@ -2,7 +2,8 @@ fontdir = $(pkgdatadir)/data/fonts font_DATA = \ - dejavusans.ttf + dejavusans.ttf \ + dejavusans-bold.ttf EXTRA_DIST = \ $(font_DATA) |