Revert "Add source-han-mono in adobe-fonts"

This reverts commit df1f0e19459ea1bac4b5005a6b4140efbef31dd1.
This commit is contained in:
王邈 2019-07-04 16:28:12 -04:00
parent 94249cf07a
commit 509d5b33d1

View File

@ -32,7 +32,7 @@ function checkout_font_branch() {
} }
UPSTREAM_BASE=${TUNASYNC_UPSTREAM_URL:-"https://github.com/adobe-fonts"} 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 for repo in ${REPOS[@]}; do
if [[ ! -d "$TUNASYNC_WORKING_DIR/${repo}.git" ]]; then if [[ ! -d "$TUNASYNC_WORKING_DIR/${repo}.git" ]]; then