font: path to roboto fonts changed on debian
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Feb 2022 11:41:10 +0000 (12:41 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 1 Mar 2022 20:02:26 +0000 (21:02 +0100)
Makefile

index 738864709f5a106280dd60190fc4e30461c9d24f..c6c18d952db1c29cb5e8d448bcf953eadc943692 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ data/font/droidserif.ttf:
 data/font/free%.ttf:
        find /usr/share/fonts/truetype/freefont/ -iname "$(@F)" | head -1 | xargs -i ln -sf {} $@
 data/font/roboto.ttf:
-       ln -sf /usr/share/fonts/truetype/roboto/Roboto-Regular.ttf $@
+       ln -sf /usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Regular.ttf $@
 data/font/noto%.ttf:
        find /usr/share/fonts/truetype/noto/ -iname "Noto$(*F)-Regular.ttf" | head -1 | xargs -i ln -sf {} $@