From bbbf80d40323d32e1501e8970d8cb97a8eb6ada6 Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Fri, 12 Aug 2022 22:44:28 +0100 Subject: [PATCH 1/3] Add chiron-hei-hk w/ git auto-update --- packages/c/chiron-hei-hk.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 packages/c/chiron-hei-hk.json diff --git a/packages/c/chiron-hei-hk.json b/packages/c/chiron-hei-hk.json new file mode 100644 index 000000000..ed42c8d5d --- /dev/null +++ b/packages/c/chiron-hei-hk.json @@ -0,0 +1,33 @@ +{ + "name": "chiron-hei-hk", + "description": "昭源黑體:現代筆形風格,平衡標準字形和印刷體慣用筆形的免費開源黑體字型", + "keywords": [], + "license": "OFL-1.1", + "homepage": "https://chiron-fonts.github.io/", + "repository": { + "type": "git", + "url": "git://github.com/chiron-fonts/chiron-hei-hk.git" + }, + "authors": [ + { + "name": "chiron-fonts" + } + ], + "autoupdate": { + "source": "git", + "target": "git://github.com/chiron-fonts/chiron-hei-hk.git", + "fileMap": [ + { + "basePath": "", + "files": [ + "otf/*.otf", + "ttf/*.ttf", + "var/*.@(otf|ttf)", + "webfont/css/*.css", + "webfont/woff2/*.woff2" + ] + } + ] + }, + "filename": "webfont/css/vf.css" +} From ad093c174f9eda9b0fd7cc23955a54501526dead Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Fri, 12 Aug 2022 22:56:23 +0100 Subject: [PATCH 2/3] Update chiron-hei-hk.json --- packages/c/chiron-hei-hk.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/c/chiron-hei-hk.json b/packages/c/chiron-hei-hk.json index ed42c8d5d..ba06a8a6d 100644 --- a/packages/c/chiron-hei-hk.json +++ b/packages/c/chiron-hei-hk.json @@ -1,7 +1,10 @@ { "name": "chiron-hei-hk", "description": "昭源黑體:現代筆形風格,平衡標準字形和印刷體慣用筆形的免費開源黑體字型", - "keywords": [], + "keywords": [ + "font", + "hei" + ], "license": "OFL-1.1", "homepage": "https://chiron-fonts.github.io/", "repository": { From 7125a35d791bc03bf04d43479c7d0d969bcd94eb Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Fri, 12 Aug 2022 23:07:39 +0100 Subject: [PATCH 3/3] Update chiron-hei-hk.json --- packages/c/chiron-hei-hk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/c/chiron-hei-hk.json b/packages/c/chiron-hei-hk.json index ba06a8a6d..17fcd3868 100644 --- a/packages/c/chiron-hei-hk.json +++ b/packages/c/chiron-hei-hk.json @@ -23,11 +23,11 @@ { "basePath": "", "files": [ - "otf/*.otf", - "ttf/*.ttf", - "var/*.@(otf|ttf)", - "webfont/css/*.css", - "webfont/woff2/*.woff2" + "OTF/*.otf", + "TTF/*.ttf", + "VAR/*.@(otf|ttf)", + "WEBFONT/css/*.css", + "WEBFONT/woff2/*.woff2" ] } ]