Add weight Semibold.
This commit is contained in:
parent
fd4f485222
commit
26332c9e28
8 changed files with 82 additions and 22 deletions
12
verdafile.js
12
verdafile.js
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue