fira-sans

fira-sans 4.301

Sans-serif font for Firefox OS

<rendered-html><p>Fira Sans is a sans-serif font designed by Erik Spiekermann, Ralph du Carrois, Anja Meiners and Botio Nikoltchev of Carrois Type Design for Mozilla Firefox OS. It is closely related to Spiekermann’s FF Meta typeface. Available in Two, Four, Eight, Hair, Thin, Ultra Light, Extra Light, Light, Book, Regular, Medium, Semi Bold, Bold, Extra Bold, Heavy weights with corresponding italic versions.</p> </rendered-html>

https://carrois.com/fira/
SIL Open Font License 1.1
programs: -
Maintainers
Platforms (79)
arc-linuxmsp430-nonex86_64-windowspowerpc-linuxmips64el-linuxs390x-nonearmv6l-netbsdi686-cygwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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