1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://github.com/rsms/inter/releases/download/v${version}/Inter-${version}.zip";
10 hash = "sha256-hFK7xFJt69n+98+juWgMvt+zeB9nDkc8nsR8vohrFIc=";
16 mkdir -p $out/share/fonts/truetype
17 cp Inter.ttc InterVariable*.ttf $out/share/fonts/truetype
23 homepage = "https://rsms.me/inter/";
24 description = "Typeface specially designed for user interfaces";
25 license = licenses.ofl;
26 platforms = platforms.all;
27 maintainers = with maintainers; [ demize ];