Spatial efficient monospace font family for programming. Built from code.
features | ||
glyphs | ||
support | ||
testdrive | ||
.gitattributes | ||
.gitignore | ||
buildglyphs.patel | ||
emptyfont.toml | ||
extract.js | ||
generate.js | ||
LICENSE | ||
makefile | ||
makesupport.mk | ||
onegroup.mk | ||
package.json | ||
parameters.patel | ||
parameters.toml | ||
pass1-cleanup.py | ||
pass2-smartround.js | ||
pass3-features.py | ||
pass4-finalize.js | ||
README.md |
Iosevka
Coders' typeface, built from code.
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:
- Ensure that
node
,FontForge
,ttfautohint
,ttx
andmake
are runnable in your terminal. - Install the newest
patel-c
(≥ 0.25.0) bynpm install patel -g
- Install necessary libs by
npm install
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, andSTYLE_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
: Hookyl
v-l-zshaped
: Z-shapedl
v-l-serifed
: Serifedl
(default for upright subfamilies)v-l-italic
: Italicl
(default for italic subfamilies)
- Styles for letter
i
:v-i-hooky
: Hookyi
v-i-zshaped
: Z-shapedi
v-i-serifed
: Serifedi
(default for upright subfamilies)v-l-italic
: Italici
(default for italic subfamilies)