roboto

roboto 3.016

This is a variable version of Roboto intended to be a 1:1 match with the official non-variable release from Google

<rendered-html><p>This is not an official Google project, but was enabled with generous funding by Google Fonts, who contracted Type Network. The Roboto family of instances contained 6 weights and two widths of normal, along with italic of the regular width.</p> </rendered-html>

https://github.com/googlefonts/roboto-3-classic
SIL Open Font License 1.1
programs: -
Platforms (79)
riscv32-netbsdx86_64-openbsdx86_64-netbsdx86_64-nonemipsel-netbsdx86_64-redoxarmv6l-nones390-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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