noto-fonts

noto-fonts 2026.06.01

Beautiful and free fonts for many languages

<rendered-html><p>When text is rendered by a computer, sometimes characters are displayed as “tofu”. They are little boxes to indicate your device doesn’t have a font to display the text. Google has been developing a font family called Noto, which aims to support all languages with a harmonious look and feel. Noto is Google’s answer to tofu. The name noto is to convey the idea that Google’s goal is to see “no more tofu”. Noto has multiple styles and weights, and freely available to all.</p> </rendered-html>

https://www.google.com/get/noto/
SIL Open Font License 1.1
programs: -
Platforms (80)
aarch64-linuxi686-nonepowerpc-nonemicroblaze-linuxx86_64-genodemips-linuxriscv32-linuxaarch64-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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