From ae99f9afc615bfd6f4dd0b6d6f7847928956a318 Mon Sep 17 00:00:00 2001 From: ArghKevin Date: Thu, 16 May 2024 03:21:16 -0700 Subject: Week 4 progress. --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 361bcfd..b1ee72b 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