You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ $ make docker
90
90
91
91
### System Setup
92
92
93
-
If you use Arch Linux, you can install [this AUR package](https://aur.archlinux.org/packages/fontship) (prebuilt in [this repostiory](https://wiki.archlinux.org/index.php/Unofficial_user_repositories#alerque)).
93
+
If you use Arch Linux, you can install [this AUR package](https://aur.archlinux.org/packages/fontship) (prebuilt in [this repository](https://wiki.archlinux.org/index.php/Unofficial_user_repositories#alerque)).
94
94
95
95
Otherwise to install and use locally from source, you’ll need some dependencies:
96
96
@@ -99,7 +99,7 @@ Otherwise to install and use locally from source, you’ll need some dependencie
99
99
* GNU `make` (4.2+) with corresponding autoconf tools,
100
100
* Python 3 plus assorted modules, see *requirements.txt* file,
101
101
* Rust tools including `cargo` and `rustc` to build the CLI,
102
-
* And a handfull of other font related CLI utilities, namely: `sfnt2woff-zopfli`, `psautohint`, `ttfautohint`, and `woff2_compress`.
102
+
* And a handful of other font related CLI utilities, namely: `sfnt2woff-zopfli`, `psautohint`, `ttfautohint`, and `woff2_compress`.
103
103
104
104
To install the software to your computer, either clone this repository and run `./bootstrap.sh` or [download and extract the latest release](https://github.com/theleagueof/fontship/releases), then run:
105
105
@@ -152,4 +152,4 @@ $ fontship make dist
152
152
### Versioning
153
153
154
154
The font version setting in all generated fonts is determined by the tag on the git repository.
155
-
Version tags should conform to the `MAJOR.MINOR` format descriped by [openfv](https://github.com/openfv/openfv#3-version-number-semantics).
155
+
Version tags should conform to the `MAJOR.MINOR` format described by [openfv](https://github.com/openfv/openfv#3-version-number-semantics).
Copy file name to clipboardexpand all lines: rules/rules.mk
+1-1
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@ $(BUILDDIR):
279
279
mkdir -p $@
280
280
281
281
ifeq ($(PROJECT),Data)
282
-
$(warning We cannot read the Project’s name inside Docker. Please manually specify it by adding PROJECT='Name' as an agument to your command invocation)
282
+
$(warning We cannot read the Project’s name inside Docker. Please manually specify it by adding PROJECT='Name' as an argument to your command invocation)
0 commit comments