From 509d5b33d1c000034b0e4bc77649372812ed9969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=82=88?= Date: Thu, 4 Jul 2019 16:28:12 -0400 Subject: [PATCH] Revert "Add source-han-mono in adobe-fonts" This reverts commit df1f0e19459ea1bac4b5005a6b4140efbef31dd1. --- adobe-fonts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adobe-fonts.sh b/adobe-fonts.sh index 2339cae..a905e58 100755 --- a/adobe-fonts.sh +++ b/adobe-fonts.sh @@ -32,7 +32,7 @@ function checkout_font_branch() { } UPSTREAM_BASE=${TUNASYNC_UPSTREAM_URL:-"https://github.com/adobe-fonts"} -REPOS=("source-code-pro" "source-sans-pro" "source-serif-pro" "source-han-sans" "source-han-serif" "source-han-mono") +REPOS=("source-code-pro" "source-sans-pro" "source-serif-pro" "source-han-sans" "source-han-serif") for repo in ${REPOS[@]}; do if [[ ! -d "$TUNASYNC_WORKING_DIR/${repo}.git" ]]; then