mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-12-22 07:21:31 +01:00
Format README
This commit is contained in:
parent
5f00c7b95a
commit
a58e874526
|
@ -105,11 +105,13 @@ the latest prebuilt release of these fonts.
|
|||
`make install` will install the TTF fonts into your local `.fonts/` directory
|
||||
and update the font cache. It comes in handy while modifying the font.
|
||||
|
||||
Alternatively, if you'd like to build Fantasque without installing required dependencies, a Dockerfile is provided. Run the following command, and the fonts will be built to the ./Variants directory.
|
||||
Alternatively, if you'd like to build Fantasque without installing required
|
||||
dependencies, a Dockerfile is provided. Run the following command, and the
|
||||
fonts will be built to the `./Variants` directory.
|
||||
|
||||
```sh
|
||||
docker build -t fantasque .
|
||||
docker run -v `pwd`/Variants:/fantasque/Variants fantasque
|
||||
docker run -v "$(pwd)/Variants:/fantasque/Variants" fantasque
|
||||
```
|
||||
|
||||
[![](Specimen/Specimen.png)](Specimen/Specimen.pdf)
|
||||
|
|
Loading…
Reference in New Issue
Block a user