Spatial efficient monospace font family for programming. Built from code.
Go to file
2015-08-28 17:41:13 +08:00
features Added /Cbar, /cbar, /Ubar. Also separated mark lookups. 2015-08-22 11:46:46 +08:00
glyphs use a "smart rounding" algorithm to handle rounding when reducing upm. 2015-08-28 17:41:13 +08:00
support use a "smart rounding" algorithm to handle rounding when reducing upm. 2015-08-28 17:41:13 +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 Massively improved the finalization pass: now outline cleanup and simplification, as well as feature application, are merged into one single pass. 2015-08-28 09:17:57 +08:00
emptyfont.toml Switched empty font base from to toml. 2015-08-25 11:17:05 +08:00
generate.js Massively improved the finalization pass: now outline cleanup and simplification, as well as feature application, are merged into one single pass. 2015-08-28 09:17:57 +08:00
LICENSE Added LICENSE and rename. 2015-07-22 17:33:21 +08:00
makefile use a "smart rounding" algorithm to handle rounding when reducing upm. 2015-08-28 17:41:13 +08:00
package.json update dependencies. 2015-08-27 00:15:24 +08:00
parameters.patel Massively improved the finalization pass: now outline cleanup and simplification, as well as feature application, are merged into one single pass. 2015-08-28 09:17:57 +08:00
pass1-cleanup.py use a "smart rounding" algorithm to handle rounding when reducing upm. 2015-08-28 17:41:13 +08:00
pass2-smartround.js use a "smart rounding" algorithm to handle rounding when reducing upm. 2015-08-28 17:41:13 +08:00
pass3-finalize.py use a "smart rounding" algorithm to handle rounding when reducing upm. 2015-08-28 17:41:13 +08:00
README.md Updated building instruction. 2015-08-23 10:52:09 +08:00

Iosevka

A programmer's typeface.

preview

Building

To build Iosevka you should:

  1. Ensure that node, FontForge, ttfautohint and make are runnable in your terminal.
  2. Install patel-c bt npm install patel -g
  3. Install necessary libs by npm install
  4. make.

You will find ttfs in the build/ directory.