Add weight Semibold.

This commit is contained in:
belleve 2018-07-13 15:28:06 +08:00
parent fd4f485222
commit 26332c9e28
8 changed files with 82 additions and 22 deletions

View file

@ -13,7 +13,17 @@ want(...argv._);
const PATEL_C = ["node", "./node_modules/patel/bin/patel-c"];
const GENERATE = ["node", "--expose-gc", "generator"];
const WEIGHTS = ["thin", "extralight", "light", "book", "medium", "bold", "extrabold", "heavy"];
const WEIGHTS = [
"thin",
"extralight",
"light",
"book",
"medium",
"semibold",
"bold",
"extrabold",
"heavy"
];
const SLANTS = ["upright", "italic", "oblique"];
const weightSlantMap = (function() {