7 stdenvNoCC.mkDerivation {
8 pname = "typodermic-free-fonts";
12 url = "https://typodermicfonts.com/wp-content/uploads/2024/04/typodermic-free-fonts-2024b.zip";
13 hash = "sha256-EbK2wrYdIFmz/gdM+46CNb4Z21jrVYZMh+dtduwC8aI=";
17 ]; # unbreak their wordpress
25 mkdir -p $out/share/fonts
26 cp -a "$src/Typodermic Fonts" "$out/share/fonts/opentype"
31 homepage = "https://typodermicfonts.com/";
32 description = "Typodermic fonts";
33 maintainers = with lib.maintainers; [ ehmry ];
34 license = lib.licenses.unfree // {
35 fullName = "Font Software for Desktop End User License Agreement";
36 url = "https://typodermicfonts.com/end-user-license-agreement/";
37 }; # Font is fine for use in printing and display but cannot be embbeded.