1 { lib, fetchFromGitHub, stdenvNoCC }:
3 stdenvNoCC.mkDerivation {
5 version = "2011-05-11";
7 src = fetchFromGitHub {
10 rev = "cbaaed9704e7d37d3dcdbdf0b472e9efd0e39432";
11 hash = "sha256-OroFhhb4RxPHkx+/8PtFnxs1GQVXMPiYTd+2vnRbIjg=";
17 install -D -m444 -t $out/share/fonts/opentype $src/*.otf
23 description = "Serif based on the work of a famous Czech-American type designer of yesteryear";
25 Based on work of a famous Czech-American type designer of yesteryear. The
26 package includes roman and italic.
28 homepage = "https://www.theleagueofmoveabletype.com/fanwood";
29 license = lib.licenses.ofl;
30 maintainers = with lib.maintainers; [ minijackson ];