7 stdenvNoCC.mkDerivation rec {
11 src = fetchFromGitHub {
14 rev = "982839c790e9dc57c343972aa34c51ed3b3677fd";
15 hash = "sha256-9l4QcwCot340Bq41ER68HSZGQ9h0opyzgG3DG/fVZ5s=";
21 install -m444 -Dt $out/share/fonts/opentype fonts/OTF/*.otf
22 install -m444 -Dt $out/share/doc/${pname}-${version} README.md FONTLOG.txt
28 description = "Humanist sans with 4 weights and true italics";
30 The Cabin font family is a humanist sans with 4 weights and true italics,
31 inspired by Edward Johnston’s and Eric Gill’s typefaces, with a touch of
32 modernism. Cabin incorporates modern proportions, optical adjustments, and
33 some elements of the geometric sans. It remains true to its roots, but has
36 The weight distribution is almost monotone, although top and bottom curves
37 are slightly thin. Counters of the b, g, p and q are rounded and optically
38 adjusted. The curved stem endings have a 10 degree angle. E and F have
39 shorter center arms. M is splashed.
41 homepage = "http://www.impallari.com/cabin";
42 license = licenses.ofl;
43 maintainers = with maintainers; [ cmfwyp ];
44 platforms = platforms.all;