Remove mension of private features (#1234)

This commit is contained in:
be5invis 2021-10-20 18:51:36 -07:00
parent e56d8fa2d2
commit 1a3a21ac69
3 changed files with 435 additions and 540 deletions

View file

@ -2640,7 +2640,6 @@ Inside the plan, top-level properties include:
- As a consequence, the following characters will be **removed**:
- `U+27F5` LONG LEFTWARDS ARROW
- `U+27F6` LONG RIGHTWARDS ARROW
- Remove `NWID` and `WWID` OpenType feature.
- `fixed`: Apply `fontconfig-mono` changes and further remove ligations.
* `serifs`: Optional, String, configures style of serifs.
- When set to `slab`, the font will be converted into slab-serif.

968
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -14,8 +14,8 @@
"cldr": "^7.1.1",
"ejs": "^3.1.6",
"fs-extra": "^10.0.0",
"ot-builder": "^1.1.1",
"otb-ttc-bundle": "^1.1.1",
"ot-builder": "^1.3.0",
"otb-ttc-bundle": "^1.3.0",
"patel": "^0.35.1",
"semver": "^7.3.5",
"spiro": "^3.0.0",
@ -27,7 +27,7 @@
"which": "^2.0.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.4.1"
},