iosevka

Iosevka 34.7.0

Versatile typeface for code, from code

<rendered-html><p>Iosevka is an open-source, sans-serif + slab-serif, monospace + quasi‑proportional typeface family, designed for writing code, using in terminals, and preparing technical documents.</p> </rendered-html>

https://typeof.net/Iosevka/
SIL Open Font License 1.1
programs: -
Platforms (79)
powerpc64le-linuxx86_64-uefii686-netbsdvc4-noneaarch64-uefiwasm32-wasip1rx-nonepowerpc64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  iosevka
];
Ad-hoc shell
nix-shell -p iosevka
Flake (nix run)
nix run nixpkgs#iosevka