Skip to content

Commit

Permalink
Merge pull request #487 from arrowtype/pnum
Browse files Browse the repository at this point in the history
Make default numbers fully tabular, add fuller pnum feature, and other tiny fixes
  • Loading branch information
arrowtype authored Oct 19, 2021
2 parents 9e9d4e4 + 06ca49a commit 17e2460
Show file tree
Hide file tree
Showing 2,618 changed files with 315,539 additions and 285,901 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ To build the variable font, run:

```bash
# activate venv, install dependencies, cd mastering
version=1.079 # (replace version number)
version=1.081 # (replace version number)
python build.py --varfiles --version $version
python build.py --variable --version $version
```
Expand All @@ -299,7 +299,7 @@ To build all the static fonts, run:

```bash
# activate venv, install dependencies, cd mastering
version=1.079 # (replace version number)
version=1.081 # (replace version number)
python build.py --statfiles --version $version
python build.py --static --version $version
```
Expand All @@ -310,7 +310,7 @@ If you want to build all of the sources, fonts, and WOFF2 versions of all of the

```bash
# activate venv, install dependencies, cd mastering
python build.py --all --version 1.079 # (replace version number)
python build.py --all --version 1.081 # (replace version number)
```

**Get notifications (Mac only)**
Expand All @@ -319,7 +319,7 @@ Add option `--pync` (`-p` for short) to the script call to get Mac notifications

```bash
# activate venv, install dependencies, cd mastering
python build.py --all --pync --version 1.079 # (replace version number)
python build.py --all --pync --version 1.081 # (replace version number)
```

### Making a GitHub release
Expand Down
Loading

0 comments on commit 17e2460

Please sign in to comment.