From 7863f206a569b1b2e4a348702f1144d409da090a Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Fri, 12 Aug 2022 22:40:35 +0100 Subject: [PATCH 1/2] Add chiron-sung-hk w/ git auto-update --- packages/c/chiron-sung-hk.json | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 packages/c/chiron-sung-hk.json diff --git a/packages/c/chiron-sung-hk.json b/packages/c/chiron-sung-hk.json new file mode 100644 index 000000000..3bb3dd05b --- /dev/null +++ b/packages/c/chiron-sung-hk.json @@ -0,0 +1,38 @@ +{ + "name": "chiron-sung-hk", + "description": "昭源宋體:現代筆形風格,平衡標準字形和印刷體慣用筆形的免費開源宋體字型", + "keywords": [ + "font", + "fonts", + "typeface", + "opentype" + ], + "license": "OFL-1.1", + "homepage": "https://chiron-fonts.github.io", + "repository": { + "type": "git", + "url": "git://github.com/chiron-fonts/chiron-sung-hk.git" + }, + "authors": [ + { + "name": "chiron-fonts" + } + ], + "autoupdate": { + "source": "git", + "target": "git://github.com/chiron-fonts/chiron-sung-hk.git", + "fileMap": [ + { + "basePath": "", + "files": [ + "otf/*.otf", + "ttf/*.ttf", + "var/*.@(otf|ttf)", + "webfont/css/*.css", + "webfont/woff2/*.woff2" + ] + } + ] + }, + "filename": "webfont/css/vf.css" +} From 6afc4259d5c832c03bfe507256cef9920a1c5e4a Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Fri, 12 Aug 2022 23:08:00 +0100 Subject: [PATCH 2/2] Update chiron-sung-hk.json --- packages/c/chiron-sung-hk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/c/chiron-sung-hk.json b/packages/c/chiron-sung-hk.json index 3bb3dd05b..23259a5c6 100644 --- a/packages/c/chiron-sung-hk.json +++ b/packages/c/chiron-sung-hk.json @@ -25,11 +25,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" ] } ]