Spatial efficient monospace font family for programming. Built from code.
Go to file
2015-12-14 07:19:54 +08:00
features Added OpenType features: cv01-cv10, ss01-ss03 2015-12-12 22:07:55 +08:00
glyphs The preparation for ULTRA THIN variants is near there. 2015-12-14 07:19:54 +08:00
images Update preview images to 1.3.0 2015-12-12 07:50:21 +08:00
support Improved outline simplification subpass. 2015-12-14 04:38:37 +08:00
testdrive Optimized the shape of /ampersand 2015-12-11 06:03:25 +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.aki The preparation for ULTRA THIN variants is near there. 2015-12-14 07:19:54 +08:00
emptyfont.toml Switched empty font base from to toml. 2015-08-25 11:17:05 +08:00
extract.js Optimized the building sequence. 2015-12-08 19:15:19 +08:00
generate.js Fixed the elusive crash when building. 2015-11-28 09:13:14 +08:00
LICENSE Update LICENSE 2015-10-23 10:32:20 -02:00
makefile optimized /f_i and /f_l 2015-12-12 02:35:16 +08:00
makesupport.mk Change extension of the ".patel" files to ".aki". 2015-12-13 05:50:02 +08:00
onegroup.mk The preparation for ULTRA THIN variants is near there. 2015-12-14 07:19:54 +08:00
package.json update PatEL into 0.25.1 2015-12-02 20:00:57 +08:00
parameters.aki Change extension of the ".patel" files to ".aki". 2015-12-13 05:50:02 +08:00
parameters.toml The preparation for ULTRA THIN variants is near there. 2015-12-14 07:19:54 +08:00
pass1-cleanup.py Improved outline simplification subpass. 2015-12-14 04:38:37 +08:00
pass2-smartround.js Introduced SVG in the building workflow. Finally I am free from the rounding nightmare. 2015-12-08 09:23:53 +08:00
pass3-features.py Improved outline simplification subpass. 2015-12-14 04:38:37 +08:00
pass4-finalize.js Add options for increasing width. 2015-12-06 08:46:50 +08:00
README.md Updated release notes. 2015-12-12 06:37:51 +08:00

Iosevka

Coders' typeface, built from code.

Preview

Iosevka

preview-sans

Iosevka Slab

preview-slab

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 (≥ Aug. 2015 release), ttfautohint, ttx and make are runnable in your terminal.
  2. Install necessary libs by npm install
  3. 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)

Release Notes

  • 1.3.0
  • Shape optimizations: /f, /r, /a, /s, /epsilon, /cyrze and their derived glyphs.
  • Narrowed slab-serif variants.
  • Added /overlineTieAbove, /underlineTieBelow and /turnTieAbove.
  • 1.2.0
  • Glyphs added: /cyrGhayn, /cyrghayn, /cyrChevbar, /cyrchevbar, /turnoe, /voicedlaryngenalspirant, /oupperhalf, /olowerhalf and their derived glyphs.
  • Shape optimization: /eight, /propto, /J, /j, /epsilon, /cyrze, /taillessphi, /smcpPsi and their derived glyphs.
  • Added the missing marks of /longs.
  • Introduced a new SVG-based outline exporting mechanism. Now I am finally free from the rounding nightmare.
  • 1.1.2
  • Improved the balancing of /longs, /f and /eszet.
  • The strokes of /A, /V and /v in Iosevka Slab is straightened.
  • 1.1.1
  • Added the missing serifs for /cyrdzhe.
  • Balanced /pi in bold weights.
  • Moved the descender lines of Cyrillic letters rightward a little in italics.
  • 1.1.0
  • Enwiden the boldfaces. This will improve the consistency between regular and bold weights.
  • The curves in /xi are optimized.
  • 1.0.2
  • Fixed the incorrect /yhooktop.
  • The digaphs defined in Unicode is now single-width.
  • Reorganized subfamilies: Now the default Iosevka does not contain full-width glyphs any more.