1 { lib, stdenvNoCC, fetchzip }:
7 stdenvNoCC.mkDerivation {
9 version = "${majorVersion}.${minorVersion}";
12 url = "https://dotcolon.net/download/fonts/seshat_${majorVersion}${minorVersion}.zip";
13 hash = "sha256-XgprDhzAbcTzZw2QOwpCnzusYheYmSlM+ApU+Y0wO2Q=";
20 install -D -m444 -t $out/share/fonts/opentype $src/*.otf
26 homepage = "http://dotcolon.net/font/seshat/";
27 description = "Roman body font designed for main text by Sora Sagano";
29 Seshat is a Roman body font designed for the main text. By
30 referring to the classical balance, we changed some lines by
31 omitting part of the lines such as "A" and "n".
33 Also, by attaching the strength of the thickness like Optima
34 to the main drawing, it makes it more sharp design.
36 It incorporates symbols and ligatures used in the European region.
38 platforms = platforms.all;
39 maintainers = with maintainers; [ leenaars minijackson ];
40 license = licenses.cc0;