From 84dfab8f06ac72089d129cb10d47e5ac262c63f8 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sat, 23 Sep 2017 10:14:17 -0700 Subject: Move away from using hinted fonts by default --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') 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` -- cgit v1.2.3