about summary refs log tree commit diff
path: root/fonts/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/update.sh')
-rwxr-xr-xfonts/update.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/fonts/update.sh b/fonts/update.sh
deleted file mode 100755
index 02dcbee..0000000
--- a/fonts/update.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-set -e
-cd fonts
-url='https://fonts.google.com/download?family=Lato|Caveat|Noto%20Color%20Emoji|Noto%20Colr%20Emoji%20Glyf'
-tmp=$(mktemp)
-curl "$url" > "$tmp"
-unzip -uo "$tmp"
-rm "$tmp"