Skip to content

Commit

Permalink
build version 1.079 variable and static fonts, remove 1.078
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowtype committed Aug 10, 2021
1 parent 1f4091a commit 8653b54
Show file tree
Hide file tree
Showing 429 changed files with 12 additions and 1,460 deletions.
10 changes: 5 additions & 5 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.078 # (replace version number)
version=1.079 # (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.078 # (replace version number)
version=1.079 # (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.078 # (replace version number)
python build.py --all --version 1.079 # (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.078 # (replace version number)
python build.py --all --pync --version 1.079 # (replace version number)
```

### Making a GitHub release
Expand All @@ -330,7 +330,7 @@ First, build fonts with the mastering flow above. Then:
# navigate to the root directory of the project, then...

# update to latest font build directory
fontDir="fonts_1.078"
fontDir="fonts_1.079"
src/build-scripts/make-release/00-prep-release.sh $fontDir
```

Expand Down
Loading

0 comments on commit 8653b54

Please sign in to comment.