X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a1eb869d25a24f6f0b19e3011a19474fc0102f8c..d367f97e7630816bfce433f6e9e6dc379951f212:/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 {} $@