ryanccn / ryan-mono

Ryan's homemade Iosevka build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ryan Mono

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.

Download

Fonts are built as TTFs and packaged in three archive formats, in order from best to worst compression:

  • tar.xz: tarballs compressed with XZ
  • tar.gz: tarballs compressed with Gzip
  • zip: zip archives

Non-Nerd Font

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

Nerd Font

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

Building

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.

License

SIL Open Font License, Version 1.1

About

Ryan's homemade Iosevka build

License:SIL Open Font License 1.1


Languages

Language:Shell 100.0%