This is my monospace font, built from Iosevka.
- Curly Style (
ss20
) with further character variant customizations - Custom metrics; wider, less curvy
- Fixed spacing
- No ligatures
Download and install the latest SuperTTC.
To use with Nerd Fonts, I recommend installing Symbols Nerd Font and using it as a fallback font in your editor/terminal.
To build the font archived in all formats into ./build
:
docker build . -o ./build --progress=plain
-
Building with all the weights/slopes can take a while. Use
filter_weights
,filter_slopes
to filter to specific weights/slopes (select Regular
,select Upright Italic
). -
Disable
export_glyph_names
to generate smaller font files. -
The build process is very heavy on RAM & CPU usage. Use
max_concurrent_jobs
to limit the number of concurrent jobs.
When testing metrics in smaller font sizes, you'd might want to try the unhinted version, in which glyphs don't snap to grid.