Undo habits of a Serif font lover

This commit is contained in:
Robin Gareus 2019-12-05 23:33:27 +01:00
parent 407c2bed63
commit 65b6f39e21
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 5 additions and 5 deletions

View file

@ -919,7 +919,7 @@ def build(bld):
# Icons/Images
bld.install_files(os.path.join (bld.env['DATADIR'], 'icons'), bld.path.ant_glob('icons/*.png'))
bld.install_files(bld.env['DATADIR'], 'ArdourMono.ttf')
bld.install_files(bld.env['DATADIR'], 'ArdourSerif.ttf')
bld.install_files(bld.env['DATADIR'], 'ArdourSans.ttf')
# Application/Product specific resources (icon, splash)
pgmname = bld.env['PROGRAM_NAME']