dejavu_fonts

dejavu-fonts 2.37

Typeface family based on the Bitstream Vera fonts

<rendered-html><p>The DejaVu fonts are TrueType fonts based on the BitStream Vera fonts, providing more styles and with greater coverage of Unicode.</p> <p>This package includes DejaVu Sans, DejaVu Serif, DejaVu Sans Mono, and the DejaVu Math TeX Gyre font.</p> </rendered-html>

https://dejavu-fonts.github.io/
Unspecified free software license
programs: -
Platforms (79)
aarch64-darwinloongarch64-linuxi686-windowsmips-nonex86_64-linuxriscv64-linuxi686-nonemsp430-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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