1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://github.com/google/roboto/releases/download/v${version}/roboto-unhinted.zip";
10 hash = "sha256-ue3PUZinBpcYgSho1Zrw1KHl7gc/GlN1GhWFk6g5QXE=";
16 install -Dm644 *.ttf -t $out/share/fonts/truetype
22 homepage = "https://github.com/google/roboto";
23 description = "Roboto family of fonts";
25 Google’s signature family of fonts, the default font on Android and
26 Chrome OS, and the recommended font for Google’s visual language,
29 license = lib.licenses.asl20;
30 platforms = lib.platforms.all;
31 maintainers = [ lib.maintainers.romildo ];