7 stdenvNoCC.mkDerivation rec {
12 url = "https://github.com/mozilla/zilla-slab/releases/download/v${version}/Zilla-Slab-Fonts-v${version}.zip";
14 hash = "sha256-yOHu+dSWlyI7w1N1teED9R1Fphso2bKAlYDC1KdqBCc=";
20 mkdir -p $out/share/fonts/truetype
21 cp -v zilla-slab/ttf/*.ttf $out/share/fonts/truetype/
27 homepage = "https://github.com/mozilla/zilla-slab";
28 description = "Zilla Slab fonts";
30 Zilla Slab is Mozilla's core typeface, used
31 for the Mozilla wordmark, headlines and
32 throughout their designs. A contemporary
33 slab serif, based on Typotheque's Tesla, it
34 is constructed with smooth curves and true
35 italics, which gives text an unexpectedly
36 sophisticated industrial look and a friendly
37 approachability in all weights.
39 license = licenses.ofl;
40 maintainers = with maintainers; [ caugner ];
41 platforms = platforms.all;