1 { lib, stdenvNoCC, fetchzip }:
7 stdenvNoCC.mkDerivation {
9 version = "${majorVersion}.${minorVersion}";
12 url = "https://note.com/api/v2/attachments/download/d83b2c4ec63d7826acaa76725d261ff4";
13 hash = "sha256-pe1G8WeFAo+KYjjsNwn0JmtXFn9QugE1SeGwaqnl1F0=";
21 install -D -m444 -t $out/share/fonts/opentype $src/*.otf
27 homepage = "http://dotcolon.net/font/f1_8/";
28 description = "Weighted decorative font";
29 platforms = platforms.all;
30 maintainers = with maintainers; [ minijackson ];
31 license = licenses.ofl;