Skip to content

Commit

Permalink
Merge pull request #457 from arrowtype/fix-backticks-issue-456
Browse files Browse the repository at this point in the history
Fix backticks issue 456
  • Loading branch information
arrowtype authored Mar 31, 2021
2 parents e8d4752 + edf4614 commit 6db52f2
Show file tree
Hide file tree
Showing 367 changed files with 145 additions and 158 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.077 # (replace version number)
version=1.078 # (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.077 # (replace version number)
version=1.078 # (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.077 # (replace version number)
python build.py --all --version 1.078 # (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.077 # (replace version number)
python build.py --all --pync --version 1.078 # (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.077"
fontDir="fonts_1.078"
src/build-scripts/make-release/00-prep-release.sh $fontDir
```

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020 The Recursive Project Authors (info@arrowtype.com)
Copyright 2020 The Recursive Project Authors (https://github.com/arrowtype/recursive)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
Expand Down
Loading

0 comments on commit 6db52f2

Please sign in to comment.