-
-
Notifications
You must be signed in to change notification settings - Fork 0
font
NNB edited this page May 9, 2022
·
15 revisions
With Iosevka customized build
Build a custom Iosevka font is easier than i thought.
This tutorial shows you how to build a custom Iosevka font with three lines of command, this is also how i made Bmono.
-
docker
to handling the build environment
You can use the Customizer to create the build plan, and/or manulally edit them, following this instructions.
Then write it into a file name private-build-plans.toml
- Make sure docker daemon is running in the background:
sudo dockerd
Wait until this messages show up:
API listen on /var/run/docker.sock
Press Ctrl + z (this will send the
^z
input) then runbg
command to run it in the background, or just open a new terminal.
- Launch the docker command from the directory where your
private-build-plans.toml
is placed:
sudo docker run -it -v path/to/font:/build avivace/iosevka-build
Your built font files will be available in the
dist/
- Finally update the owner of the directory:
sudo chown -R $USER path/to/font/dist
Special thanks to: