Ryan's homemade Iosevka build. There are two families: Ryan Mono, a monospace font, and Ryan Term, a fixed-width monospace font optimized for the terminal.
Each family also has a version that is patched with Nerd Fonts symbols, although it is recommended to use the normal font with the symbols-only Nerd Font as a fallback.
Fonts are built as TTFs and packaged in three archive formats, in order from best to worst compression:
tar.xz
: tarballs compressed with XZtar.gz
: tarballs compressed with Gzipzip
: zip archives
Ryan Mono | Ryan Term | |
---|---|---|
tar.xz |
RyanMono.tar.xz | RyanTerm.tar.xz |
tar.gz |
RyanMono.tar.gz | RyanTerm.tar.gz |
zip |
RyanMono.zip | RyanTerm.zip |
RyanMono Nerd Font | RyanTerm Nerd Font | |
---|---|---|
tar.xz |
RyanMonoNerdFont.tar.xz | RyanTermNerdFont.tar.xz |
tar.gz |
RyanMonoNerdFont.tar.gz | RyanTermNerdFont.tar.gz |
zip |
RyanMonoNerdFont.zip | RyanTermNerdFont.zip |
A comprehensive build script is included in build.sh
. FontForge, Node.js, Git, find, xargs, curl, unzip, tar, and zip are required dependencies.
$ ./build.sh
The script automatically downloads sources for Iosevka and Nerd Fonts, builds and patches fonts, and packages them, along with managing concurrency.
SIL Open Font License, Version 1.1