Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.59 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.59 KB

Custom Build of Iosevka

This is my custom build of the Iosevka, which has been my daily font since I found it.

Previously I used Pragmata Pro, another great font that I was happy to pay for way back in 2007.

Downloading

You can download the latest build here.

Building

If you want to build your own copy of this font, set up all the build tools as described in the Iosevka README, then run:

make custom-config design='term v-zero-dotted v-tilde-low v-asterisk-low v-underscore-low v-at-short'
make custom

After a while, the built fonts will be in the dist folder.

Sample

Here's a sample of my terminal (Hyper) using this font.

To get the exact same font rendering, you'll need to install the hyper-font-smoothing plugin.

Terminal Preview

And here's a sample of Atom using it.

Atom Preview

To get the same font rendering in Atom, you'll want to make these changes to your stylesheet:

atom-text-editor {
  -webkit-font-smoothing: antialiased;
}