From 5b3389050c2a024ec4f8b3f97b84e059a5744e81 Mon Sep 17 00:00:00 2001 From: ArghKevin Date: Mon, 20 May 2024 05:47:38 -0700 Subject: Update databases. --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index b1ee72b..361bcfd 100644 --- a/update.sh +++ b/update.sh @@ -1,7 +1,7 @@ #!/bin/sh #git pull --recurse -#curl -LO https://raw.githubusercontent.com/google/fonts/main/tags/all/families.csv +curl -LO https://raw.githubusercontent.com/google/fonts/main/tags/all/families.csv curl https://fonts.google.com/metadata/stats | \ # First line is junk. sed -n -e '2,$p' > popularity.json -- cgit v1.2.3