From df1f0e19459ea1bac4b5005a6b4140efbef31dd1 Mon Sep 17 00:00:00 2001 From: Gao Yichuan Date: Mon, 3 Jun 2019 13:51:06 +0800 Subject: [PATCH] Add source-han-mono in adobe-fonts --- adobe-fonts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adobe-fonts.sh b/adobe-fonts.sh index a905e58..2339cae 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") +REPOS=("source-code-pro" "source-sans-pro" "source-serif-pro" "source-han-sans" "source-han-serif" "source-han-mono") for repo in ${REPOS[@]}; do if [[ ! -d "$TUNASYNC_WORKING_DIR/${repo}.git" ]]; then