From: Mischa POSLAWSKY Date: Mon, 21 Feb 2022 11:41:10 +0000 (+0100) Subject: font: path to roboto fonts changed on debian X-Git-Tag: v1.13~13 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/d367f97e7630816bfce433f6e9e6dc379951f212 font: path to roboto fonts changed on debian --- diff --git a/Makefile b/Makefile index 7388647..c6c18d9 100644 --- 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 {} $@