X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/50442220cc52bad55c1003de34f8dada958650d5..347e058a4a7de63c7f0b92091daa51387689771d:/Makefile 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 {} $@