terminus_font
terminus-font 4.49.1
Clean fixed width font
<rendered-html><p>Terminus Font is designed for long (8 and more hours per day) work with computers. Version 4.30 contains 850 characters, covers about 120 language sets and supports ISO8859-1/2/5/7/9/13/15/16, Paratype-PT154/PT254, KOI8-R/U/E/F, Esperanto, many IBM, Windows and Macintosh code pages, as well as the IBM VGA, vt100 and xterm pseudographic characters.</p> <p>The sizes present are 6x12, 8x14, 8x16, 10x20, 11x22, 12x24, 14x28 and 16x32. The styles are normal and bold (except for 6x12), plus EGA/VGA-bold for 8x14 and 8x16.</p> </rendered-html>
https://terminus-font.sourceforge.net/SIL Open Font License 1.1
programs: -
Maintainers
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ terminus_font ];
Ad-hoc shell
nix-shell -p terminus_font
Flake (nix run)
nix run nixpkgs#terminus_font