Spatial efficient monospace font family for programming. Built from code.
Go to file
2015-11-27 04:51:04 +08:00
features Fix typo of Ukrainian. 2015-11-06 23:26:15 +08:00
glyphs Balances: /r, /g, superscripts, etc. 2015-11-27 04:51:04 +08:00
support Balances: /r, /g, superscripts, etc. 2015-11-27 04:51:04 +08:00
testdrive 1.0-beta8! 2015-11-18 00:21:48 +08:00
.gitattributes add language metadata 2015-07-31 04:12:47 +08:00
.gitignore Separated spiro-related DSL definitions into support/spirokit. 2015-11-23 05:38:13 +08:00
buildglyphs.patel Balances: /r, /g, superscripts, etc. 2015-11-27 04:51:04 +08:00
emptyfont.toml Switched empty font base from to toml. 2015-08-25 11:17:05 +08:00
extract.js Massively improved building stability; improved shapes of /eta. 2015-11-26 07:30:41 +08:00
generate.js Reduced buildfont recursions. 2015-11-26 00:35:09 +08:00
LICENSE Update LICENSE 2015-10-23 10:32:20 -02:00
makefile Added building progress indicator. 2015-11-26 02:31:20 +08:00
makesupport.mk Fixed handling of contour tags. 2015-11-26 19:04:22 +08:00
onegroup.mk Balances: /r, /g, superscripts, etc. 2015-11-27 04:51:04 +08:00
package.json API cleanup with dispiroizations. 2015-11-23 03:20:49 +08:00
parameters.patel Massively improved building stability; improved shapes of /eta. 2015-11-26 07:30:41 +08:00
parameters.toml Balances: /r, /g, superscripts, etc. 2015-11-27 04:51:04 +08:00
pass1-cleanup.py Reduced buildfont recursions. 2015-11-26 00:35:09 +08:00
pass2-smartround.js I am using the to-quad conversion in libspiro-js directly instead of it in node-sfnt. 2015-11-06 06:38:07 +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 Continue balancing: /four, /nine, etc. 2015-10-24 23:39:04 +08:00
README.md Massively improved building stability; improved shapes of /eta. 2015-11-26 07:30:41 +08:00

Iosevka

Coders' typeface, built from code.

preview

Installation

Quit your editor/program. Unzip and open the folder.

  • Mac + Linux (with font-viewer) : Select the .ttf files and double click → Follow the on-screen guide.
  • Windows : Right click the .ttf files → Install.
  • Linux (manually) : Copy the .ttf files to your fonts-directory → Run sudo fc-cache.

Detailed Instructions

Building

To build Iosevka you should:

  1. Ensure that node, FontForge, ttfautohint, ttx and make are runnable in your terminal.
  2. Install the newest patel-c (≥ 0.25.0) by npm install patel -g
  3. Install necessary libs by npm install
  4. make.

You will find ttfs in the build/ directory.

Build your own style

Styles Preview

Iosevka comes with several visual styles, however they are inactive using the default build. To build these variants you should use style variables in the make procedure:

  • STYLE_COMMON for both uprights and italics,
  • STYLE_UPRIGHT for uprights only, and
  • STYLE_ITALICS for itaics only.

You can add arbitary styles for these variables, for example, make STYLE_UPRIGHT='v-l-zshaped v-i-zshaped' to create a variant with Z-shaped letter l and i for uprights.

The current avaliable styles are:

  • Styles for letter l:
    • v-l-hooky : Hooky l
    • v-l-zshaped : Z-shaped l
    • v-l-serifed : Serifed l (default for upright subfamilies)
    • v-l-italic : Italic l (default for italic subfamilies)
  • Styles for letter i:
    • v-i-hooky : Hooky i
    • v-i-zshaped : Z-shaped i
    • v-i-serifed : Serifed i (default for upright subfamilies)
    • v-l-italic : Italic i (default for italic subfamilies)