open-sans

open-sans 1.11

Open Sans fonts

<rendered-html><p>Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp.</p> </rendered-html>

https://www.opensans.com
Apache License 2.0
programs: -
Platforms (79)
armv6l-linuxi686-windowsvc4-nonearmv5tel-linuxx86_64-linuxarmv6l-nonemicroblazeel-nonearc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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