summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-09-23 20:14:17 +0300
committerRasmus Andersson <rasmus@notion.se>2017-09-23 20:14:17 +0300
commit84dfab8f06ac72089d129cb10d47e5ac262c63f8 (patch)
treea02cbbb34556c37e073d370cd7e9629330dccf82 /CONTRIBUTING.md
parentc5efb03ca8e1948f8931920fbe8c6ba314ce516e (diff)
downloadinter-84dfab8f06ac72089d129cb10d47e5ac262c63f8.tar.xz
Move away from using hinted fonts by default
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7877ab116..8e4f9da27 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -158,8 +158,8 @@ You can also specify specific style + file format to `make` through `build/Inter
E.g.
- `make build/dist-unhinted/InterUI-MediumItalic.otf`
-- `make build/dist/InterUI-Bold.woff2`
-- `make build/dist/InterUI-Regular.ttf`
+- `make build/dist-unhinted/InterUI-Bold.woff2`
+- `make build/dist-hinted/InterUI-Regular.ttf`
- `...`
All resulting font files are written to the `build` directory with `InterUI-` as the filename prefix.
@@ -298,4 +298,4 @@ Run `./init.sh` to update the generated makefile.
Use the fontinfo.py tool which outputs JSON describing all properties of
one or more font files.
See `misc/fontinfo.py -h` for details.
-Example use: `misc/fontinfo.py build/dist/InterUI-BoldItalic.ttf`
+Example use: `misc/fontinfo.py -pretty build/dist-unhinted/Inter-UI-BoldItalic.ttf`