Spatial efficient monospace font family for programming. Built from code.
Go to file
2015-08-22 11:46:46 +08:00
features Added /Cbar, /cbar, /Ubar. Also separated mark lookups. 2015-08-22 11:46:46 +08:00
glyphs Added /Cbar, /cbar, /Ubar. Also separated mark lookups. 2015-08-22 11:46:46 +08:00
support Added /Cbar, /cbar, /Ubar. Also separated mark lookups. 2015-08-22 11:46:46 +08:00
testdrive Coward glyphs in bold weight now looks more "dark". 2015-08-20 22:49:34 +08:00
.gitattributes add language metadata 2015-07-31 04:12:47 +08:00
.gitignore Added a new stroke expansion mechanism, spiroexpand. How we finally have a 'S' looking good. 2015-08-19 01:51:56 +08:00
buildglyphs.patel Added /Cbar, /cbar, /Ubar. Also separated mark lookups. 2015-08-22 11:46:46 +08:00
empty.json Added ccmp feature. 2015-08-04 06:59:39 +08:00
generate.js Added /Cbar, /cbar, /Ubar. Also separated mark lookups. 2015-08-22 11:46:46 +08:00
LICENSE Added LICENSE and rename. 2015-07-22 17:33:21 +08:00
makefile Added CJK-compatible variants (CC family). 2015-08-20 17:14:30 +08:00
parameters.patel Added /Cbar, /cbar, /Ubar. Also separated mark lookups. 2015-08-22 11:46:46 +08:00
pass1-cleanup.py Rebuild /sigma with spiros; Optimized shape of /eszet. 2015-08-20 14:33:02 +08:00
pass2-finalize.py Rebuild /sigma with spiros; Optimized shape of /eszet. 2015-08-20 14:33:02 +08:00
README.md Change preview image. 2015-08-09 07:16:04 +08:00

Iosevka

A programmer's typeface.

preview

Building

To build Iosevka you should prepare:

  1. node, FontForge, ttfautohint and make. Make sure that you can run them in your terminal.
  2. patel-c (via npm install patel -g)
  3. 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.