diff options
author | ArghKevin <kagheli@student.sdccd.edu> | 2024-05-07 16:48:20 -0700 |
---|---|---|
committer | ArghKevin <kagheli@student.sdccd.edu> | 2024-05-07 16:48:20 -0700 |
commit | 6debc60c8039f6eb8635934f26c31820ddcd638b (patch) | |
tree | 93f7c1ff6bb26a3405d8089f82915327a985b0cd /metadata/worksans.pb | |
parent | 0755196a56c2b4c7ce7dc0b48de5c7f9474b2b21 (diff) |
Re-organize metadata.
Diffstat (limited to 'metadata/worksans.pb')
-rw-r--r-- | metadata/worksans.pb | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/metadata/worksans.pb b/metadata/worksans.pb new file mode 100644 index 0000000..37ce6d7 --- /dev/null +++ b/metadata/worksans.pb @@ -0,0 +1,48 @@ +name: "Work Sans" +designer: "Wei Huang" +license: "OFL" +category: "SANS_SERIF" +date_added: "2015-07-08" +fonts { + name: "Work Sans" + style: "normal" + weight: 400 + filename: "WorkSans[wght].ttf" + post_script_name: "WorkSans-Regular" + full_name: "Work Sans Regular" + copyright: "Copyright 2019 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans)" +} +fonts { + name: "Work Sans" + style: "italic" + weight: 400 + filename: "WorkSans-Italic[wght].ttf" + post_script_name: "WorkSans-Italic" + full_name: "Work Sans Italic" + copyright: "Copyright 2019 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans)" +} +subsets: "latin" +subsets: "latin-ext" +subsets: "menu" +subsets: "vietnamese" +axes { + tag: "wght" + min_value: 100.0 + max_value: 900.0 +} +source { + repository_url: "https://github.com/weiweihuanghuang/Work-Sans" + files { + source_file: "fonts/variable/WorkSans[wght].ttf" + dest_file: "WorkSans[wght].ttf" + } + files { + source_file: "fonts/variable/WorkSans-Italic[wght].ttf" + dest_file: "WorkSans-Italic[wght].ttf" + } + files { + source_file: "OFL.txt" + dest_file: "OFL.txt" + } + branch: "master" +} |