diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-14 12:52:58 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-14 12:52:58 -0500 |
commit | 7c57b7f69999547ee6e787018ecc431776f0892d (patch) | |
tree | 14f89ee4def4ed06d98cbe338a42550fe0ca466e /fonts | |
parent | switch from which to command (diff) |
fix font installation
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |