summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/makefile b/makefile
index 00a85ca..ac066d5 100644
--- a/makefile
+++ b/makefile
@@ -11,13 +11,17 @@ main:
install: main
mkdir -p /usr/share/fonts/neo-comic
cp build/* /usr/share/fonts/neo-comic
-
+
+down: download
+
download:
mkdir -p down vendor
- wget https://www.ffonts.net/Cousin.font.zip -O down/cousin.zip
+ # wget https://www.ffonts.net/Cousin.font.zip -O down/cousin.zip
+ wget https://www.fontsquirrel.com/fonts/download/cousine -O down/cousin.zip
unzip -u down/cousin.zip -d down
- cp down/*.ttf vendor/cousine.ttf
+ cp down/*egular.ttf vendor/cousine.ttf
wget https://github.com/shannpersand/comic-shanns/raw/master/v2/comic%20shanns.otf -O vendor/comic-shanns.otf
+ #wget https://github.com/shannpersand/comic-shanns/raw/master/v1/comic-shanns.otf -O vendor/comic-shanns.otf
rm -rf down
Software created with 💖