Skip to content

Commit 17e2460

Browse files
authored
Merge pull request #487 from arrowtype/pnum
Make default numbers fully tabular, add fuller pnum feature, and other tiny fixes
2 parents 9e9d4e4 + 06ca49a commit 17e2460

File tree

2,618 files changed

+315539
-285901
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,618 files changed

+315539
-285901
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ To build the variable font, run:
288288

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

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

311311
```bash
312312
# activate venv, install dependencies, cd mastering
313-
python build.py --all --version 1.079 # (replace version number)
313+
python build.py --all --version 1.081 # (replace version number)
314314
```
315315

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

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

325325
### Making a GitHub release

0 commit comments

Comments
 (0)