From d367f97e7630816bfce433f6e9e6dc379951f212 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 21 Feb 2022 12:41:10 +0100 Subject: [PATCH] font: path to roboto fonts changed on debian --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {} $@ -- 2.30.0