7 stdenvNoCC.mkDerivation rec {
8 pname = "libre-bodoni";
11 src = fetchFromGitHub {
13 repo = "Libre-Bodoni";
14 rev = "995a40e8d6b95411d660cbc5bb3f726ffd080c7d";
15 hash = "sha256-yfqVeT/JiAT+fsqkXUxqlz4sEEFwEJUdvFTAzuqejtk=";
21 install -m444 -Dt $out/share/fonts/opentype */v2000\ -\ initial\ glyphs\ migration/OTF/*.otf
22 install -m444 -Dt $out/share/doc/${pname}-${version} README.md FONTLOG.txt
28 description = "Bodoni fonts adapted for today's web requirements";
30 The Libre Bodoni fonts are based on the 19th century Morris Fuller
31 Benton's ATF design, but specifically adapted for today's web
34 They are a perfect choice for everything related to elegance, style,
37 Libre Bodoni currently features four styles: Regular, Italic, Bold and
40 homepage = "https://github.com/impallari/Libre-Bodoni";
41 license = licenses.ofl;
42 maintainers = with maintainers; [ cmfwyp ];
43 platforms = platforms.all;