From: Tom Hughes Date: Tue, 11 Oct 2016 20:11:36 +0000 (+0100) Subject: List required noto font packages explicitly X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0a23f69a40751d6960ab3f2e7c47544040fac47b?hp=4d07a507d7c4f6aa90cd7476fd953f54f2733f45 List required noto font packages explicitly --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 8eb5c312f..dd4a7a603 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -117,7 +117,9 @@ end package "python-cairo" package "python-mapnik" -package "fonts-noto" +package "fonts-noto-cjk" +package "fonts-noto-hinted" +package "fonts-noto-unhinted" package "ttf-unifont" directory "/srv/tile.openstreetmap.org/cgi-bin" do