Add source-han-mono in adobe-fonts

This commit is contained in:
Gao Yichuan 2019-06-03 13:51:06 +08:00 committed by GitHub
parent c5c0468699
commit df1f0e1945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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") REPOS=("source-code-pro" "source-sans-pro" "source-serif-pro" "source-han-sans" "source-han-serif" "source-han-mono")
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