1 { lib, stdenvNoCC, fetchFromGitHub }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "libre-bodoni";
7 src = fetchFromGitHub {
10 rev = "995a40e8d6b95411d660cbc5bb3f726ffd080c7d";
11 hash = "sha256-yfqVeT/JiAT+fsqkXUxqlz4sEEFwEJUdvFTAzuqejtk=";
17 install -m444 -Dt $out/share/fonts/opentype */v2000\ -\ initial\ glyphs\ migration/OTF/*.otf
18 install -m444 -Dt $out/share/doc/${pname}-${version} README.md FONTLOG.txt
24 description = "Bodoni fonts adapted for today's web requirements";
26 The Libre Bodoni fonts are based on the 19th century Morris Fuller
27 Benton's ATF design, but specifically adapted for today's web
30 They are a perfect choice for everything related to elegance, style,
33 Libre Bodoni currently features four styles: Regular, Italic, Bold and
36 homepage = "https://github.com/impallari/Libre-Bodoni";
37 license = licenses.ofl;
38 maintainers = with maintainers; [ cmfwyp ];
39 platforms = platforms.all;