Spatial efficient monospace font family for programming. Built from code.
|
2015-08-12 04:19:24 +08:00 |
features
|
Made glyph names more systematic.
|
2015-08-06 01:19:47 +08:00 |
glyphs
|
De-obliquified many glyphs, especially dots.
|
2015-08-12 04:19:24 +08:00 |
support
|
Balanced /at.
|
2015-08-11 10:59:50 +08:00 |
testdrive
|
Added several geometric shapes: /blacksquare, /dottedcircle, etc.
|
2015-08-09 05:47:48 +08:00 |
.gitattributes
|
add language metadata
|
2015-07-31 04:12:47 +08:00 |
.gitignore
|
Balances.
|
2015-08-09 04:30:37 +08:00 |
buildglyphs.patel
|
Added /venus, /earth, /mars and /quaver. It's almost there!
|
2015-08-12 03:39:49 +08:00 |
empty.json
|
Added ccmp feature.
|
2015-08-04 06:59:39 +08:00 |
generate.js
|
Added features, ccmp and mark.
|
2015-08-04 22:23:15 +08:00 |
LICENSE
|
Added LICENSE and rename.
|
2015-07-22 17:33:21 +08:00 |
makefile
|
Balanced a lot of glyphs, especially o-shaped. Also reduced file size massively.
|
2015-08-12 02:45:17 +08:00 |
parameters.patel
|
Added /venus, /earth, /mars and /quaver. It's almost there!
|
2015-08-12 03:39:49 +08:00 |
pass1-cleanup.py
|
Balanced a lot of glyphs, especially o-shaped. Also reduced file size massively.
|
2015-08-12 02:45:17 +08:00 |
pass2-finalize.py
|
Balanced a lot of glyphs, especially o-shaped. Also reduced file size massively.
|
2015-08-12 02:45:17 +08:00 |
README.md
|
Change preview image.
|
2015-08-09 07:16:04 +08:00 |
Iosevka
A programmer's typeface.

Building
To build Iosevka you should prepare:
node
, FontForge
, ttfautohint
and make
. 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.