From 7c57b7f69999547ee6e787018ecc431776f0892d Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 14 Dec 2021 12:52:58 -0500 Subject: fix font installation --- fonts/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fonts') diff --git a/fonts/Makefile b/fonts/Makefile index 13e1c08..f3b3579 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -13,7 +13,8 @@ clean: install: $(fonts) [ -d ~/.fonts ] || mkdir -p ~/.fonts - rsync -av $^ .fonts/ + rsync -av $^ ~/.fonts + fc-cache ~/.fonts # Requires fontforge InconsolataHellenic.otf: Inconsolata-Hellenic/Inconsolata-Hellenic.sfd convert.pe -- cgit v1.2.3