Spatial efficient monospace font family for programming. Built from code.
features | ||
glyphs | ||
support | ||
testdrive | ||
.gitattributes | ||
.gitignore | ||
buildglyphs.patel | ||
empty.json | ||
generate.js | ||
LICENSE | ||
makefile | ||
parameters.patel | ||
pass1-cleanup.py | ||
pass2-finalize.py | ||
README.md |
Iosevka
A programmer's typeface.
Building
To build Iosevka you should prepare:
node
,FontForge
,ttfautohint
andmake
. Make sure that you can run them in your terminal.- patel-c (via
npm install patel -g
) - Necessary libs :
npm install node-sfnt
npm install bezier-js
npm install yargs
Once environments are prepared, make
. You will find ttfs in the build/
directory.