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-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,10 @@ pip install fonttools
20
20
21
21
```sh
22
22
# Additional installation for --flavor=woff2
23
-
git clone https://github.com/google/brotli
24
-
cd brotli
25
-
python setup.py install
23
+
pip install brotli
26
24
27
25
# Additional installation for --flavor=woff --with-zopfli
28
-
git clone https://github.com/anthrotype/py-zopfli
29
-
cd py-zopfli
30
-
git submodule update --init --recursive
31
-
python setup.py install
26
+
pip install zopfli
32
27
```
33
28
34
29
If you want to read an in-depth tutorial on the installation steps above, please read [How I set up Glyphhanger on macOS for optimizing and converting font files for the Web](https://www.sarasoueidan.com/blog/glyphhanger/) by Sara Soueidan.
0 commit comments