Skip to content

leonbreedt/iosevka-term-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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;
}

About

Custom build of Iosevka font.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published