Spatial efficient monospace font family for programming. Built from code.
Go to file
2015-11-17 13:52:20 +08:00
features Fix typo of Ukrainian. 2015-11-06 23:26:15 +08:00
glyphs Slab for Greek and Cyrillic. 2015-11-17 13:52:20 +08:00
support Introduced a new stroke tagging mechanism; improved makefile. 2015-11-16 23:34:39 +08:00
testdrive Slab phase 1 : basic latin. 2015-11-15 22:29:11 +08:00
.gitattributes add language metadata 2015-07-31 04:12:47 +08:00
.gitignore improved the building sequence. 2015-11-16 04:39:09 +08:00
buildglyphs.patel Introduced a new stroke tagging mechanism; improved makefile. 2015-11-16 23:34:39 +08:00
emptyfont.toml Switched empty font base from to toml. 2015-08-25 11:17:05 +08:00
extract.js Rebuilt v, w, x and y using spiros. 2015-11-05 21:13:10 +08:00
generate.js Slab for Greek and Cyrillic. 2015-11-17 13:52:20 +08:00
LICENSE Update LICENSE 2015-10-23 10:32:20 -02:00
makefile Slab for Greek and Cyrillic. 2015-11-17 13:52:20 +08:00
onegroup.mk Introduced a new stroke tagging mechanism; improved makefile. 2015-11-16 23:34:39 +08:00
package.json Added localized Cyrillic letters for Serbian. 2015-10-11 03:19:11 +08:00
parameters.patel improved the building sequence. 2015-11-16 04:39:09 +08:00
parameters.toml Introduced a new stroke tagging mechanism; improved makefile. 2015-11-16 23:34:39 +08:00
pass1-cleanup.py 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
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 more readme. 2015-11-10 05:49:04 +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
How to Install, Remove, and Manage Fonts on Windows, Mac, and Linux
Ubuntu Wiki

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.21.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

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)