Merge branch 'master' into dev

This commit is contained in:
be5invis 2020-11-26 12:16:04 -08:00
commit 6e6a3d97b1

View file

@ -288,7 +288,17 @@ You will find TTFs, as well as WOFF(2) web fonts and one Webfont CSS in the `dis
### Using a Docker container
Refer to these [instructions.](https://github.com/ejuarezg/containers/tree/master/iosevka_font#container-method)
A Docker container handling the build environment for you can be found [here](https://github.com/avivace/fonts-iosevka).
To pull it from Docker Hub and start a standard build of the latest released version, run
```
docker run -it -v $(pwd):/build avivace/iosevka-build
```
Fonts files will be placed in the `dist` folder.
You can provide `private-build.plans.toml` for a customized build and/or specify the desired release appending `-e FONT_VERSION=X.X.X`. to the Docker command.
## Customized Build