Spatial efficient monospace font family for programming. Built from code.
Go to file
2015-08-31 08:13:54 +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 Supported full width forms of ASCII characters (U+FF01 to U+FF5E). 2015-08-31 08:13:54 +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 Use $.getJSON in testdrive 2015-08-30 13:09:26 +02: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 Supported full width forms of ASCII characters (U+FF01 to U+FF5E). 2015-08-31 08:13:54 +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 Supported full width forms of ASCII characters (U+FF01 to U+FF5E). 2015-08-31 08:13:54 +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-features.py Supported full width forms of ASCII characters (U+FF01 to U+FF5E). 2015-08-31 08:13:54 +08:00
pass4-finalize.js Supported full width forms of ASCII characters (U+FF01 to U+FF5E). 2015-08-31 08:13:54 +08:00
README.md Optimized building workflow for pass 4. 2015-08-31 06:56:28 +08:00

Iosevka

A programmer's typeface.

preview

Building

To build Iosevka you should:

  1. Ensure that node, FontForge, ttfautohint, ttx 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.