Merge branch 'master' into dev
This commit is contained in:
commit
6e6a3d97b1
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue