Spatial efficient monospace font family for programming. Built from code.
Go to file
2015-08-31 04:59:41 +08:00
features Fixed some weird bug about GDEF and mark feature. Move to 0.1.8. 2015-08-29 03:53:19 +08:00
glyphs set post.isFixedPitch to 1. 2015-08-31 04:45:47 +08:00
support Now ellipsises for Iosevka CC is full-width, as well as circled letters and numbers. 2015-08-30 18:33:22 +08:00
testdrive Added several more enclosed letters. 2015-08-30 16:40:26 +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 set post.isFixedPitch to 1. 2015-08-31 04:45:47 +08:00
emptyfont.toml Switched empty font base from to toml. 2015-08-25 11:17:05 +08:00
generate.js Fixed some weird bug about GDEF and mark feature. Move to 0.1.8. 2015-08-29 03:53:19 +08:00
LICENSE Added LICENSE and rename. 2015-07-22 17:33:21 +08:00
makefile Added a final fix of xAvgCharWidth 2015-08-31 04:59:41 +08:00
package.json update dependencies. 2015-08-27 00:15:24 +08:00
parameters.patel Now ellipsises for Iosevka CC is full-width, as well as circled letters and numbers. 2015-08-30 18:33:22 +08:00
pass1-cleanup.py set post.isFixedPitch to 1. 2015-08-31 04:45:47 +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 Now ellipsises for Iosevka CC is full-width, as well as circled letters and numbers. 2015-08-30 18:33:22 +08:00
pass4-fixmeta.js Added a final fix of xAvgCharWidth 2015-08-31 04:59:41 +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.